summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 04:18:52 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 04:18:52 +0000
commitdf5dbac64793120bd42de7e388374590da2b5287 (patch)
tree90f06c3d21bf3f66510acc04e4f0c7084b424bb9 /app-misc/rio500
parentunmask baselayout-1.10 (diff)
downloadhistorical-df5dbac64793120bd42de7e388374590da2b5287.tar.gz
historical-df5dbac64793120bd42de7e388374590da2b5287.tar.bz2
historical-df5dbac64793120bd42de7e388374590da2b5287.zip
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/rio500')
-rw-r--r--app-misc/rio500/rio500-0.7-r1.ebuild10
-rw-r--r--app-misc/rio500/rio500-0.7-r2.ebuild10
2 files changed, 10 insertions, 10 deletions
diff --git a/app-misc/rio500/rio500-0.7-r1.ebuild b/app-misc/rio500/rio500-0.7-r1.ebuild
index 606566ac86bf..2ad382971a41 100644
--- a/app-misc/rio500/rio500-0.7-r1.ebuild
+++ b/app-misc/rio500/rio500-0.7-r1.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org>
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r1.ebuild,v 1.13 2004/06/24 22:30:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r1.ebuild,v 1.14 2004/06/28 04:10:27 vapier Exp $
DESCRIPTION="Command line tools for transfering mp3s to and from a Rio500"
+HOMEPAGE="http://rio500.sourceforge.net/"
SRC_URI="mirror://sourceforge/rio500/${P}.tar.gz"
-HOMEPAGE="http://rio500.sourceforge.net"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86"
IUSE=""
@@ -22,10 +22,10 @@ src_compile() {
make || die
}
-src_install () {
+src_install() {
einstall \
datadir=${D}/usr/share/rio500 || die
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
+ dodoc AUTHORS ChangeLog NEWS README TODO
dodoc fonts/Readme.txt
}
diff --git a/app-misc/rio500/rio500-0.7-r2.ebuild b/app-misc/rio500/rio500-0.7-r2.ebuild
index 51b49c019d0f..a5cc4c8828af 100644
--- a/app-misc/rio500/rio500-0.7-r2.ebuild
+++ b/app-misc/rio500/rio500-0.7-r2.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org>
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r2.ebuild,v 1.5 2004/06/24 22:30:34 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7-r2.ebuild,v 1.6 2004/06/28 04:10:27 vapier Exp $
DESCRIPTION="Command line tools for transfering mp3s to and from a Rio500"
+HOMEPAGE="http://rio500.sourceforge.net/"
SRC_URI="mirror://sourceforge/rio500/${P}.tar.gz"
-HOMEPAGE="http://rio500.sourceforge.net"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86"
IUSE=""
@@ -22,7 +22,7 @@ src_compile() {
make || die
}
-src_install () {
+src_install() {
einstall \
datadir=${D}/usr/share/rio500 || die
@@ -30,6 +30,6 @@ src_install () {
#installed with rio500
rm ${D}/usr/include/getopt.h 2>/dev/null
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
+ dodoc AUTHORS ChangeLog NEWS README TODO
dodoc fonts/Readme.txt
}