mgorny 14/04/19 18:11:21
Modified: pyspf-2.0.8-r1.ebuild ChangeLog
Log:
Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.2 dev-python/pyspf/pyspf-2.0.8-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/pyspf-2.0.8-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/pyspf-2.0.8-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/pyspf-2.0.8-r1.ebuild?r1=1.1&r2=1.2
Index: pyspf-2.0.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyspf-2.0.8-r1.ebuild 21 Mar 2014 04:28:39 -0000 1.1
+++ pyspf-2.0.8-r1.ebuild 19 Apr 2014 18:11:21 -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/dev-python/pyspf/pyspf-2.0.8-r1.ebuild,v
1.1 2014/03/21 04:28:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.8-r1.ebuild,v
1.2 2014/04/19 18:11:21 mgorny Exp $
EAPI="5"
@@ -18,13 +18,10 @@
IUSE="test"
# >=python-3.3 comes with the built-in ipaddress module
-PY23_USEDEP=$(python_gen_usedep 'python2*' python3_2)
-PY2_USEDEP=$(python_gen_usedep 'python2*')
-PY3_USEDEP=$(python_gen_usedep 'python3*')
RDEPEND="dev-python/authres[${PYTHON_USEDEP}]
- $(python_gen_cond_dep "dev-python/ipaddr[${PY23_USEDEP}]" 'python2*'
python3_2)
- $(python_gen_cond_dep "dev-python/pydns:2[${PY2_USEDEP}]" 'python2*')
- $(python_gen_cond_dep "dev-python/pydns:3[${PY3_USEDEP=}]" python3*)"
+ $(python_gen_cond_dep 'dev-python/ipaddr[${PYTHON_USEDEP}]' 'python2*'
python3_2)
+ $(python_gen_cond_dep 'dev-python/pydns:2[${PYTHON_USEDEP}]' 'python2*')
+ $(python_gen_cond_dep 'dev-python/pydns:3[${PYTHON_USEDEP}]'
'python3*')"
DEPEND="test? ( ${RDEPEND}
dev-python/pyyaml[${PYTHON_USEDEP}] )"
1.25 dev-python/pyspf/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?rev=1.25&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?rev=1.25&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyspf/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 21 Mar 2014 04:28:39 -0000 1.24
+++ ChangeLog 19 Apr 2014 18:11:21 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyspf
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.24
2014/03/21 04:28:39 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.25
2014/04/19 18:11:21 mgorny Exp $
+
+ 19 Apr 2014; Michał Górny <[email protected]> pyspf-2.0.8-r1.ebuild:
+ Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
*pyspf-2.0.8-r1 (21 Mar 2014)