diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:45:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:45:42 +0000 |
commit | 0f38da9ad341b1f6c277142878707ec947bb6057 (patch) | |
tree | 9f0bf0f9af3a168b4997181814d84c7ff7b09d18 /app-misc/ifp-line | |
parent | QA - fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-0f38da9ad341b1f6c277142878707ec947bb6057.tar.gz gentoo-2-0f38da9ad341b1f6c277142878707ec947bb6057.tar.bz2 gentoo-2-0f38da9ad341b1f6c277142878707ec947bb6057.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/ifp-line')
-rw-r--r-- | app-misc/ifp-line/ifp-line-0.2.3.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
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 } |