diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-12-09 04:15:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-12-09 04:15:41 +0000 |
commit | cad8aa43dbde52f9bb657f26d93ed5ae7e8360cf (patch) | |
tree | 971d5f67409e1f5b77cb4d936261a28ab84f8437 /dev-libs/popt | |
parent | old (diff) | |
download | gentoo-2-cad8aa43dbde52f9bb657f26d93ed5ae7e8360cf.tar.gz gentoo-2-cad8aa43dbde52f9bb657f26d93ed5ae7e8360cf.tar.bz2 gentoo-2-cad8aa43dbde52f9bb657f26d93ed5ae7e8360cf.zip |
Version bump #199160 by Sandro Bonazzola.
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'dev-libs/popt')
-rw-r--r-- | dev-libs/popt/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/popt/files/digest-popt-1.12 | 3 | ||||
-rw-r--r-- | dev-libs/popt/files/popt-1.12-scrub-lame-gettext.patch | 27 | ||||
-rw-r--r-- | dev-libs/popt/popt-1.12.ebuild | 37 |
4 files changed, 74 insertions, 1 deletions
diff --git a/dev-libs/popt/ChangeLog b/dev-libs/popt/ChangeLog index 3baa0955dec3..e757ef7b7777 100644 --- a/dev-libs/popt/ChangeLog +++ b/dev-libs/popt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/popt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.59 2007/06/11 17:47:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.60 2007/12/09 04:15:41 vapier Exp $ + +*popt-1.12 (09 Dec 2007) + + 09 Dec 2007; Mike Frysinger <vapier@gentoo.org> + +files/popt-1.12-scrub-lame-gettext.patch, +popt-1.12.ebuild: + Version bump #199160 by Sandro Bonazzola. 11 Jun 2007; Raúl Porcel <armin76@gentoo.org> popt-1.10.7.ebuild: alpha stable wrt #161177 diff --git a/dev-libs/popt/files/digest-popt-1.12 b/dev-libs/popt/files/digest-popt-1.12 new file mode 100644 index 000000000000..93bb41a3acc8 --- /dev/null +++ b/dev-libs/popt/files/digest-popt-1.12 @@ -0,0 +1,3 @@ +MD5 f45290e9ac4b1cf209d0042eb6755543 popt-1.12.tar.gz 676547 +RMD160 95bd1960fd896df8f521fff2ea4c8570b2984eec popt-1.12.tar.gz 676547 +SHA256 bc7a4f130bf8145e25fb1b79d3a2ed833039a67c3f27355217ac30cd72584326 popt-1.12.tar.gz 676547 diff --git a/dev-libs/popt/files/popt-1.12-scrub-lame-gettext.patch b/dev-libs/popt/files/popt-1.12-scrub-lame-gettext.patch new file mode 100644 index 000000000000..a247bcbf3458 --- /dev/null +++ b/dev-libs/popt/files/popt-1.12-scrub-lame-gettext.patch @@ -0,0 +1,27 @@ +this serves no real purpose + +http://bugs.gentoo.org/161988 + +--- configure ++++ configure +@@ -20981,20 +20981,6 @@ + fi + + +-if test ! -f ../rpm.c +-then +- { echo "$as_me:$LINENO: checking for GNU xgettext" >&5 +-echo $ECHO_N "checking for GNU xgettext... $ECHO_C" >&6; } +- xgettext --version 2>&1 | grep 'GNU gettext' >/dev/null 2>&1 || { { echo "$as_me:$LINENO: error: +- *** GNU gettext is required. The latest version +- *** is always available from ftp://ftp.gnu.org/gnu/gettext/." >&5 +-echo "$as_me: error: +- *** GNU gettext is required. The latest version +- *** is always available from ftp://ftp.gnu.org/gnu/gettext/." >&2;} +- { (exit 1); exit 1; }; } +- { echo "$as_me:$LINENO: result: yes" >&5 +-echo "${ECHO_T}yes" >&6; } +-fi + + { echo "$as_me:$LINENO: checking for setreuid" >&5 + echo $ECHO_N "checking for setreuid... $ECHO_C" >&6; } diff --git a/dev-libs/popt/popt-1.12.ebuild b/dev-libs/popt/popt-1.12.ebuild new file mode 100644 index 000000000000..a3f40ed18dbc --- /dev/null +++ b/dev-libs/popt/popt-1.12.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.12.ebuild,v 1.1 2007/12/09 04:15:41 vapier Exp $ + +inherit eutils + +DESCRIPTION="Parse Options - Command line parser" +HOMEPAGE="http://rpm5.org/" +SRC_URI="http://rpm5.org/files/popt/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="nls" + +RDEPEND="nls? ( virtual/libintl )" +DEPEND="nls? ( sys-devel/gettext )" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-1.10.4-lib64.patch + epatch "${FILESDIR}"/${PN}-1.12-scrub-lame-gettext.patch +} + +src_compile() { + econf \ + --without-included-gettext \ + $(use_enable nls) \ + || die + emake || die "emake failed" +} + +src_install() { + emake install DESTDIR="${D}" || die + dodoc CHANGES README +} |