diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-03-16 08:48:44 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-03-16 08:48:44 +0000 |
commit | 7ca4a3ae4bf64dc4521bf4eaa084f11c6bdb0695 (patch) | |
tree | ab8ea0413f48a2dac7387d3a866034dcf15006dd /net-firewall | |
parent | revbump migration -r1 (diff) | |
download | gentoo-2-7ca4a3ae4bf64dc4521bf4eaa084f11c6bdb0695.tar.gz gentoo-2-7ca4a3ae4bf64dc4521bf4eaa084f11c6bdb0695.tar.bz2 gentoo-2-7ca4a3ae4bf64dc4521bf4eaa084f11c6bdb0695.zip |
Remove epunt_cxx, bug #461904
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipsec-tools/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/ipsec-tools-0.8.0-r5.ebuild | 3 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/ipsec-tools-0.8.1.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/net-firewall/ipsec-tools/ChangeLog b/net-firewall/ipsec-tools/ChangeLog index 4f437baef806..bab433be2536 100644 --- a/net-firewall/ipsec-tools/ChangeLog +++ b/net-firewall/ipsec-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-firewall/ipsec-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.108 2013/03/16 08:31:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ChangeLog,v 1.109 2013/03/16 08:48:44 blueness Exp $ + + 16 Mar 2013; Anthony G. Basile <blueness@gentoo.org> + ipsec-tools-0.8.0-r5.ebuild, ipsec-tools-0.8.1.ebuild: + Remove epunt_cxx, bug #461904 16 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ipsec-tools-0.8.0-r5.ebuild: Stable for x86, wrt bug #461882 diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.8.0-r5.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.8.0-r5.ebuild index 37cf611eb4a4..a0f657aef4ba 100644 --- a/net-firewall/ipsec-tools/ipsec-tools-0.8.0-r5.ebuild +++ b/net-firewall/ipsec-tools/ipsec-tools-0.8.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.8.0-r5.ebuild,v 1.3 2013/03/16 08:31:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.8.0-r5.ebuild,v 1.4 2013/03/16 08:48:44 blueness Exp $ EAPI="4" @@ -186,7 +186,6 @@ src_prepare() { epatch "${FILESDIR}"/${P}-sysctl.patch #425770 AT_M4DIR="${S}" eautoreconf - epunt_cxx } src_configure() { diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.8.1.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.8.1.ebuild index 48a4f78b6a21..f8a3c2f74955 100644 --- a/net-firewall/ipsec-tools/ipsec-tools-0.8.1.ebuild +++ b/net-firewall/ipsec-tools/ipsec-tools-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.8.1.ebuild,v 1.1 2013/03/16 00:52:11 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.8.1.ebuild,v 1.2 2013/03/16 08:48:44 blueness Exp $ EAPI="5" @@ -186,7 +186,6 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-0.8.0-sysctl.patch #425770 AT_M4DIR="${S}" eautoreconf - epunt_cxx } src_configure() { |