diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 09:41:20 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 09:41:20 +0000 |
commit | f3baf6b3963e82d2a206ca9433088f236a2d0a7e (patch) | |
tree | 1cd5906a8e58e734bb7f312a918a34762fd32b7a /dev-libs/popt | |
parent | added mpi (diff) | |
download | gentoo-2-f3baf6b3963e82d2a206ca9433088f236a2d0a7e.tar.gz gentoo-2-f3baf6b3963e82d2a206ca9433088f236a2d0a7e.tar.bz2 gentoo-2-f3baf6b3963e82d2a206ca9433088f236a2d0a7e.zip |
repoman fix
Diffstat (limited to 'dev-libs/popt')
-rw-r--r-- | dev-libs/popt/files/digest-popt-1.7 | 1 | ||||
-rw-r--r-- | dev-libs/popt/popt-1.7.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/popt/files/digest-popt-1.7 b/dev-libs/popt/files/digest-popt-1.7 deleted file mode 100644 index 17dff8c8f3c9..000000000000 --- a/dev-libs/popt/files/digest-popt-1.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 5988e7aeb0ae4dac8d83561265984cc9 popt-1.7.tar.gz 574549 diff --git a/dev-libs/popt/popt-1.7.ebuild b/dev-libs/popt/popt-1.7.ebuild deleted file mode 100644 index 5df7955bcc62..000000000000 --- a/dev-libs/popt/popt-1.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.7.ebuild,v 1.9 2003/03/09 21:43:05 agriffis Exp $ - -inherit libtool - -DESCRIPTION="Parse Options - Command line parser" -SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/${P}.tar.gz" -HOMEPAGE="http://www.rpm.org/" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa arm" -IUSE="nls pic" - -DEPEND="nls? ( sys-devel/gettext )" - -src_compile() { - elibtoolize - local myconf="--with-gnu-ld" - use nls || myconf="${myconf} --disable-nls" - use pic && myconf="${myconf} --with-pic" - - econf ${myconf} - make || die -} - -src_install() { - einstall - dodoc ABOUT-NLS CHANGES README -} |