summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:46 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:46 +0000
commitbfad77754658bbbb366b10a782df84cb98692d74 (patch)
tree2b2aa7d891b49e4e568cd7ed6f33cc668dcc7553 /app-misc/rio500
parent*** empty log message *** (diff)
downloadhistorical-bfad77754658bbbb366b10a782df84cb98692d74.tar.gz
historical-bfad77754658bbbb366b10a782df84cb98692d74.tar.bz2
historical-bfad77754658bbbb366b10a782df84cb98692d74.zip
Some cleanup
Diffstat (limited to 'app-misc/rio500')
-rw-r--r--app-misc/rio500/files/digest-rio500-0.71
-rw-r--r--app-misc/rio500/rio500-0.7.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/app-misc/rio500/files/digest-rio500-0.7 b/app-misc/rio500/files/digest-rio500-0.7
deleted file mode 100644
index cec6a778cfdd..000000000000
--- a/app-misc/rio500/files/digest-rio500-0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f624c255d6a538205a63a9bada4e5d89 rio500-0.7.tar.gz
diff --git a/app-misc/rio500/rio500-0.7.ebuild b/app-misc/rio500/rio500-0.7.ebuild
deleted file mode 100644
index 1205c0a99639..000000000000
--- a/app-misc/rio500/rio500-0.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org>
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp $
-
-#P=
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Command line tools for transfering mp3s to and from a Rio500"
-SRC_URI="http://download.sourceforge.net/rio500/${A}"
-HOMEPAGE="http://rio500.sourceforge.net"
-
-DEPEND="virtual/glibc
- >=dev-libs/glib-1.2.9"
-
-src_compile() {
- try ./configure --prefix=/usr --host=${CHOST} \
- --with-fontpath=/usr/share/rio500
- #--with-usbdevfs --with-id3support
- try make
-}
-
-src_install () {
- try make prefix=${D}/usr mandir=${D}/usr/share/man \
- datadir=${D}/usr/share/rio500 install
-
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
- dodoc fonts/Readme.txt
-}
-