public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.7.0_p2.ebuild ChangeLog
@ 2010-05-21 16:01 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Ruppert (idl0r) @ 2010-05-21 16:01 UTC (permalink / raw
  To: gentoo-commits

idl0r       10/05/21 16:01:49

  Modified:             bind-9.7.0_p2.ebuild ChangeLog
  Log:
  Fix geoip patching, bug 320769.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-dns/bind/bind-9.7.0_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild?r1=1.1&r2=1.2

Index: bind-9.7.0_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bind-9.7.0_p2.ebuild	20 May 2010 16:19:58 -0000	1.1
+++ bind-9.7.0_p2.ebuild	21 May 2010 16:01:48 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild,v 1.1 2010/05/20 16:19:58 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild,v 1.2 2010/05/21 16:01:48 idl0r Exp $
 
 EAPI="3"
 
@@ -95,7 +95,7 @@
 
 	if use geoip; then
 		cp "${DISTDIR}"/${GEOIP_P}.patch "${S}" || die
-		sed -i -e 's/-RELEASEVER=3/-RELEASEVER=1/' \
+		sed -i -e 's/-RELEASEVER=3/-RELEASEVER=2/' \
 			-e 's/+RELEASEVER=3-geoip-1.3/+RELEASEVER=1-geoip-1.3/' \
 			${GEOIP_P}.patch || die
 		epatch ${GEOIP_P}.patch



1.273                net-dns/bind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.273&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.273&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.272&r2=1.273

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -r1.272 -r1.273
--- ChangeLog	20 May 2010 16:19:58 -0000	1.272
+++ ChangeLog	21 May 2010 16:01:48 -0000	1.273
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.272 2010/05/20 16:19:58 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.273 2010/05/21 16:01:48 idl0r Exp $
+
+  21 May 2010; Christian Ruppert <idl0r@gentoo.org> bind-9.7.0_p2.ebuild:
+  Fix geoip patching, bug 320769.
 
 *bind-9.7.0_p2 (20 May 2010)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.7.0_p2.ebuild ChangeLog
@ 2010-05-22  9:04 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-05-22  9:04 UTC (permalink / raw
  To: gentoo-commits

jlec        10/05/22 09:04:13

  Modified:             bind-9.7.0_p2.ebuild ChangeLog
  Log:
  Removed epause in EAPI=3 ebuilds
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-dns/bind/bind-9.7.0_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild?r1=1.2&r2=1.3

Index: bind-9.7.0_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bind-9.7.0_p2.ebuild	21 May 2010 16:01:48 -0000	1.2
+++ bind-9.7.0_p2.ebuild	22 May 2010 09:04:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild,v 1.2 2010/05/21 16:01:48 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2.ebuild,v 1.3 2010/05/22 09:04:13 jlec Exp $
 
 EAPI="3"
 
@@ -140,7 +140,6 @@
 			ewarn
 			myconf="${myconf} --disable-linux-caps --disable-threads"
 			ewarn "Threading support disabled"
-			epause 10
 		else
 			myconf="${myconf} --enable-linux-caps --enable-threads"
 			einfo "Threading support enabled"



1.274                net-dns/bind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.274&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.274&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.273&r2=1.274

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- ChangeLog	21 May 2010 16:01:48 -0000	1.273
+++ ChangeLog	22 May 2010 09:04:13 -0000	1.274
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.273 2010/05/21 16:01:48 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.274 2010/05/22 09:04:13 jlec Exp $
+
+  22 May 2010; Justin Lecher <jlec@gentoo.org> bind-9.7.0_p2.ebuild:
+  Removed epause in EAPI=3 ebuilds
 
   21 May 2010; Christian Ruppert <idl0r@gentoo.org> bind-9.7.0_p2.ebuild:
   Fix geoip patching, bug 320769.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-22  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22  9:04 [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.7.0_p2.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-21 16:01 Christian Ruppert (idl0r)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox