From 0f38da9ad341b1f6c277142878707ec947bb6057 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 28 Jun 2004 03:45:42 +0000 Subject: change glibc to libc and clean up other horribly ugly ebuilds --- app-misc/ifp-line/ifp-line-0.2.3.ebuild | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'app-misc/ifp-line') diff --git a/app-misc/ifp-line/ifp-line-0.2.3.ebuild b/app-misc/ifp-line/ifp-line-0.2.3.ebuild index 8c51c1a66650..20d8a3adfc8c 100644 --- a/app-misc/ifp-line/ifp-line-0.2.3.ebuild +++ b/app-misc/ifp-line/ifp-line-0.2.3.ebuild @@ -1,17 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ifp-line-0.2.3.ebuild,v 1.4 2004/06/24 22:15:54 agriffis Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-misc/ifp-line/ifp-line-0.2.3.ebuild,v 1.5 2004/06/28 03:41:37 vapier Exp $ DESCRIPTION="iRiver iFP open-source driver" HOMEPAGE="http://ifp-driver.sourceforge.net/" SRC_URI="mirror://sourceforge/ifp-driver/${P}.tar.gz" -RESTRICT="nomirror" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" # User-submitted contained: "~sparc ~amd64 ~ppc" +SLOT="0" +KEYWORDS="x86" +IUSE="" DEPEND="dev-libs/libusb" @@ -20,13 +18,11 @@ src_compile() { } src_install() { - dobin ifp - dodoc COPYING NEWS README TIPS + dobin ifp || die + dodoc NEWS README TIPS } pkg_postinst() { - ewarn ewarn "to use ifp-line as non-root user, please follow" ewarn "the instructions in /usr/share/doc/${P}/TIPS.gz" - ewarn } -- cgit v1.2.3-65-gdbad