diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:13:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:13:52 +0000 |
commit | 1946ff5663a89304da65e5d134eed6477794c342 (patch) | |
tree | f25735bdc6c43575a0f6f591c81bba6adf18575d /app-misc/rio | |
parent | dont apply query_user_context patch with USE=livecd (Manifest recommit) (diff) | |
download | gentoo-2-1946ff5663a89304da65e5d134eed6477794c342.tar.gz gentoo-2-1946ff5663a89304da65e5d134eed6477794c342.tar.bz2 gentoo-2-1946ff5663a89304da65e5d134eed6477794c342.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 } |