public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.9.1_p4.ebuild bind-9.9.2.ebuild ChangeLog
@ 2012-10-17 18:00 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Ruppert (idl0r) @ 2012-10-17 18:00 UTC (permalink / raw
  To: gentoo-commits

idl0r       12/10/17 18:00:15

  Modified:             bind-9.9.1_p4.ebuild bind-9.9.2.ebuild ChangeLog
  Log:
  Go back into the build root, bug 438018.
  
  (Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)

Revision  Changes    Path
1.7                  net-dns/bind/bind-9.9.1_p4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild?r1=1.6&r2=1.7

Index: bind-9.9.1_p4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bind-9.9.1_p4.ebuild	13 Oct 2012 16:59:52 -0000	1.6
+++ bind-9.9.1_p4.ebuild	17 Oct 2012 18:00:15 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild,v 1.6 2012/10/13 16:59:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild,v 1.7 2012/10/17 18:00:15 idl0r Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -221,8 +221,9 @@
 			contrib/nanny/nanny.pl
 
 		# some handy-dandy dynamic dns examples
-		cd "${D}"/usr/share/doc/${PF}
+		pushd "${D}"/usr/share/doc/${PF} 1>/dev/null
 		tar xf "${DISTDIR}"/dyndns-samples.tbz2 || die
+		popd 1>/dev/null
 	fi
 
 	use geoip && dodoc "${DISTDIR}"/${GEOIP_DOC_A}



1.4                  net-dns/bind/bind-9.9.2.ebuild

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

Index: bind-9.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bind-9.9.2.ebuild	13 Oct 2012 22:10:43 -0000	1.3
+++ bind-9.9.2.ebuild	17 Oct 2012 18:00:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v 1.3 2012/10/13 22:10:43 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v 1.4 2012/10/17 18:00:15 idl0r Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -230,8 +230,9 @@
 			contrib/nanny/nanny.pl
 
 		# some handy-dandy dynamic dns examples
-		cd "${D}"/usr/share/doc/${PF}
+		pushd "${D}"/usr/share/doc/${PF} 1>/dev/null
 		tar xf "${DISTDIR}"/dyndns-samples.tbz2 || die
+		popd 1>/dev/null
 	fi
 
 	use geoip && dodoc "${DISTDIR}"/${GEOIP_DOC_A}



1.424                net-dns/bind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -r1.423 -r1.424
--- ChangeLog	13 Oct 2012 22:10:43 -0000	1.423
+++ ChangeLog	17 Oct 2012 18:00:15 -0000	1.424
@@ -1,6 +1,10 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.423 2012/10/13 22:10:43 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.424 2012/10/17 18:00:15 idl0r Exp $
+
+  17 Oct 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.9.1_p4.ebuild,
+  bind-9.9.2.ebuild:
+  Go back into the build root, bug 438018.
 
   13 Oct 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.9.2.ebuild:
   Fix python dependencies, bug 438252





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

* [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.9.1_p4.ebuild bind-9.9.2.ebuild ChangeLog
@ 2012-11-04 20:20 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-11-04 20:20 UTC (permalink / raw
  To: gentoo-commits

ulm         12/11/04 20:20:21

  Modified:             bind-9.9.1_p4.ebuild bind-9.9.2.ebuild ChangeLog
  Log:
  Update LICENSE, RSA-PKCS11 is replaced by RSA, bug 440752.
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.8                  net-dns/bind/bind-9.9.1_p4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild?r1=1.7&r2=1.8

Index: bind-9.9.1_p4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bind-9.9.1_p4.ebuild	17 Oct 2012 18:00:15 -0000	1.7
+++ bind-9.9.1_p4.ebuild	4 Nov 2012 20:20:20 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild,v 1.7 2012/10/17 18:00:15 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p4.ebuild,v 1.8 2012/11/04 20:20:20 ulm Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -45,7 +45,7 @@
 	sdb-ldap? ( http://ftp.disconnected-by-peer.at/pub/bind-sdb-ldap-${SDB_LDAP_VER}.patch.bz2 )
 	rrl? ( http://ss.vix.com/~vixie/rl-${RRL_PV}.patch )"
 
-LICENSE="as-is"
+LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="berkdb caps dlz doc filter-aaaa geoip gost gssapi idn ipv6 ldap mysql odbc



1.7                  net-dns/bind/bind-9.9.2.ebuild

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

Index: bind-9.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bind-9.9.2.ebuild	1 Nov 2012 19:07:51 -0000	1.6
+++ bind-9.9.2.ebuild	4 Nov 2012 20:20:20 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v 1.6 2012/11/01 19:07:51 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v 1.7 2012/11/04 20:20:20 ulm Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -50,7 +50,7 @@
 	)"
 #	rrl? ( http://ss.vix.com/~vixie/rl-${RRL_PV}.patch )"
 
-LICENSE="ISC BSD BSD-2 HPND JNIC RSA-PKCS11 openssl"
+LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="berkdb caps dlz doc filter-aaaa geoip gost gssapi idn ipv6 ldap mysql odbc



1.428                net-dns/bind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -r1.427 -r1.428
--- ChangeLog	1 Nov 2012 19:07:51 -0000	1.427
+++ ChangeLog	4 Nov 2012 20:20:20 -0000	1.428
@@ -1,6 +1,10 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.427 2012/11/01 19:07:51 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.428 2012/11/04 20:20:20 ulm Exp $
+
+  04 Nov 2012; Ulrich Müller <ulm@gentoo.org> bind-9.9.1_p4.ebuild,
+  bind-9.9.2.ebuild:
+  Update LICENSE, RSA-PKCS11 is replaced by RSA, bug 440752.
 
   01 Nov 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.9.2.ebuild:
   Fix LICENSE, bug 440752.





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

end of thread, other threads:[~2012-11-04 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 20:20 [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.9.1_p4.ebuild bind-9.9.2.ebuild ChangeLog Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-17 18:00 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