summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/rio/rio-1.0.7.ebuild')
-rw-r--r--app-misc/rio/rio-1.0.7.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-misc/rio/rio-1.0.7.ebuild b/app-misc/rio/rio-1.0.7.ebuild
deleted file mode 100644
index c94fd5a2cf06..000000000000
--- a/app-misc/rio/rio-1.0.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/rio-1.0.7.ebuild,v 1.10 2005/08/20 03:07:11 vanquirius Exp $
-
-inherit eutils
-
-DESCRIPTION="Utility for the Diamond Rio 300 portable MP3 player"
-HOMEPAGE="http://www.world.co.uk/sba/rio.html"
-SRC_URI="http://www.world.co.uk/sba/${PN}007.tgz"
-
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND="virtual/libc"
-RDEPEND=""
-
-S="${WORKDIR}/${PN}${PV//./}"
-
-src_unpack() {
- unpack ${A}; cd ${S}
- epatch ${FILESDIR}/${P}-makefile.patch
-}
-
-src_compile() {
- emake || die "compile failed"
-}
-
-src_install() {
- dobin rio || die
- dodoc CREDITS README gpl.txt playlist.txt rio.txt
-}