summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-01 12:14:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-01 12:14:10 +0000
commit415b378527047031870913b8483607b075252a5e (patch)
treee343ffe10c1201293130d9a8d174a58bf183c6dc /dev-libs/popt
parentppc64 stable wrt #361409 (diff)
downloadgentoo-2-415b378527047031870913b8483607b075252a5e.tar.gz
gentoo-2-415b378527047031870913b8483607b075252a5e.tar.bz2
gentoo-2-415b378527047031870913b8483607b075252a5e.zip
old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/popt')
-rw-r--r--dev-libs/popt/popt-1.16.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-libs/popt/popt-1.16.ebuild b/dev-libs/popt/popt-1.16.ebuild
deleted file mode 100644
index faf98eb84055..000000000000
--- a/dev-libs/popt/popt-1.16.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.10 2010/10/03 13:18:17 armin76 Exp $
-
-EAPI=3
-
-DESCRIPTION="Parse Options - Command line parser"
-HOMEPAGE="http://rpm5.org/"
-SRC_URI="http://rpm5.org/files/popt/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
-IUSE="nls"
-
-RDEPEND="nls? ( virtual/libintl )"
-DEPEND="nls? ( sys-devel/gettext )"
-
-src_prepare() {
- sed -i \
- -e 's:lt-test1:test1:' \
- testit.sh || die
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc CHANGES README || die
-}