summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2009-03-07 16:03:56 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2009-03-07 16:03:56 +0000
commit122f35e9d6f4034b7766d3e15e93a60cb0bb9b57 (patch)
tree82cc1bac8de049bad038f05e6013e5da8b3ae2ef /net-misc/pump
parentMigrate to EAPI 2. (diff)
downloadgentoo-2-122f35e9d6f4034b7766d3e15e93a60cb0bb9b57.tar.gz
gentoo-2-122f35e9d6f4034b7766d3e15e93a60cb0bb9b57.tar.bz2
gentoo-2-122f35e9d6f4034b7766d3e15e93a60cb0bb9b57.zip
Revision bump: fix bug #260929 (static linking against popt), respect LDFLAGS.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/pump')
-rw-r--r--net-misc/pump/ChangeLog9
-rw-r--r--net-misc/pump/pump-0.8.24-r3.ebuild (renamed from net-misc/pump/pump-0.8.24-r2.ebuild)8
2 files changed, 10 insertions, 7 deletions
diff --git a/net-misc/pump/ChangeLog b/net-misc/pump/ChangeLog
index 3c36381628f8..ab8ecc12c91a 100644
--- a/net-misc/pump/ChangeLog
+++ b/net-misc/pump/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/pump
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.42 2009/02/16 18:15:33 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/ChangeLog,v 1.43 2009/03/07 16:03:56 nelchael Exp $
+
+*pump-0.8.24-r3 (07 Mar 2009)
+
+ 07 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> -pump-0.8.24-r2.ebuild,
+ +pump-0.8.24-r3.ebuild:
+ Revision bump: fix bug #260929 (static linking against popt), respect
+ LDFLAGS.
16 Feb 2009; Krzysiek Pawlik <nelchael@gentoo.org> Manifest:
Fix digest.
diff --git a/net-misc/pump/pump-0.8.24-r2.ebuild b/net-misc/pump/pump-0.8.24-r3.ebuild
index fbe1f3ab5588..6389c88ecc63 100644
--- a/net-misc/pump/pump-0.8.24-r2.ebuild
+++ b/net-misc/pump/pump-0.8.24-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.24-r2.ebuild,v 1.1 2009/02/12 20:37:12 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pump/pump-0.8.24-r3.ebuild,v 1.1 2009/03/07 16:03:56 nelchael Exp $
inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@ DESCRIPTION="This is the DHCP/BOOTP client written by RedHat"
HOMEPAGE="http://ftp.debian.org/debian/pool/main/p/pump/"
SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.orig.tar.gz
mirror://debian/pool/main/p/${PN}/${PN}_${PV}-${PATCHLEVEL}.diff.gz
- mirror://gentoo/${P}-patches.tar.bz2"
+ mirror://gentoo/${P}-1-patches.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -32,10 +32,6 @@ src_unpack() {
epatch "${i}"
done
- sed -i \
- -e 's,-Werror -g,,' \
- Makefile || die "sed failed"
-
# Only install specific po files if LINGUAS is set
if [[ -n ${LINGUAS} ]]; then
cd po