Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/ldns: ldns-1.6.17.ebuild ldns-1.6.16-r1.ebuild ChangeLog
Date: Wed, 09 Jul 2014 17:03:08
Message-Id: 20140709170304.7C5332004E@flycatcher.gentoo.org
1 mgorny 14/07/09 17:03:04
2
3 Modified: ldns-1.6.17.ebuild ldns-1.6.16-r1.ebuild ChangeLog
4 Log:
5 Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.3 net-libs/ldns/ldns-1.6.17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild?r1=1.2&r2=1.3
15
16 Index: ldns-1.6.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ldns-1.6.17.ebuild 18 Jun 2014 20:37:50 -0000 1.2
23 +++ ldns-1.6.17.ebuild 9 Jul 2014 17:03:04 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v 1.2 2014/06/18 20:37:50 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.17.ebuild,v 1.3 2014/07/09 17:03:04 mgorny Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python2_7 )
32 @@ -17,12 +17,14 @@
33 IUSE="dane doc +ecdsa gost python +ssl static-libs vim-syntax"
34
35 # configure will die if ecdsa is enabled and ssl is not
36 -REQUIRED_USE="ecdsa? ( ssl )"
37 +REQUIRED_USE="ecdsa? ( ssl )
38 + python? ( ${PYTHON_REQUIRED_USE} )"
39
40 RDEPEND="
41 dane? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
42 ecdsa? ( >=dev-libs/openssl-1.0.1h-r2:0[-bindist,${MULTILIB_USEDEP}] )
43 gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
44 + python? ( ${PYTHON_DEPS} )
45 ssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
46 "
47 DEPEND="${RDEPEND}
48
49
50
51 1.3 net-libs/ldns/ldns-1.6.16-r1.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild?rev=1.3&view=markup
54 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
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild?r1=1.2&r2=1.3
56
57 Index: ldns-1.6.16-r1.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ldns-1.6.16-r1.ebuild,v
60 retrieving revision 1.2
61 retrieving revision 1.3
62 diff -u -r1.2 -r1.3
63 --- ldns-1.6.16-r1.ebuild 18 Jun 2014 20:37:50 -0000 1.2
64 +++ ldns-1.6.16-r1.ebuild 9 Jul 2014 17:03:04 -0000 1.3
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2014 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $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 $
69 +# $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 $
70
71 EAPI="5"
72 PYTHON_COMPAT=( python2_7 )
73 @@ -20,13 +20,15 @@
74
75 RDEPEND="ssl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
76 ecdsa? ( >=dev-libs/openssl-1.0.1h-r2:0[-bindist,${MULTILIB_USEDEP}] )
77 - gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )"
78 + gost? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
79 + python? ( ${PYTHON_DEPS} )"
80 DEPEND="${RDEPEND}
81 python? ( dev-lang/swig )
82 doc? ( app-doc/doxygen )"
83
84 # configure will die if ecdsa is enabled and ssl is not
85 -REQUIRED_USE="ecdsa? ( ssl )"
86 +REQUIRED_USE="ecdsa? ( ssl )
87 + python? ( ${PYTHON_REQUIRED_USE} )"
88
89 MULTILIB_CHOST_TOOLS=(
90 /usr/bin/ldns-config
91
92
93
94 1.60 net-libs/ldns/ChangeLog
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.60&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?rev=1.60&content-type=text/plain
98 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/ldns/ChangeLog?r1=1.59&r2=1.60
99
100 Index: ChangeLog
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v
103 retrieving revision 1.59
104 retrieving revision 1.60
105 diff -u -r1.59 -r1.60
106 --- ChangeLog 18 Jun 2014 20:37:50 -0000 1.59
107 +++ ChangeLog 9 Jul 2014 17:03:04 -0000 1.60
108 @@ -1,6 +1,10 @@
109 # ChangeLog for net-libs/ldns
110 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
111 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.59 2014/06/18 20:37:50 mgorny Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/net-libs/ldns/ChangeLog,v 1.60 2014/07/09 17:03:04 mgorny Exp $
113 +
114 + 09 Jul 2014; Michał Górny <mgorny@g.o> ldns-1.6.16-r1.ebuild,
115 + ldns-1.6.17.ebuild:
116 + Add missing PYTHON_DEPS and PYTHON_REQUIRED_USE.
117
118 18 Jun 2014; Michał Górny <mgorny@g.o> ldns-1.6.16-r1.ebuild,
119 ldns-1.6.17.ebuild: