* [gentoo-commits] gentoo-x86 commit in dev-python/pyface: pyface-4.3.0-r1.ebuild pyface-4.4.0.ebuild ChangeLog
@ 2015-06-07 15:27 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-06-07 15:27 UTC (permalink / raw
To: gentoo-commits
jlec 15/06/07 15:27:50
Modified: pyface-4.3.0-r1.ebuild pyface-4.4.0.ebuild
ChangeLog
Log:
Add SLOT operators
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path
1.4 dev-python/pyface/pyface-4.3.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild?r1=1.3&r2=1.4
Index: pyface-4.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyface-4.3.0-r1.ebuild 14 May 2013 18:14:42 -0000 1.3
+++ pyface-4.3.0-r1.ebuild 7 Jun 2015 15:27:50 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild,v 1.3 2013/05/14 18:14:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/pyface-4.3.0-r1.ebuild,v 1.4 2015/06/07 15:27:50 jlec Exp $
EAPI=5
@@ -18,9 +18,13 @@
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples test"
-RDEPEND=">=dev-python/traits-4.1[${PYTHON_USEDEP}]
- || ( dev-python/wxpython[${PYTHON_USEDEP}] dev-python/PyQt4 \
- dev-python/pyside[${PYTHON_USEDEP}] )"
+RDEPEND="
+ >=dev-python/traits-4.1[${PYTHON_USEDEP}]
+ || (
+ dev-python/wxpython:*[${PYTHON_USEDEP}]
+ dev-python/PyQt4[${PYTHON_USEDEP}]
+ dev-python/pyside[${PYTHON_USEDEP}]
+ )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
1.6 dev-python/pyface/pyface-4.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/pyface-4.4.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/pyface-4.4.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/pyface-4.4.0.ebuild?r1=1.5&r2=1.6
Index: pyface-4.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyface/pyface-4.4.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyface-4.4.0.ebuild 8 Mar 2015 23:55:49 -0000 1.5
+++ pyface-4.4.0.ebuild 7 Jun 2015 15:27:50 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/pyface-4.4.0.ebuild,v 1.5 2015/03/08 23:55:49 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/pyface-4.4.0.ebuild,v 1.6 2015/06/07 15:27:50 jlec Exp $
EAPI=5
@@ -20,8 +20,11 @@
RDEPEND="
>=dev-python/traits-4.1[${PYTHON_USEDEP}]
- || ( dev-python/wxpython[${PYTHON_USEDEP}] dev-python/PyQt4 \
- dev-python/pyside[${PYTHON_USEDEP}] )"
+ || (
+ dev-python/wxpython:*[${PYTHON_USEDEP}]
+ dev-python/PyQt4[${PYTHON_USEDEP}]
+ dev-python/pyside[${PYTHON_USEDEP}]
+ )"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
1.19 dev-python/pyface/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyface/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyface/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 7 Jun 2015 15:24:57 -0000 1.18
+++ ChangeLog 7 Jun 2015 15:27:50 -0000 1.19
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyface
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/ChangeLog,v 1.18 2015/06/07 15:24:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyface/ChangeLog,v 1.19 2015/06/07 15:27:50 jlec Exp $
+
+ 07 Jun 2015; Justin Lecher <jlec@gentoo.org> pyface-4.3.0-r1.ebuild,
+ pyface-4.4.0.ebuild:
+ Add SLOT operators
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-07 15:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-07 15:27 [gentoo-commits] gentoo-x86 commit in dev-python/pyface: pyface-4.3.0-r1.ebuild pyface-4.4.0.ebuild ChangeLog Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox