From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/, dev-python/sip/
Date: Wed, 23 Oct 2013 14:29:13 +0000 (UTC) [thread overview]
Message-ID: <1382538493.5f9585d585720188883ffe0bd38d63b99528a9c2.pesa@gentoo> (raw)
commit: 5f9585d585720188883ffe0bd38d63b99528a9c2
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Wed Oct 23 14:28:13 2013 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 14:28:13 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5f9585d5
[sip,PyQt4] Sync with portage.
---
dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild | 9 +++++----
dev-python/sip/sip-4.15.2_pre20130825.ebuild | 4 ++--
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild b/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild
index 941291e..cf572aa 100644
--- a/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.10.2_pre20130505.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3.ebuild,v 1.3 2013/09/19 11:23:03 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.10.3-r1.ebuild,v 1.1 2013/10/23 10:14:55 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -42,7 +42,7 @@ QT_PV="4.8.0:4"
RDEPEND="
${PYTHON_DEPS}
- dev-python/python-exec:0[${PYTHON_USEDEP}]
+ dev-python/python-exec:2[${PYTHON_USEDEP}]
>=dev-python/sip-4.15.0:=[${PYTHON_USEDEP}]
>=dev-qt/qtcore-${QT_PV}
X? (
@@ -188,12 +188,13 @@ src_install() {
installation() {
# INSTALL_ROOT is used by designer/Makefile, other Makefiles use DESTDIR.
emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
- mv "${ED}"/usr/bin/pyuic4{,-${EPYTHON}} || die
+ mkdir -p "${ED}"/usr/lib/python-exec/${EPYTHON} || die
+ mv "${ED}"/usr/bin/pyuic4 "${ED}"/usr/lib/python-exec/${EPYTHON}/ || die
python_optimize
}
python_foreach_impl run_in_build_dir installation
- dosym python-exec /usr/bin/pyuic4
+ dosym ../lib/python-exec/python-exec2 /usr/bin/pyuic4
dodoc NEWS THANKS
if use doc; then
diff --git a/dev-python/sip/sip-4.15.2_pre20130825.ebuild b/dev-python/sip/sip-4.15.2_pre20130825.ebuild
index 3dedd05..7a70860 100644
--- a/dev-python/sip/sip-4.15.2_pre20130825.ebuild
+++ b/dev-python/sip/sip-4.15.2_pre20130825.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.15.2.ebuild,v 1.2 2013/10/22 14:25:55 grobian Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -28,7 +28,7 @@ fi
# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
SLOT="0/10"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="debug doc"
DEPEND="${PYTHON_DEPS}"
next reply other threads:[~2013-10-23 14:29 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-23 14:29 Davide Pesavento [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-05-05 4:07 [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/, dev-python/sip/ Markos Chandras
2013-05-03 4:03 Markos Chandras
2013-04-26 4:04 Markos Chandras
2013-04-10 4:03 Markos Chandras
2013-04-07 4:03 Markos Chandras
2013-03-21 5:03 Markos Chandras
2013-02-13 8:47 Davide Pesavento
2013-02-05 5:02 Markos Chandras
2013-02-03 5:03 Markos Chandras
2013-01-20 5:02 Markos Chandras
2013-01-14 5:02 Markos Chandras
2013-01-04 5:02 Markos Chandras
2012-12-30 5:02 Markos Chandras
2012-12-21 5:02 Markos Chandras
2012-12-08 5:03 Markos Chandras
2012-11-12 5:02 Markos Chandras
2012-11-11 5:02 Markos Chandras
2012-11-05 5:02 Markos Chandras
2012-10-08 4:06 Markos Chandras
2012-10-04 4:09 Markos Chandras
2012-09-29 4:05 Markos Chandras
2012-09-28 4:05 Markos Chandras
2012-09-26 4:05 Markos Chandras
2012-09-25 4:05 Markos Chandras
2012-09-20 4:05 Markos Chandras
2012-09-15 4:05 Markos Chandras
2012-08-16 4:01 Markos Chandras
2012-08-11 4:01 Markos Chandras
2012-07-11 20:20 Markos Chandras
2012-06-08 20:02 Markos Chandras
2012-06-04 9:27 Markos Chandras
2012-04-29 20:31 Markos Chandras
2012-04-24 7:33 Markos Chandras
2012-04-08 9:49 Markos Chandras
2012-03-07 22:15 Davide Pesavento
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=1382538493.5f9585d585720188883ffe0bd38d63b99528a9c2.pesa@gentoo \
--to=pesa@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