public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/sip/
Date: Fri, 12 Oct 2012 17:40:51 +0000 (UTC)	[thread overview]
Message-ID: <1350063628.b2e047041f07511e20045c939be391dccd4cad9a.pesa@gentoo> (raw)

commit:     b2e047041f07511e20045c939be391dccd4cad9a
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Fri Oct 12 17:40:28 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Oct 12 17:40:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b2e04704

[dev-python/sip] Sync with portage wrt EAPI 5 subslot.

(Portage version: 2.2.0_alpha137/git/Linux x86_64)

---
 dev-python/sip/sip-4.14.1_pre20121010.ebuild |   12 +++++-------
 dev-python/sip/sip-4.9999.ebuild             |   14 ++++++--------
 2 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121010.ebuild b/dev-python/sip/sip-4.14.1_pre20121010.ebuild
index 702ca29..d0a9e2d 100644
--- a/dev-python/sip/sip-4.14.1_pre20121010.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121010.ebuild
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 PYTHON_DEPEND="*"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 SUPPORT_PYTHON_ABIS="1"
 RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
+PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 
 EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 [[ ${PV} == *9999* ]] && HG_ECLASS="mercurial"
@@ -18,7 +18,9 @@ HG_REVISION=fdc332e116b2
 DESCRIPTION="Python extension module generator for C and C++ libraries"
 HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro http://pypi.python.org/pypi/SIP"
 LICENSE="|| ( GPL-2 GPL-3 sip )"
-SLOT="0"
+
+# Subslot based on SIP_API_MAJOR_NR from siplib/sip.h.in
+SLOT="0/9"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="debug doc"
 
@@ -84,10 +86,6 @@ src_install() {
 
 pkg_postinst() {
 	python_mod_optimize sipconfig.py sipdistutils.py
-
-	ewarn "When updating dev-python/sip, you usually need to rebuild packages that depend on it,"
-	ewarn "such as PyQt4, qscintilla-python and pykde4. If you have app-portage/gentoolkit"
-	ewarn "installed, you can find these packages with \`equery d dev-python/sip\`."
 }
 
 pkg_postrm() {

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 29bd1e2..2d2134a 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -2,11 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 PYTHON_DEPEND="*"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 SUPPORT_PYTHON_ABIS="1"
 RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
+PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 
 EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 [[ ${PV} == *9999* ]] && HG_ECLASS="mercurial"
@@ -16,7 +16,9 @@ inherit eutils python toolchain-funcs ${HG_ECLASS}
 DESCRIPTION="Python extension module generator for C and C++ libraries"
 HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro http://pypi.python.org/pypi/SIP"
 LICENSE="|| ( GPL-2 GPL-3 sip )"
-SLOT="0"
+
+# Subslot based on SIP_API_MAJOR_NR from siplib/sip.h.in
+SLOT="0/9"
 KEYWORDS=""
 IUSE="debug doc"
 
@@ -32,7 +34,7 @@ if [[ ${PV} == *9999* ]]; then
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
-	SRC_URI="http://www.gentoo-el.org/~hwoarang/distfiles/${MY_P}.tar.gz"
+	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}
 fi
 
@@ -82,10 +84,6 @@ src_install() {
 
 pkg_postinst() {
 	python_mod_optimize sipconfig.py sipdistutils.py
-
-	ewarn "When updating dev-python/sip, you usually need to rebuild packages that depend on it,"
-	ewarn "such as PyQt4, qscintilla-python and pykde4. If you have app-portage/gentoolkit"
-	ewarn "installed, you can find these packages with \`equery d dev-python/sip\`."
 }
 
 pkg_postrm() {


             reply	other threads:[~2012-10-12 17:41 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-12 17:40 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-07-29 16:41 [gentoo-commits] proj/qt:master commit in: dev-python/sip/ Davide Pesavento
2015-06-11  1:35 Davide Pesavento
2014-12-26 22:31 Davide Pesavento
2014-10-19 23:40 Davide Pesavento
2014-09-10  1:53 Davide Pesavento
2013-11-06 17:31 Markos Chandras
2013-08-25  4:01 Markos Chandras
2013-08-19  4:00 Markos Chandras
2013-08-18  4:00 Markos Chandras
2013-08-14  4:00 Markos Chandras
2013-08-08 10:53 Michael Palimaka
2013-08-08  4:00 Markos Chandras
2013-08-05  4:00 Markos Chandras
2013-08-01  4:00 Markos Chandras
2013-07-31  4:00 Markos Chandras
2013-07-27  4:01 Markos Chandras
2013-07-25  4:01 Markos Chandras
2013-07-24  4:01 Markos Chandras
2013-07-22  4:00 Markos Chandras
2013-07-14  4:03 Markos Chandras
2013-07-12  4:03 Markos Chandras
2013-07-11  4:03 Markos Chandras
2013-07-08  4:03 Markos Chandras
2013-07-02  4:02 Markos Chandras
2013-07-01  4:03 Markos Chandras
2013-06-24  8:10 Davide Pesavento
2013-06-24  7:58 Davide Pesavento
2013-06-13  4:02 Markos Chandras
2013-06-12  4:01 Markos Chandras
2013-06-11 11:40 Michael Palimaka
2013-06-11  4:01 Markos Chandras
2013-06-09  4:01 Markos Chandras
2013-06-08  4:01 Markos Chandras
2013-06-03  4:01 Markos Chandras
2013-06-02  4:01 Markos Chandras
2013-04-18  4:01 Markos Chandras
2013-04-07 11:01 Davide Pesavento
2013-03-07  5:00 Markos Chandras
2013-02-27  5:01 Markos Chandras
2013-02-25  5:01 Markos Chandras
2013-02-21  5:00 Markos Chandras
2013-02-15  5:00 Markos Chandras
2013-02-04 16:12 Michael Palimaka
2013-01-22 20:26 Davide Pesavento
2013-01-22 14:35 Michael Palimaka
2012-11-15  5:00 Markos Chandras
2012-11-05  4:46 Davide Pesavento
2012-10-27  4:05 Markos Chandras
2012-10-24  4:04 Markos Chandras
2012-10-23  4:04 Markos Chandras
2012-10-22  4:04 Markos Chandras
2012-10-21  4:04 Markos Chandras
2012-10-20  4:04 Markos Chandras
2012-10-19  4:04 Markos Chandras
2012-10-18  4:04 Markos Chandras
2012-10-17  4:04 Markos Chandras
2012-10-16 12:34 Davide Pesavento
2012-10-16  4:04 Markos Chandras
2012-10-15  4:04 Markos Chandras
2012-10-14 21:30 Davide Pesavento
2012-10-14 21:30 Davide Pesavento
2012-10-14 20:17 Davide Pesavento
2012-10-14 19:57 Davide Pesavento
2012-10-14 19:57 Davide Pesavento
2012-10-13  4:04 Markos Chandras
2012-10-10  4:03 Markos Chandras
2012-10-02  4:03 Markos Chandras
2012-09-22  4:02 Markos Chandras
2012-09-21  4:02 Markos Chandras
2012-09-19  4:02 Markos Chandras
2012-09-14  4:02 Markos Chandras
2012-09-02  4:01 Markos Chandras
2012-09-01  4:01 Markos Chandras
2012-08-31  4:02 Markos Chandras
2012-08-28  4:01 Markos Chandras
2012-08-27  4:02 Markos Chandras
2012-08-26  4:01 Markos Chandras
2012-08-25  4:01 Markos Chandras
2012-07-23  5:56 Markos Chandras
2012-07-10 17:23 Markos Chandras
2012-07-10  5:57 Markos Chandras
2012-07-06  5:57 Markos Chandras
2012-05-26  9:21 Markos Chandras
2012-05-05  8:49 Markos Chandras
2012-04-10 22:15 Markos Chandras
2012-02-23 21:34 Davide Pesavento
2012-02-23 20:47 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=1350063628.b2e047041f07511e20045c939be391dccd4cad9a.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