diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
commit | df5dbac64793120bd42de7e388374590da2b5287 (patch) | |
tree | 90f06c3d21bf3f66510acc04e4f0c7084b424bb9 /app-misc/rio | |
parent | unmask baselayout-1.10 (diff) | |
download | historical-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/rio')
-rw-r--r-- | app-misc/rio/rio-1.0.7.ebuild | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/app-misc/rio/rio-1.0.7.ebuild b/app-misc/rio/rio-1.0.7.ebuild index d49f9db51720..0a8e1613e7ff 100644 --- a/app-misc/rio/rio-1.0.7.ebuild +++ b/app-misc/rio/rio-1.0.7.ebuild @@ -1,21 +1,19 @@ # Copyright 1999-2004 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.7 2004/06/24 22:30:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rio/rio-1.0.7.ebuild,v 1.8 2004/06/28 04:10:11 vapier Exp $ DESCRIPTION="Utility for the Diamond Rio 300 portable MP3 player" -SRC_URI="http://www.world.co.uk/sba/${PN}007.tgz" HOMEPAGE="http://www.world.co.uk/sba/rio.html" +SRC_URI="http://www.world.co.uk/sba/${PN}007.tgz" -SLOT="0" KEYWORDS="x86" -IUSE="" +SLOT="0" LICENSE="GPL-2" +IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="" -UNPACKDIR=rio107 - S=${WORKDIR}/${UNPACKDIR} src_compile() { @@ -23,13 +21,10 @@ src_compile() { } src_install() { - into /usr - dobin rio + dobin rio || die dodoc CREDITS README gpl.txt playlist.txt rio.txt } pkg_postinst() { - einfo einfo "Warning! The /usr/bin/rio binary is installed SUID/GUID root." - einfo } |