* [gentoo-commits] gentoo-x86 commit in net-libs/ldns: ldns-1.6.12-r2.ebuild ldns-1.6.11.ebuild ldns-1.6.12-r1.ebuild ldns-1.6.12.ebuild ChangeLog
@ 2012-07-16 1:13 Mike Gilbert (floppym)
0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2012-07-16 1:13 UTC (permalink / raw
To: gentoo-commits
floppym 12/07/16 01:13:05
Modified: ldns-1.6.12-r2.ebuild ldns-1.6.11.ebuild
ldns-1.6.12-r1.ebuild ldns-1.6.12.ebuild ChangeLog
Log:
Don't call python_set_active version if python is disabled.
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Revision Changes Path
1.3 net-libs/ldns/ldns-1.6.12-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.12-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.12-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.12-r2.ebuild?r1=1.2&r2=1.3
Index: ldns-1.6.12-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.12-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ldns-1.6.12-r2.ebuild 4 Jun 2012 18:52:30 -0000 1.2
+++ ldns-1.6.12-r2.ebuild 16 Jul 2012 01:13:05 -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-libs/ldns/ldns-1.6.12-r2.ebuild,v 1.2 2012/06/04 18:52:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.12-r2.ebuild,v 1.3 2012/07/16 01:13:05 floppym Exp $
EAPI="4"
PYTHON_DEPEND="python? 2:2.5"
@@ -25,8 +25,8 @@
doc? ( app-doc/doxygen )"
pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
+ use python && python_set_active_version 2
+ use python && python_pkg_setup
}
src_prepare() {
1.5 net-libs/ldns/ldns-1.6.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.11.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.11.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.11.ebuild?r1=1.4&r2=1.5
Index: ldns-1.6.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.11.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ldns-1.6.11.ebuild 10 Feb 2012 03:09:02 -0000 1.4
+++ ldns-1.6.11.ebuild 16 Jul 2012 01:13:05 -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-libs/ldns/ldns-1.6.11.ebuild,v 1.4 2012/02/10 03:09:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.11.ebuild,v 1.5 2012/07/16 01:13:05 floppym Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
@@ -25,7 +25,7 @@
doc? ( app-doc/doxygen )"
pkg_setup() {
- python_set_active_version 2
+ use python && python_set_active_version 2
}
src_configure() {
1.2 net-libs/ldns/ldns-1.6.12-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.12-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.12-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.12-r1.ebuild?r1=1.1&r2=1.2
Index: ldns-1.6.12-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.12-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldns-1.6.12-r1.ebuild 31 May 2012 05:43:56 -0000 1.1
+++ ldns-1.6.12-r1.ebuild 16 Jul 2012 01:13:05 -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-libs/ldns/ldns-1.6.12-r1.ebuild,v 1.1 2012/05/31 05:43:56 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.12-r1.ebuild,v 1.2 2012/07/16 01:13:05 floppym Exp $
EAPI="4"
PYTHON_DEPEND="python? 2:2.5"
@@ -25,8 +25,8 @@
doc? ( app-doc/doxygen )"
pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
+ use python && python_set_active_version 2
+ use python && python_pkg_setup
}
src_prepare() {
1.5 net-libs/ldns/ldns-1.6.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.12.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.12.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.12.ebuild?r1=1.4&r2=1.5
Index: ldns-1.6.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ldns-1.6.12.ebuild 21 May 2012 09:53:57 -0000 1.4
+++ ldns-1.6.12.ebuild 16 Jul 2012 01:13:05 -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-libs/ldns/ldns-1.6.12.ebuild,v 1.4 2012/05/21 09:53:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.12.ebuild,v 1.5 2012/07/16 01:13:05 floppym Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
@@ -25,7 +25,7 @@
doc? ( app-doc/doxygen )"
pkg_setup() {
- python_set_active_version 2
+ use python && python_set_active_version 2
}
src_prepare() {
1.32 net-libs/ldns/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 13 Jul 2012 14:14:48 -0000 1.31
+++ ChangeLog 16 Jul 2012 01:13:05 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/ldns
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.31 2012/07/13 14:14:48 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.32 2012/07/16 01:13:05 floppym Exp $
+
+ 16 Jul 2012; Mike Gilbert <floppym@gentoo.org> ldns-1.6.11.ebuild,
+ ldns-1.6.12-r1.ebuild, ldns-1.6.12-r2.ebuild, ldns-1.6.12.ebuild:
+ Don't call python_set_active version if python is disabled.
13 Jul 2012; Jeremy Olexa <darkside@gentoo.org> ldns-1.6.13-r1.ebuild:
pkg_setup fixes regarding python
@@ -142,4 +146,3 @@
21 Nov 2009; MATSUU Takuto <matsuu@gentoo.org> +ldns-1.6.2.ebuild,
+metadata.xml:
Initial import, bug #192728.
-
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-16 1:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16 1:13 [gentoo-commits] gentoo-x86 commit in net-libs/ldns: ldns-1.6.12-r2.ebuild ldns-1.6.11.ebuild ldns-1.6.12-r1.ebuild ldns-1.6.12.ebuild ChangeLog Mike Gilbert (floppym)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox