From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyface: pyface-4.3.0-r1.ebuild pyface-4.4.0.ebuild ChangeLog
Date: Sun, 7 Jun 2015 15:27:50 +0000 (UTC) [thread overview]
Message-ID: <20150607152750.B62C8A28@oystercatcher.gentoo.org> (raw)
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
reply other threads:[~2015-06-07 15:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150607152750.B62C8A28@oystercatcher.gentoo.org \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox