diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-05-08 23:08:32 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-05-08 23:08:32 +0000 |
commit | 5a44b2d5218629d119622f7e19e17f53fc1bc931 (patch) | |
tree | 6c687524802567d7126aa090efb443da6f9ce964 /net-dns | |
parent | *portage-2.2.0_alpha32 (08 May 2011) (diff) | |
download | gentoo-2-5a44b2d5218629d119622f7e19e17f53fc1bc931.tar.gz gentoo-2-5a44b2d5218629d119622f7e19e17f53fc1bc931.tar.bz2 gentoo-2-5a44b2d5218629d119622f7e19e17f53fc1bc931.zip |
Fix geoip patch for 9.8.0_p1, bug 366499.
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/bind/bind-9.8.0_p1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 060430204647..639708456ac7 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/bind # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.330 2011/05/08 11:12:14 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.331 2011/05/08 23:08:32 idl0r Exp $ + + 08 May 2011; Christian Ruppert <idl0r@gentoo.org> bind-9.8.0_p1.ebuild: + Fix geoip patch for 9.8.0_p1, bug 366499. *bind-9.8.0_p1 (08 May 2011) diff --git a/net-dns/bind/bind-9.8.0_p1.ebuild b/net-dns/bind/bind-9.8.0_p1.ebuild index 31ce92892e4a..551ce4c6cd19 100644 --- a/net-dns/bind/bind-9.8.0_p1.ebuild +++ b/net-dns/bind/bind-9.8.0_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.0_p1.ebuild,v 1.1 2011/05/08 11:12:14 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.0_p1.ebuild,v 1.2 2011/05/08 23:08:32 idl0r Exp $ EAPI="3" @@ -106,9 +106,8 @@ src_prepare() { cp "${DISTDIR}"/${GEOIP_PATCH_A} "${S}" || die sed -i -e 's/MINORVER=7/MINORVER=8/' \ -e 's/PATCHVER=2/PATCHVER=0/' \ - -e 's/RELEASETYPE=-P/RELEASETYPE=/' \ - -e 's/-RELEASEVER=2/-RELEASEVER=/' \ - -e 's/+RELEASEVER=2-geoip-1.3/+RELEASEVER=-geoip-1.3/' \ + -e 's/-RELEASEVER=2/-RELEASEVER=1/' \ + -e 's/+RELEASEVER=2-geoip-1.3/+RELEASEVER=1-geoip-1.3/' \ ${GEOIP_PATCH_A} || die epatch ${GEOIP_PATCH_A} fi |