summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-12 15:45:59 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-12 15:45:59 +0000
commiteefd9dc63ebbdaecb23400273f607a542b69889f (patch)
tree444b1cb07376b0ee35f762e5beae4c95a23c1018 /dev-libs
parentsh KEYWORDS (Manifest recommit) (diff)
downloadgentoo-2-eefd9dc63ebbdaecb23400273f607a542b69889f.tar.gz
gentoo-2-eefd9dc63ebbdaecb23400273f607a542b69889f.tar.bz2
gentoo-2-eefd9dc63ebbdaecb23400273f607a542b69889f.zip
sh KEYWORDS
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/popt/files/digest-popt-1.51
-rw-r--r--dev-libs/popt/files/digest-popt-1.6.31
-rw-r--r--dev-libs/popt/popt-1.5.ebuild29
-rw-r--r--dev-libs/popt/popt-1.6.3.ebuild29
-rw-r--r--dev-libs/popt/popt-1.7-r1.ebuild4
5 files changed, 2 insertions, 62 deletions
diff --git a/dev-libs/popt/files/digest-popt-1.5 b/dev-libs/popt/files/digest-popt-1.5
deleted file mode 100644
index 070c93f09c19..000000000000
--- a/dev-libs/popt/files/digest-popt-1.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 13f88aa5db9fa21aa164afdec9c7cfea popt-1.5.tar.gz 428957
diff --git a/dev-libs/popt/files/digest-popt-1.6.3 b/dev-libs/popt/files/digest-popt-1.6.3
deleted file mode 100644
index 5cd7c42f3d0a..000000000000
--- a/dev-libs/popt/files/digest-popt-1.6.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4da9bd59a6856431ff20b4e4b770a3e5 popt-1.6.3.tar.gz 529198
diff --git a/dev-libs/popt/popt-1.5.ebuild b/dev-libs/popt/popt-1.5.ebuild
deleted file mode 100644
index 2f7cb0fb0844..000000000000
--- a/dev-libs/popt/popt-1.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.5.ebuild,v 1.17 2004/06/24 23:31:25 agriffis Exp $
-
-IUSE="nls"
-
-DESCRIPTION="Parse Options: command line parser"
-SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/${P}.tar.gz"
-HOMEPAGE="http://www.rpm.org"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 ppc sparc"
-
-DEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- use nls || myconf="--disable-nls"
-
- econf ${myconf} || die
- make || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc CHANGES COPYING README
-}
diff --git a/dev-libs/popt/popt-1.6.3.ebuild b/dev-libs/popt/popt-1.6.3.ebuild
deleted file mode 100644
index 5875c6d08ec7..000000000000
--- a/dev-libs/popt/popt-1.6.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.6.3.ebuild,v 1.19 2004/06/24 23:31:25 agriffis Exp $
-
-IUSE="nls"
-
-DESCRIPTION="Parse Options - Command line parser"
-SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/${P}.tar.gz"
-HOMEPAGE="http://www.rpm.org"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86 ppc sparc alpha mips hppa"
-
-DEPEND="nls? ( sys-devel/gettext )"
-
-src_compile() {
- local myconf
-
- use nls || myconf="$myconf --disable-nls"
-
- econf ${myconf} || die
- make || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc CHANGES COPYING README
-}
diff --git a/dev-libs/popt/popt-1.7-r1.ebuild b/dev-libs/popt/popt-1.7-r1.ebuild
index bd98e684865e..ee6035595778 100644
--- a/dev-libs/popt/popt-1.7-r1.ebuild
+++ b/dev-libs/popt/popt-1.7-r1.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/dev-libs/popt/popt-1.7-r1.ebuild,v 1.17 2004/10/23 06:25:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.7-r1.ebuild,v 1.18 2004/11/12 15:45:59 vapier Exp $
inherit libtool gnuconfig eutils
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390 ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86"
IUSE="nls"
DEPEND="nls? ( sys-devel/gettext )"