* [gentoo-commits] gentoo-x86 commit in net-libs/ldns: ldns-1.6.17.ebuild ldns-1.6.16-r1.ebuild ChangeLog
@ 2014-06-18 20:37 Michal Gorny (mgorny)
0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 20:37 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/18 20:37:50
Modified: ldns-1.6.17.ebuild ldns-1.6.16-r1.ebuild ChangeLog
Log:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 net-libs/ldns/ldns-1.6.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?r1=1.1&r2=1.2
Index: ldns-1.6.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldns-1.6.17.ebuild 16 Jun 2014 06:19:28 -0000 1.1
+++ ldns-1.6.17.ebuild 18 Jun 2014 20:37:50 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v 1.1 2014/06/16 06:19:28 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v 1.2 2014/06/18 20:37:50 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -20,10 +20,10 @@
REQUIRED_USE="ecdsa? ( ssl )"
RDEPEND="
- dane? ( >=dev-libs/openssl-1:0[${MULTILIB_USEDEP}] )
- ecdsa? ( >=dev-libs/openssl-1.0.1c:0[-bindist,${MULTILIB_USEDEP}] )
- gost? ( >=dev-libs/openssl-1:0[${MULTILIB_USEDEP}] )
- ssl? ( >=dev-libs/openssl-0.9.7:0[${MULTILIB_USEDEP}] )
+ dane? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+ ecdsa? ( >=dev-libs/openssl-1.0.1h-r2:0[-bindist,${MULTILIB_USEDEP}] )
+ gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+ ssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
"
DEPEND="${RDEPEND}
python? ( dev-lang/swig )
1.2 net-libs/ldns/ldns-1.6.16-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild?r1=1.1&r2=1.2
Index: ldns-1.6.16-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldns-1.6.16-r1.ebuild 13 May 2014 06:18:49 -0000 1.1
+++ ldns-1.6.16-r1.ebuild 18 Jun 2014 20:37:50 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild,v 1.1 2014/05/13 06:18:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild,v 1.2 2014/06/18 20:37:50 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -18,9 +18,9 @@
RESTRICT="test" # 1.6.9 has no test directory
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.7:0[${MULTILIB_USEDEP}] )
- ecdsa? ( >=dev-libs/openssl-1.0.1c:0[-bindist,${MULTILIB_USEDEP}] )
- gost? ( >=dev-libs/openssl-1:0[${MULTILIB_USEDEP}] )"
+RDEPEND="ssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+ ecdsa? ( >=dev-libs/openssl-1.0.1h-r2:0[-bindist,${MULTILIB_USEDEP}] )
+ gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
python? ( dev-lang/swig )
doc? ( app-doc/doxygen )"
1.59 net-libs/ldns/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 16 Jun 2014 06:19:28 -0000 1.58
+++ ChangeLog 18 Jun 2014 20:37:50 -0000 1.59
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/ldns
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.58 2014/06/16 06:19:28 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.59 2014/06/18 20:37:50 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> ldns-1.6.16-r1.ebuild,
+ ldns-1.6.17.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
*ldns-1.6.17 (16 Jun 2014)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/ldns: ldns-1.6.17.ebuild ldns-1.6.16-r1.ebuild ChangeLog
@ 2014-07-09 17:03 Michal Gorny (mgorny)
0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-07-09 17:03 UTC (permalink / raw
To: gentoo-commits
mgorny 14/07/09 17:03:04
Modified: ldns-1.6.17.ebuild ldns-1.6.16-r1.ebuild ChangeLog
Log:
Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 net-libs/ldns/ldns-1.6.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?r1=1.2&r2=1.3
Index: ldns-1.6.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ldns-1.6.17.ebuild 18 Jun 2014 20:37:50 -0000 1.2
+++ ldns-1.6.17.ebuild 9 Jul 2014 17:03:04 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v 1.2 2014/06/18 20:37:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v 1.3 2014/07/09 17:03:04 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -17,12 +17,14 @@
IUSE="dane doc +ecdsa gost python +ssl static-libs vim-syntax"
# configure will die if ecdsa is enabled and ssl is not
-REQUIRED_USE="ecdsa? ( ssl )"
+REQUIRED_USE="ecdsa? ( ssl )
+ python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
dane? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
ecdsa? ( >=dev-libs/openssl-1.0.1h-r2:0[-bindist,${MULTILIB_USEDEP}] )
gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+ python? ( ${PYTHON_DEPS} )
ssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
"
DEPEND="${RDEPEND}
1.3 net-libs/ldns/ldns-1.6.16-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild?r1=1.2&r2=1.3
Index: ldns-1.6.16-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ldns-1.6.16-r1.ebuild 18 Jun 2014 20:37:50 -0000 1.2
+++ ldns-1.6.16-r1.ebuild 9 Jul 2014 17:03:04 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild,v 1.2 2014/06/18 20:37:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild,v 1.3 2014/07/09 17:03:04 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
@@ -20,13 +20,15 @@
RDEPEND="ssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
ecdsa? ( >=dev-libs/openssl-1.0.1h-r2:0[-bindist,${MULTILIB_USEDEP}] )
- gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )"
+ gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+ python? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}
python? ( dev-lang/swig )
doc? ( app-doc/doxygen )"
# configure will die if ecdsa is enabled and ssl is not
-REQUIRED_USE="ecdsa? ( ssl )"
+REQUIRED_USE="ecdsa? ( ssl )
+ python? ( ${PYTHON_REQUIRED_USE} )"
MULTILIB_CHOST_TOOLS=(
/usr/bin/ldns-config
1.60 net-libs/ldns/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 18 Jun 2014 20:37:50 -0000 1.59
+++ ChangeLog 9 Jul 2014 17:03:04 -0000 1.60
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/ldns
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.59 2014/06/18 20:37:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.60 2014/07/09 17:03:04 mgorny Exp $
+
+ 09 Jul 2014; Michał Górny <mgorny@gentoo.org> ldns-1.6.16-r1.ebuild,
+ ldns-1.6.17.ebuild:
+ Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE.
18 Jun 2014; Michał Górny <mgorny@gentoo.org> ldns-1.6.16-r1.ebuild,
ldns-1.6.17.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-09 17:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 20:37 [gentoo-commits] gentoo-x86 commit in net-libs/ldns: ldns-1.6.17.ebuild ldns-1.6.16-r1.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2014-07-09 17:03 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox