mgorny 14/04/19 18:02:55
Modified: python-pathlib-1.0.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 virtual/python-pathlib/python-pathlib-1.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild?r1=1.1&r2=1.2
Index: python-pathlib-1.0.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-pathlib-1.0.ebuild 30 Mar 2014 21:24:21 -0000 1.1
+++ python-pathlib-1.0.ebuild 19 Apr 2014 18:02:55 -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/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.1
2014/03/30 21:24:21 hasufell Exp $
+# $Header:
/var/cvsroot/gentoo-x86/virtual/python-pathlib/python-pathlib-1.0.ebuild,v 1.2
2014/04/19 18:02:55 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -18,6 +18,5 @@
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep \
- "dev-python/pathlib[$(python_gen_usedep python{2_7,3_2,3_3})]" \
+ $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' \
python{2_7,3_2,3_3})"
1.2 virtual/python-pathlib/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-pathlib/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 30 Mar 2014 21:24:21 -0000 1.1
+++ ChangeLog 19 Apr 2014 18:02:55 -0000 1.2
@@ -1,10 +1,12 @@
# ChangeLog for virtual/python-pathlib
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.1
2014/03/30 21:24:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-pathlib/ChangeLog,v 1.2
2014/04/19 18:02:55 mgorny Exp $
+
+ 19 Apr 2014; Michał Górny <[email protected]> python-pathlib-1.0.ebuild:
+ Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
*python-pathlib-1.0 (30 Mar 2014)
30 Mar 2014; Julian Ospald <[email protected]> +python-pathlib-1.0.ebuild,
+metadata.xml:
initial import
-