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.2.ebuild ChangeLog
@ 2012-10-12 18:32 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Ruppert (idl0r) @ 2012-10-12 18:32 UTC (permalink / raw
  To: gentoo-commits

idl0r       12/10/12 18:32:36

  Modified:             bind-9.9.2.ebuild ChangeLog
  Log:
  Fix python_convert_shebangs, bug 438018.
  
  (Portage version: 2.2.0_alpha137/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild?r1=1.1&r2=1.2

Index: bind-9.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bind-9.9.2.ebuild	10 Oct 2012 20:11:06 -0000	1.1
+++ bind-9.9.2.ebuild	12 Oct 2012 18:32:35 -0000	1.2
@@ -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.1 2012/10/10 20:11:06 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v 1.2 2012/10/12 18:32:35 idl0r Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -269,8 +269,6 @@
 	fi
 
 	if use python; then
-		rm -f "${D}/usr/sbin/dnssec-checkds"
-
 		install_python_tools() {
 			python_convert_shebangs $PYTHON_ABI bin/python/dnssec-checkds
 			exeinto /usr/sbin
@@ -278,6 +276,7 @@
 		}
 		python_execute_function install_python_tools
 
+		rm -f "${D}/usr/sbin/dnssec-checkds"
 		python_generate_wrapper_scripts "${D}usr/sbin/dnssec-checkds"
 	fi
 



1.421                net-dns/bind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -r1.420 -r1.421
--- ChangeLog	11 Oct 2012 22:24:10 -0000	1.420
+++ ChangeLog	12 Oct 2012 18:32:35 -0000	1.421
@@ -1,6 +1,9 @@
 # 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.420 2012/10/11 22:24:10 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.421 2012/10/12 18:32:35 idl0r Exp $
+
+  12 Oct 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.9.2.ebuild:
+  Fix python_convert_shebangs, bug 438018.
 
   11 Oct 2012; Anthony G. Basile <blueness@gentoo.org> bind-9.9.1_p4.ebuild:
   stable ppc ppc64, bug #437828





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

* [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.9.2.ebuild ChangeLog
@ 2012-10-13 22:10 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Ruppert (idl0r) @ 2012-10-13 22:10 UTC (permalink / raw
  To: gentoo-commits

idl0r       12/10/13 22:10:44

  Modified:             bind-9.9.2.ebuild ChangeLog
  Log:
  Fix python dependencies, bug 438252
  
  (Portage version: 2.2.0_alpha137/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild?r1=1.2&r2=1.3

Index: bind-9.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bind-9.9.2.ebuild	12 Oct 2012 18:32:35 -0000	1.2
+++ bind-9.9.2.ebuild	13 Oct 2012 22:10:43 -0000	1.3
@@ -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.2 2012/10/12 18:32:35 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v 1.3 2012/10/13 22:10:43 idl0r Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -78,7 +78,8 @@
 	geoip? ( >=dev-libs/geoip-1.4.6 )
 	gssapi? ( virtual/krb5 )
 	sdb-ldap? ( net-nds/openldap )
-	gost? ( >=dev-libs/openssl-1.0.0[-bindist] )"
+	gost? ( >=dev-libs/openssl-1.0.0[-bindist] )
+	python? ( dev-python/argparse )"
 
 RDEPEND="${DEPEND}
 	selinux? ( sec-policy/selinux-bind )



1.423                net-dns/bind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -r1.422 -r1.423
--- ChangeLog	13 Oct 2012 16:59:52 -0000	1.422
+++ ChangeLog	13 Oct 2012 22:10:43 -0000	1.423
@@ -1,6 +1,9 @@
 # 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.422 2012/10/13 16:59:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.423 2012/10/13 22:10:43 idl0r Exp $
+
+  13 Oct 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.9.2.ebuild:
+  Fix python dependencies, bug 438252
 
   13 Oct 2012; Raúl Porcel <armin76@gentoo.org> bind-9.9.1_p4.ebuild:
   alpha/arm/ia64/s390/sh/sparc stable wrt #437828





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

* [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.9.2.ebuild ChangeLog
@ 2012-10-31  8:57 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2012-10-31  8:57 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/10/31 08:57:04

  Modified:             bind-9.9.2.ebuild ChangeLog
  Log:
  Use virtual for argparse.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild?r1=1.4&r2=1.5

Index: bind-9.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bind-9.9.2.ebuild	17 Oct 2012 18:00:15 -0000	1.4
+++ bind-9.9.2.ebuild	31 Oct 2012 08:57:04 -0000	1.5
@@ -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.4 2012/10/17 18:00:15 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v 1.5 2012/10/31 08:57:04 mgorny Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -79,7 +79,7 @@
 	gssapi? ( virtual/krb5 )
 	sdb-ldap? ( net-nds/openldap )
 	gost? ( >=dev-libs/openssl-1.0.0[-bindist] )
-	python? ( dev-python/argparse )"
+	python? ( virtual/python-argparse )"
 
 RDEPEND="${DEPEND}
 	selinux? ( sec-policy/selinux-bind )



1.426                net-dns/bind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.425
retrieving revision 1.426
diff -u -r1.425 -r1.426
--- ChangeLog	30 Oct 2012 20:03:43 -0000	1.425
+++ ChangeLog	31 Oct 2012 08:57:04 -0000	1.426
@@ -1,6 +1,9 @@
 # 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.425 2012/10/30 20:03:43 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.426 2012/10/31 08:57:04 mgorny Exp $
+
+  31 Oct 2012; Michał Górny <mgorny@gentoo.org> bind-9.9.2.ebuild:
+  Use virtual for argparse.
 
   30 Oct 2012; Christian Ruppert <idl0r@gentoo.org> -bind-9.9.1_p3.ebuild:
   Cleanup





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

* [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.9.2.ebuild ChangeLog
@ 2012-11-01 19:07 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Ruppert (idl0r) @ 2012-11-01 19:07 UTC (permalink / raw
  To: gentoo-commits

idl0r       12/11/01 19:07:51

  Modified:             bind-9.9.2.ebuild ChangeLog
  Log:
  Fix LICENSE, bug 440752.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild?r1=1.5&r2=1.6

Index: bind-9.9.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bind-9.9.2.ebuild	31 Oct 2012 08:57:04 -0000	1.5
+++ bind-9.9.2.ebuild	1 Nov 2012 19:07:51 -0000	1.6
@@ -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.5 2012/10/31 08:57:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2.ebuild,v 1.6 2012/11/01 19:07:51 idl0r 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="as-is"
+LICENSE="ISC BSD BSD-2 HPND JNIC RSA-PKCS11 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.427                net-dns/bind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.426
retrieving revision 1.427
diff -u -r1.426 -r1.427
--- ChangeLog	31 Oct 2012 08:57:04 -0000	1.426
+++ ChangeLog	1 Nov 2012 19:07:51 -0000	1.427
@@ -1,6 +1,9 @@
 # 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.426 2012/10/31 08:57:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.427 2012/11/01 19:07:51 idl0r Exp $
+
+  01 Nov 2012; Christian Ruppert <idl0r@gentoo.org> bind-9.9.2.ebuild:
+  Fix LICENSE, bug 440752.
 
   31 Oct 2012; Michał Górny <mgorny@gentoo.org> bind-9.9.2.ebuild:
   Use virtual for argparse.





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

end of thread, other threads:[~2012-11-01 19:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 18:32 [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.9.2.ebuild ChangeLog Christian Ruppert (idl0r)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-13 22:10 Christian Ruppert (idl0r)
2012-10-31  8:57 Michal Gorny (mgorny)
2012-11-01 19:07 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