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/rioutil | |
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/rioutil')
-rw-r--r-- | app-misc/rioutil/rioutil-1.4.2b.ebuild | 11 | ||||
-rw-r--r-- | app-misc/rioutil/rioutil-1.4.4.ebuild | 14 |
2 files changed, 9 insertions, 16 deletions
diff --git a/app-misc/rioutil/rioutil-1.4.2b.ebuild b/app-misc/rioutil/rioutil-1.4.2b.ebuild index e39bca68ab1e..422c9fcf151f 100644 --- a/app-misc/rioutil/rioutil-1.4.2b.ebuild +++ b/app-misc/rioutil/rioutil-1.4.2b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.2b.ebuild,v 1.6 2004/06/24 22:30:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.2b.ebuild,v 1.7 2004/06/28 04:10:47 vapier Exp $ DESCRIPTION="Command line tools for transfering mp3s to and from a Rio 600, 800, and Nike PSA/Play" HOMEPAGE="http://rioutil.sourceforge.net/" @@ -14,14 +14,11 @@ IUSE="" DEPEND="sys-libs/zlib" src_compile() { - local myconf="--with-usbdevfs" - - econf ${myconf} || die "econf failed" + econf --with-usbdevfs || die "econf failed" emake || die "compile failure" } src_install() { - einstall - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + einstall || die + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO } diff --git a/app-misc/rioutil/rioutil-1.4.4.ebuild b/app-misc/rioutil/rioutil-1.4.4.ebuild index 7347e4ec9e83..cf1e46604b2b 100644 --- a/app-misc/rioutil/rioutil-1.4.4.ebuild +++ b/app-misc/rioutil/rioutil-1.4.4.ebuild @@ -1,21 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.4.ebuild,v 1.5 2004/06/24 22:30:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.4.ebuild,v 1.6 2004/06/28 04:10:47 vapier Exp $ DESCRIPTION="Command line tool for transfering mp3s to and from a Rio 600, 800, Rio Riot, and Nike PSA/Play" HOMEPAGE="http://rioutil.sourceforge.net/" SRC_URI="mirror://sourceforge/rioutil/${P}.tar.bz2" -RESTRICT="nomirror" + LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" -RDEPEND="sys-libs/zlib - virtual/glibc" - DEPEND="sys-libs/zlib - =sys-kernel/linux-headers-2.4*" + virtual/libc" src_compile() { local myconf="--with-usbdevfs" @@ -25,7 +22,6 @@ src_compile() { } src_install() { - einstall - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + einstall || die + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO } |