public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2014-09-10  1:53 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2014-09-10  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a1b1bae20a7f27e5dfa73926eed055b153acdb7a
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 10 01:53:17 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Sep 10 01:53:17 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a1b1bae2

Remove python2_6 as well.

---
 dev-python/sip/sip-4.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 5af8884..9c5719e 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit eutils python-r1 toolchain-funcs
 


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2015-07-29 16:41 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2015-07-29 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     bbd8daa03f6bfac76445bf72d1683be83435823f
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 29 16:41:14 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Jul 29 16:41:14 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=bbd8daa0

[dev-python/sip] Don't call python2 directly, use python_setup().

Package-Manager: portage-2.2.20

 dev-python/sip/sip-4.9999.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index de669d9..58888b6 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -33,23 +33,25 @@ IUSE="debug doc"
 
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
-
 [[ ${PV} == *9999* ]] && DEPEND+="
-	=dev-lang/python-2*
 	sys-devel/bison
 	sys-devel/flex
 	doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )
 "
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+[[ ${PV} == *9999* ]] && REQUIRED_USE+="
+	|| ( $(python_gen_useflags 'python2*') )
+"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-4.15.5-darwin.patch
 
 	if [[ ${PV} == *9999* ]]; then
-		python2 build.py prepare || die
+		python_setup 'python2*'
+		"${PYTHON}" build.py prepare || die
 		if use doc; then
-			python2 build.py doc || die
+			"${PYTHON}" build.py doc || die
 		fi
 	fi
 


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2015-06-11  1:35 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2015-06-11  1:35 UTC (permalink / raw
  To: gentoo-commits

commit:     27f803370b6ad768e61b5ba388fd62ba2c3af1cd
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 11 01:35:03 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jun 11 01:35:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=27f80337

[dev-python/sip] Sync metadata.

Package-Manager: portage-2.2.20

 dev-python/sip/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/sip/metadata.xml b/dev-python/sip/metadata.xml
index ff3d49f..318329c 100644
--- a/dev-python/sip/metadata.xml
+++ b/dev-python/sip/metadata.xml
@@ -9,5 +9,6 @@
 		</maintainer>
 		<bugs-to>mailto:pyqt@riverbankcomputing.com</bugs-to>
 		<remote-id type="pypi">SIP</remote-id>
+		<remote-id type="sourceforge">pyqt</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2014-12-26 22:31 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2014-12-26 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     242a701f231b3584b2fd1e60917d8f81bfc58194
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 22:31:21 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 22:31:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=242a701f

[dev-python/sip] Sync.

Package-Manager: portage-2.2.15

---
 dev-python/sip/sip-4.9999.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 8633f4d..3041c46 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 inherit eutils python-r1 toolchain-funcs
 
 DESCRIPTION="Python extension module generator for C and C++ libraries"
-HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro https://pypi.python.org/pypi/SIP"
+HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP"
 LICENSE="|| ( GPL-2 GPL-3 SIP )"
 
 if [[ ${PV} == *9999* ]]; then
@@ -19,7 +19,7 @@ elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
 	HG_REVISION=
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
-	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
+	SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}
 else
 	# official release
@@ -64,14 +64,13 @@ src_prepare() {
 		eerror
 		die "sub-slot sanity check failed"
 	fi
-
-	python_copy_sources
 }
 
 src_configure() {
 	configuration() {
 		local myconf=(
-			"${PYTHON}" configure.py
+			"${PYTHON}"
+			"${S}"/configure.py
 			--destdir="$(python_get_sitedir)"
 			--incdir="$(python_get_includedir)"
 			$(use debug && echo --debug)
@@ -90,7 +89,7 @@ src_configure() {
 			STRIP=
 		)
 		echo "${myconf[@]}"
-		"${myconf[@]}"
+		"${myconf[@]}" || die
 	}
 	python_foreach_impl run_in_build_dir configuration
 }
@@ -106,6 +105,6 @@ src_install() {
 	}
 	python_foreach_impl run_in_build_dir installation
 
-	dodoc NEWS
-	use doc && dohtml -r doc/html/*
+	dodoc ChangeLog NEWS
+	use doc && dodoc -r doc/html
 }


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2014-10-19 23:40 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2014-10-19 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     aea91fd64fee8f58d5d4845b426df4c521094a95
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 19 23:40:20 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Oct 19 23:40:20 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=aea91fd6

[dev-python/sip] Sync with portage.

---
 dev-python/sip/sip-4.9999.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 9c5719e..8633f4d 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 inherit eutils python-r1 toolchain-funcs
 
 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 )"
+HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro https://pypi.python.org/pypi/SIP"
+LICENSE="|| ( GPL-2 GPL-3 SIP )"
 
 if [[ ${PV} == *9999* ]]; then
 	# live version from mercurial repo
@@ -72,10 +72,8 @@ src_configure() {
 	configuration() {
 		local myconf=(
 			"${PYTHON}" configure.py
-			--bindir="${EPREFIX}/usr/bin"
 			--destdir="$(python_get_sitedir)"
 			--incdir="$(python_get_includedir)"
-			--sipdir="${EPREFIX}/usr/share/sip"
 			$(use debug && echo --debug)
 			AR="$(tc-getAR) cqs"
 			CC="$(tc-getCC)"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-11-06 17:31 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-11-06 17:31 UTC (permalink / raw
  To: gentoo-commits

commit:     0b2a13a5c4283af245a1368bc9d3a8eda49b2437
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  6 17:29:48 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 17:29:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0b2a13a5

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../{sip-4.15.2_pre20130825.ebuild => sip-4.15.4_pre20131106.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index b192e5b..aff1907 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15.2-snapshot-14732b487dda.tar.gz 747648 SHA256 ae787aa73aa06b9c7eb43b33427744508210349e99b1f19bfc6e8b8c622e8d0b SHA512 ab2ed8d398069707fa0ae20dff7aec928578f9fe0398a7bcc935826cd8e3fb1ec3b14ad2c1e5d91337bd1a5467e1359359b2b1ff70996a9dff06f6aff07ce5c5 WHIRLPOOL c0e2e5dc380a0e62ef2e5eab7256df1b2d93ba7072de2cf47ba09240297de6b955a6713fcae241f2f8e374d1be34b57f11f61dc75c684717eed5013a67ea72ed
+DIST sip-4.15.4-snapshot-5e5fdf4cc35c.tar.gz 748656 SHA256 2fb89b164e50c7f362747e71f06afed66ca6a7c1a87a61315cdda9420a1bb477 SHA512 f83615aa60bd48e7aa2ddd487966a6354c2c46306f40205e11bfb3fd079026507a4e6ece788a894f6a053ecb9535519e8a5b05f30e829d51283ee3a941f9fc35 WHIRLPOOL e1d89e5beb70dc50c827392c7cdcb860979e10283d5489597e37a29b5d3493e2be453e70fbbf57a40629edcc911921262f51248e008a485a2f94e34e5c5c27e9

diff --git a/dev-python/sip/sip-4.15.2_pre20130825.ebuild b/dev-python/sip/sip-4.15.4_pre20131106.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15.2_pre20130825.ebuild
rename to dev-python/sip/sip-4.15.4_pre20131106.ebuild
index 7a70860..21e2080 100644
--- a/dev-python/sip/sip-4.15.2_pre20130825.ebuild
+++ b/dev-python/sip/sip-4.15.4_pre20131106.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=14732b487dda
+	HG_REVISION=5e5fdf4cc35c
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-08-25  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-08-25  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9cd2973a2d17e852d2bb6c8e60ce38657202eaa9
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 04:00:24 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 04:00:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9cd2973a

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130819.ebuild => sip-4.15.2_pre20130825.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 2606e8f..b192e5b 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-4c2fe2e7397e.tar.gz 747531 SHA256 e171866f4cb723c46bbbf83f7047277d45daa107c87d33fa5dd78468752dcedc SHA512 118038525069fcece3397aeb195e66956ad6cbc3fc064d7efcff2c2777b8684910cb7c6f718facb62227b5d6ccb20ad15c5a6458e2d566db1c71be4b6ce1c01f WHIRLPOOL 7cbb2e63e6a9995cc669d8d717bd8d35e031ff47c56f12722291e26bf56fd5ebb867ebe9a3aee2372fb5ea78e54ad6b65c5511e0c2d1120cfeac9bae45ac9b02
+DIST sip-4.15.2-snapshot-14732b487dda.tar.gz 747648 SHA256 ae787aa73aa06b9c7eb43b33427744508210349e99b1f19bfc6e8b8c622e8d0b SHA512 ab2ed8d398069707fa0ae20dff7aec928578f9fe0398a7bcc935826cd8e3fb1ec3b14ad2c1e5d91337bd1a5467e1359359b2b1ff70996a9dff06f6aff07ce5c5 WHIRLPOOL c0e2e5dc380a0e62ef2e5eab7256df1b2d93ba7072de2cf47ba09240297de6b955a6713fcae241f2f8e374d1be34b57f11f61dc75c684717eed5013a67ea72ed

diff --git a/dev-python/sip/sip-4.15_pre20130819.ebuild b/dev-python/sip/sip-4.15.2_pre20130825.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130819.ebuild
rename to dev-python/sip/sip-4.15.2_pre20130825.ebuild
index f26f0c0..3dedd05 100644
--- a/dev-python/sip/sip-4.15_pre20130819.ebuild
+++ b/dev-python/sip/sip-4.15.2_pre20130825.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=4c2fe2e7397e
+	HG_REVISION=14732b487dda
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-08-19  4:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-08-19  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a0411af919e699325827aba22396abe25246a360
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 04:00:21 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 04:00:21 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a0411af9

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130818.ebuild => sip-4.15_pre20130819.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 3641a4e..2606e8f 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-69897cf50dea.tar.gz 747585 SHA256 70763a928c7eef04f598c4409c3f598a071f704dbc66820230068af4650f8f83 SHA512 349a06352ff86b9f67a8e73a8c8264bcb23cc110f2cd9ebec8a169d266f5d1b25a02b8d1c26ae9794e99546d202da50a9bf5764671722e60ce6d2f3e5ed790e4 WHIRLPOOL cb741cc5fb5605bff334f3f47a4ef6bdc5613dbf17a164eb8611123d8324133c544564d29a087f409fbec20a1e080c92ca0298817dd767c2ea6de055708150f2
+DIST sip-4.15-snapshot-4c2fe2e7397e.tar.gz 747531 SHA256 e171866f4cb723c46bbbf83f7047277d45daa107c87d33fa5dd78468752dcedc SHA512 118038525069fcece3397aeb195e66956ad6cbc3fc064d7efcff2c2777b8684910cb7c6f718facb62227b5d6ccb20ad15c5a6458e2d566db1c71be4b6ce1c01f WHIRLPOOL 7cbb2e63e6a9995cc669d8d717bd8d35e031ff47c56f12722291e26bf56fd5ebb867ebe9a3aee2372fb5ea78e54ad6b65c5511e0c2d1120cfeac9bae45ac9b02

diff --git a/dev-python/sip/sip-4.15_pre20130818.ebuild b/dev-python/sip/sip-4.15_pre20130819.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130818.ebuild
rename to dev-python/sip/sip-4.15_pre20130819.ebuild
index 6b5c67c..f26f0c0 100644
--- a/dev-python/sip/sip-4.15_pre20130818.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130819.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=69897cf50dea
+	HG_REVISION=4c2fe2e7397e
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-08-18  4:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-08-18  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     903511632ad750f2d0a00ee57d72573ebf0d5adb
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 04:00:24 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 04:00:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=90351163

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130814.ebuild => sip-4.15_pre20130818.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index ee5f707..3641a4e 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-66235bf9625f.tar.gz 747545 SHA256 210cde4cb0cab2322b0c6cead01af7e3a4336de19494a9fe5aefb675d843eb48 SHA512 b82eefbccb0e066446ba5db450626d7844bcf2e17ade51c3e3b87f00f6d7648e4beebe18aa6b460a14a151619ebcaf1dfd7f2127a2513207cd0467a7cafbe1f3 WHIRLPOOL d97268804564a9ab39ea9705bbc186cc6bf8fdd908804089c3825b7319ca654ae86981aad27f880d01693826d546025a2f6d43566cea5f6e09a58058f98c4faf
+DIST sip-4.15-snapshot-69897cf50dea.tar.gz 747585 SHA256 70763a928c7eef04f598c4409c3f598a071f704dbc66820230068af4650f8f83 SHA512 349a06352ff86b9f67a8e73a8c8264bcb23cc110f2cd9ebec8a169d266f5d1b25a02b8d1c26ae9794e99546d202da50a9bf5764671722e60ce6d2f3e5ed790e4 WHIRLPOOL cb741cc5fb5605bff334f3f47a4ef6bdc5613dbf17a164eb8611123d8324133c544564d29a087f409fbec20a1e080c92ca0298817dd767c2ea6de055708150f2

diff --git a/dev-python/sip/sip-4.15_pre20130814.ebuild b/dev-python/sip/sip-4.15_pre20130818.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130814.ebuild
rename to dev-python/sip/sip-4.15_pre20130818.ebuild
index 6292eea..6b5c67c 100644
--- a/dev-python/sip/sip-4.15_pre20130814.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130818.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=66235bf9625f
+	HG_REVISION=69897cf50dea
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-08-14  4:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-08-14  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     97da7de50065762d447bc7613b20089cb1592374
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 04:00:24 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 04:00:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=97da7de5

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130808.ebuild => sip-4.15_pre20130814.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 718317c..ee5f707 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-bf49a3ad5612.tar.gz 746810 SHA256 83ed7ce00107055444b3a70c0c7610fcb9e46ab2f7abf2fb3d64f10d4a3a5ed3 SHA512 c9f11b47be44ce4bb3686e5bbae63d6331a4d9db0520cbd610ab2b0cfdcdbf6d3ab26f21777fc1c02196d2d5900ef3348a269e7e775043ae0056f49ad4072a90 WHIRLPOOL 2f656d1de55dee0367c87a7161b36ce2bf06b26346a0686849360048abb9ce75427e133505bf011a0ed83cf59c1b3c8b1b31a278109e3beb8f292fe326a24953
+DIST sip-4.15-snapshot-66235bf9625f.tar.gz 747545 SHA256 210cde4cb0cab2322b0c6cead01af7e3a4336de19494a9fe5aefb675d843eb48 SHA512 b82eefbccb0e066446ba5db450626d7844bcf2e17ade51c3e3b87f00f6d7648e4beebe18aa6b460a14a151619ebcaf1dfd7f2127a2513207cd0467a7cafbe1f3 WHIRLPOOL d97268804564a9ab39ea9705bbc186cc6bf8fdd908804089c3825b7319ca654ae86981aad27f880d01693826d546025a2f6d43566cea5f6e09a58058f98c4faf

diff --git a/dev-python/sip/sip-4.15_pre20130808.ebuild b/dev-python/sip/sip-4.15_pre20130814.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130808.ebuild
rename to dev-python/sip/sip-4.15_pre20130814.ebuild
index da3e241..6292eea 100644
--- a/dev-python/sip/sip-4.15_pre20130808.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130814.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=bf49a3ad5612
+	HG_REVISION=66235bf9625f
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-08-08 10:53 Michael Palimaka
  0 siblings, 0 replies; 88+ messages in thread
From: Michael Palimaka @ 2013-08-08 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     036a7c95e97f6c99f1a221ea72872bc75342250e
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  8 10:47:53 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Aug  8 10:47:53 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=036a7c95

[dev-python/sip] Remove support for deprecated python versions.

Package-Manager: portage-2.1.13.6

---
 dev-python/sip/sip-4.15_pre20130808.ebuild | 2 +-
 dev-python/sip/sip-4.9999.ebuild           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/sip-4.15_pre20130808.ebuild b/dev-python/sip/sip-4.15_pre20130808.ebuild
index 40776d8..da3e241 100644
--- a/dev-python/sip/sip-4.15_pre20130808.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130808.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 
 inherit eutils python-r1 toolchain-funcs
 

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index db4abf1..512ee9c 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 
 inherit eutils python-r1 toolchain-funcs
 


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-08-08  4:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-08-08  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     14b92ca0559fd7c8cd54c0b266a31f3d1d667b34
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  8 04:00:22 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Aug  8 04:00:22 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=14b92ca0

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130805.ebuild => sip-4.15_pre20130808.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 8c432c6..718317c 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-aa4646c186d2.tar.gz 745169 SHA256 685b698b074c10a5ddb9ae0e72b7fbd29c1865a1b84ff4777fa9cd2b819fed4e SHA512 c996d98d8b5dec6e81a39fcc10bb5fbd518a6454ef8e3e09c719aac611b736c2b3cb1268e15b427a18a05f4f585126089cd0cf8e25bd52dfcb13460e3eb6963b WHIRLPOOL 5fd5c5d16a682232335e6cfe875fabe0e3f10a28fb8e8130ba33ce3d8f6133170b7e8ae677fc8a4557dd4cbbdcb1a372848a65dddf10ee32c90e102b8bc4328a
+DIST sip-4.15-snapshot-bf49a3ad5612.tar.gz 746810 SHA256 83ed7ce00107055444b3a70c0c7610fcb9e46ab2f7abf2fb3d64f10d4a3a5ed3 SHA512 c9f11b47be44ce4bb3686e5bbae63d6331a4d9db0520cbd610ab2b0cfdcdbf6d3ab26f21777fc1c02196d2d5900ef3348a269e7e775043ae0056f49ad4072a90 WHIRLPOOL 2f656d1de55dee0367c87a7161b36ce2bf06b26346a0686849360048abb9ce75427e133505bf011a0ed83cf59c1b3c8b1b31a278109e3beb8f292fe326a24953

diff --git a/dev-python/sip/sip-4.15_pre20130805.ebuild b/dev-python/sip/sip-4.15_pre20130808.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130805.ebuild
rename to dev-python/sip/sip-4.15_pre20130808.ebuild
index 971d758..40776d8 100644
--- a/dev-python/sip/sip-4.15_pre20130805.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130808.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=aa4646c186d2
+	HG_REVISION=bf49a3ad5612
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-08-05  4:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-08-05  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     61c71e62cf8657f70d460d81903638cce2a2b648
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  5 04:00:24 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 04:00:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=61c71e62

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130801.ebuild => sip-4.15_pre20130805.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 7709d51..8c432c6 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-ba59d434b206.tar.gz 742778 SHA256 72cb0f9329732e9c7c50f9e070368526893c89dd6ef3788e0624c5d9c5ab956d SHA512 81f459477c0c78446d2bdd3302106788792fa1900acedba3528113d0f5af060122dad81ecec7c005b7fde844a81576e02cae13efbd57181c87f6fc47dcceb8b3 WHIRLPOOL 08f46e3b8db7b9ff12afd7675dc91ee5a0e0deac858194cea6ec72ea56eccb492bdc83783657b32d0840008f827fd5416fa7391f1bd991588884dcc90ae12d0f
+DIST sip-4.15-snapshot-aa4646c186d2.tar.gz 745169 SHA256 685b698b074c10a5ddb9ae0e72b7fbd29c1865a1b84ff4777fa9cd2b819fed4e SHA512 c996d98d8b5dec6e81a39fcc10bb5fbd518a6454ef8e3e09c719aac611b736c2b3cb1268e15b427a18a05f4f585126089cd0cf8e25bd52dfcb13460e3eb6963b WHIRLPOOL 5fd5c5d16a682232335e6cfe875fabe0e3f10a28fb8e8130ba33ce3d8f6133170b7e8ae677fc8a4557dd4cbbdcb1a372848a65dddf10ee32c90e102b8bc4328a

diff --git a/dev-python/sip/sip-4.15_pre20130801.ebuild b/dev-python/sip/sip-4.15_pre20130805.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130801.ebuild
rename to dev-python/sip/sip-4.15_pre20130805.ebuild
index 481a2e8..971d758 100644
--- a/dev-python/sip/sip-4.15_pre20130801.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130805.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=ba59d434b206
+	HG_REVISION=aa4646c186d2
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-08-01  4:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-08-01  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     4aa66090bfef3992b1e7af77efccf459826d3157
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  1 04:00:24 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 04:00:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4aa66090

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130731.ebuild => sip-4.15_pre20130801.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index d15a39c..7709d51 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-5a65f5bad461.tar.gz 742031 SHA256 0c9e7b90093661aa0cf770961dc8c84bc715e400f2525e8ccdfc2de5ba3f7643 SHA512 58a2966defb68ba8897b106bbc3306262c7d4738d106393af3278bc873680375dd773115f7a23c58541e230a9502244658446236f87b23eed551d52f5cc054dc WHIRLPOOL 3f4efdc2a2ce0a1dbb3068cc3568781e058f0558d57cdef3d444f05e38499d256db99a6735cab3e199e4283d6405020803c3bdb974b8348c9313e2fc255872e4
+DIST sip-4.15-snapshot-ba59d434b206.tar.gz 742778 SHA256 72cb0f9329732e9c7c50f9e070368526893c89dd6ef3788e0624c5d9c5ab956d SHA512 81f459477c0c78446d2bdd3302106788792fa1900acedba3528113d0f5af060122dad81ecec7c005b7fde844a81576e02cae13efbd57181c87f6fc47dcceb8b3 WHIRLPOOL 08f46e3b8db7b9ff12afd7675dc91ee5a0e0deac858194cea6ec72ea56eccb492bdc83783657b32d0840008f827fd5416fa7391f1bd991588884dcc90ae12d0f

diff --git a/dev-python/sip/sip-4.15_pre20130731.ebuild b/dev-python/sip/sip-4.15_pre20130801.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130731.ebuild
rename to dev-python/sip/sip-4.15_pre20130801.ebuild
index 52b6905..481a2e8 100644
--- a/dev-python/sip/sip-4.15_pre20130731.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130801.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=5a65f5bad461
+	HG_REVISION=ba59d434b206
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-07-31  4:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-07-31  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a3eea8c62cc42bca5f999531fd1b2683c110d321
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 04:00:25 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 04:00:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a3eea8c6

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130727.ebuild => sip-4.15_pre20130731.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index e2e994a..d15a39c 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-7bebd55f50b2.tar.gz 741336 SHA256 ccf83ed4a471e24dc074b6a0101710ebd1b28215531c04dfc4202c24ac07488d SHA512 ce048edc561a52982c7d5f039c6d3fce6567f4d0e0e08e71562e971a398877993616032dc750b8dc52bb2e63e50386c7ffabed53da764178980ea22adfa3e4e3 WHIRLPOOL 5d31ee7c39b814b8c68f1fded7f6bad4142005b323e63ba7baf47e3acef03fece834fda6c8226219fea8f0c088950b3426c304fa66d39b772367bc2c661f989e
+DIST sip-4.15-snapshot-5a65f5bad461.tar.gz 742031 SHA256 0c9e7b90093661aa0cf770961dc8c84bc715e400f2525e8ccdfc2de5ba3f7643 SHA512 58a2966defb68ba8897b106bbc3306262c7d4738d106393af3278bc873680375dd773115f7a23c58541e230a9502244658446236f87b23eed551d52f5cc054dc WHIRLPOOL 3f4efdc2a2ce0a1dbb3068cc3568781e058f0558d57cdef3d444f05e38499d256db99a6735cab3e199e4283d6405020803c3bdb974b8348c9313e2fc255872e4

diff --git a/dev-python/sip/sip-4.15_pre20130727.ebuild b/dev-python/sip/sip-4.15_pre20130731.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130727.ebuild
rename to dev-python/sip/sip-4.15_pre20130731.ebuild
index 814f88e..52b6905 100644
--- a/dev-python/sip/sip-4.15_pre20130727.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130731.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=7bebd55f50b2
+	HG_REVISION=5a65f5bad461
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-07-27  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-07-27  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     390cb46c00f079b9e0eb6792eefbb4e48b4d590e
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 27 04:00:40 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Jul 27 04:00:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=390cb46c

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130725.ebuild => sip-4.15_pre20130727.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 43c23f6..e2e994a 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-52d3b8035dca.tar.gz 741311 SHA256 a8d42fb20444d2e98b140a6b7c96b152af338d275a81fbaf0d8cf24998680216 SHA512 3296f6c9e10ad65abd2f394c82f614cc30349cbfb0a803bdf3b94b5271eddde7f0146e2489b6624bc3eaa1b7e817c18237cf38d793f2d45f9d1225207a6a7ff6 WHIRLPOOL 72f913bd439f175f29aee09bf9cb719e4fe3c1f4e8dc303e77cfeac05d44173d94fc9e51e5e793f7087dbcd89834a3d12672390cfac6d5b2561fc6e091cf22d9
+DIST sip-4.15-snapshot-7bebd55f50b2.tar.gz 741336 SHA256 ccf83ed4a471e24dc074b6a0101710ebd1b28215531c04dfc4202c24ac07488d SHA512 ce048edc561a52982c7d5f039c6d3fce6567f4d0e0e08e71562e971a398877993616032dc750b8dc52bb2e63e50386c7ffabed53da764178980ea22adfa3e4e3 WHIRLPOOL 5d31ee7c39b814b8c68f1fded7f6bad4142005b323e63ba7baf47e3acef03fece834fda6c8226219fea8f0c088950b3426c304fa66d39b772367bc2c661f989e

diff --git a/dev-python/sip/sip-4.15_pre20130725.ebuild b/dev-python/sip/sip-4.15_pre20130727.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130725.ebuild
rename to dev-python/sip/sip-4.15_pre20130727.ebuild
index 1c986c1..814f88e 100644
--- a/dev-python/sip/sip-4.15_pre20130725.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130727.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=52d3b8035dca
+	HG_REVISION=7bebd55f50b2
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-07-25  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-07-25  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     696303302085089935b17e4896be6d8298664ee6
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 04:00:41 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 04:00:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=69630330

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130724.ebuild => sip-4.15_pre20130725.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 4fb8f3d..43c23f6 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-fc3df3e99932.tar.gz 741318 SHA256 e13f8b7e2143f8839cfb790cf5f3032ffff8bc23e629199fb5921177a6743b03 SHA512 db3e19d668455a0fd97b76df9d3ef5cd45e18977ab3258f99e4e36e3d9fb3f20376a34e51c7044814d685e2ff6e8180155f68dd3747fcd67ded2207a5919db79 WHIRLPOOL 9e4deb40c39bc884da4cdb860186b70051fb005e9dcbffa1f72ef5d2dff84e5c7108723912f20d9026de3d3dda5fb5bec881c8f8dd18359d691cbad596204193
+DIST sip-4.15-snapshot-52d3b8035dca.tar.gz 741311 SHA256 a8d42fb20444d2e98b140a6b7c96b152af338d275a81fbaf0d8cf24998680216 SHA512 3296f6c9e10ad65abd2f394c82f614cc30349cbfb0a803bdf3b94b5271eddde7f0146e2489b6624bc3eaa1b7e817c18237cf38d793f2d45f9d1225207a6a7ff6 WHIRLPOOL 72f913bd439f175f29aee09bf9cb719e4fe3c1f4e8dc303e77cfeac05d44173d94fc9e51e5e793f7087dbcd89834a3d12672390cfac6d5b2561fc6e091cf22d9

diff --git a/dev-python/sip/sip-4.15_pre20130724.ebuild b/dev-python/sip/sip-4.15_pre20130725.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130724.ebuild
rename to dev-python/sip/sip-4.15_pre20130725.ebuild
index 66a3be8..1c986c1 100644
--- a/dev-python/sip/sip-4.15_pre20130724.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130725.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=fc3df3e99932
+	HG_REVISION=52d3b8035dca
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-07-24  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-07-24  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     cffab6c1b35c05d9b0df9823504058f5fad667f0
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 04:00:37 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 04:00:37 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=cffab6c1

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130722.ebuild => sip-4.15_pre20130724.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 48d7e73..4fb8f3d 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-972540270afa.tar.gz 741325 SHA256 d119bc74ff9e98f8c3f7a3e49eba2c22e8029e913023eb504d75b2ffd661864e SHA512 f56913e012156f703750adaa9f4761bbbbcb7236c85cdba2bcaed4b87087a2af71df9dde510fd34462434f91d9a4cec40acec3d6667c458147199d303add8dd5 WHIRLPOOL 92d21af4b4cf4f2495b9af5b1a37164b36b146ac449aacd5fd477826a49535f2d472537642b4bc487af917536739ea8a01db48ce8ef19e6ff7684ec9edac66e1
+DIST sip-4.15-snapshot-fc3df3e99932.tar.gz 741318 SHA256 e13f8b7e2143f8839cfb790cf5f3032ffff8bc23e629199fb5921177a6743b03 SHA512 db3e19d668455a0fd97b76df9d3ef5cd45e18977ab3258f99e4e36e3d9fb3f20376a34e51c7044814d685e2ff6e8180155f68dd3747fcd67ded2207a5919db79 WHIRLPOOL 9e4deb40c39bc884da4cdb860186b70051fb005e9dcbffa1f72ef5d2dff84e5c7108723912f20d9026de3d3dda5fb5bec881c8f8dd18359d691cbad596204193

diff --git a/dev-python/sip/sip-4.15_pre20130722.ebuild b/dev-python/sip/sip-4.15_pre20130724.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130722.ebuild
rename to dev-python/sip/sip-4.15_pre20130724.ebuild
index f787077..66a3be8 100644
--- a/dev-python/sip/sip-4.15_pre20130722.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130724.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=972540270afa
+	HG_REVISION=fc3df3e99932
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-07-22  4:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-07-22  4:00 UTC (permalink / raw
  To: gentoo-commits

commit:     d35f39ec5666d1184c5117a329d7673d32c3609e
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 04:00:24 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 04:00:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d35f39ec

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130714.ebuild => sip-4.15_pre20130722.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 2f38d0e..48d7e73 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-54ec565cf24e.tar.gz 739310 SHA256 69cd5dd3e1441e467d8cead139e84fda75ea70e35e5cfa60178314e93aa8a702 SHA512 a4cfd48e61454ac7b2af2bbf2310c24f57d01f8efa59584ac454e8f769f50e883d6e5943b0d9daee34631d3748157932bcece3a0bf49db975a8e6cf2a9369582 WHIRLPOOL e203a898b98e565f867c2c23a586787f8b509251b6f64442dbe126f890a6c6a860e22caf310a22ff3e1f38236d583d7ca11e4244fd7729477a95587a59499bb7
+DIST sip-4.15-snapshot-972540270afa.tar.gz 741325 SHA256 d119bc74ff9e98f8c3f7a3e49eba2c22e8029e913023eb504d75b2ffd661864e SHA512 f56913e012156f703750adaa9f4761bbbbcb7236c85cdba2bcaed4b87087a2af71df9dde510fd34462434f91d9a4cec40acec3d6667c458147199d303add8dd5 WHIRLPOOL 92d21af4b4cf4f2495b9af5b1a37164b36b146ac449aacd5fd477826a49535f2d472537642b4bc487af917536739ea8a01db48ce8ef19e6ff7684ec9edac66e1

diff --git a/dev-python/sip/sip-4.15_pre20130714.ebuild b/dev-python/sip/sip-4.15_pre20130722.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130714.ebuild
rename to dev-python/sip/sip-4.15_pre20130722.ebuild
index 8e00fdc..f787077 100644
--- a/dev-python/sip/sip-4.15_pre20130714.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130722.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=54ec565cf24e
+	HG_REVISION=972540270afa
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-07-14  4:03 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-07-14  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7183c6f0e823e82ea83991ab18831613751ecc44
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 04:00:51 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 04:00:51 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7183c6f0

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130712.ebuild => sip-4.15_pre20130714.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index aa9c5fb..2f38d0e 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-3529b7c08228.tar.gz 739315 SHA256 e5975f220b7af2d7f224d56d626bcff4c3856b8734709c4ca429f18c9584fc06 SHA512 7362eebdff574a20d85e4f3c78c7e2e68d34fd387b8d973ee9fe18d93f6595a0eb42f754d942d09927cad4da4bd2085e054125f6caae6854e397d9a24576947f WHIRLPOOL 774b6d38299c1c42e031f065b3eb732f6327e926d050518caa1054fd644afa8f9ef60aa29dc26534f54601da4b99fc34a02c844246f50e085fa5abe53ebc64a4
+DIST sip-4.15-snapshot-54ec565cf24e.tar.gz 739310 SHA256 69cd5dd3e1441e467d8cead139e84fda75ea70e35e5cfa60178314e93aa8a702 SHA512 a4cfd48e61454ac7b2af2bbf2310c24f57d01f8efa59584ac454e8f769f50e883d6e5943b0d9daee34631d3748157932bcece3a0bf49db975a8e6cf2a9369582 WHIRLPOOL e203a898b98e565f867c2c23a586787f8b509251b6f64442dbe126f890a6c6a860e22caf310a22ff3e1f38236d583d7ca11e4244fd7729477a95587a59499bb7

diff --git a/dev-python/sip/sip-4.15_pre20130712.ebuild b/dev-python/sip/sip-4.15_pre20130714.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130712.ebuild
rename to dev-python/sip/sip-4.15_pre20130714.ebuild
index 07804f2..8e00fdc 100644
--- a/dev-python/sip/sip-4.15_pre20130712.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130714.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=3529b7c08228
+	HG_REVISION=54ec565cf24e
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-07-12  4:03 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-07-12  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3c7c571c27a4432294b8fa616bb1be695a84d0c8
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 04:00:55 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 04:00:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3c7c571c

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130711.ebuild => sip-4.15_pre20130712.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 931833b..aa9c5fb 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-bd5b9927361b.tar.gz 739373 SHA256 f8eaa4367236bd90c62a9a091d6599884bcd5bc80c142026c1e876ffa1297781 SHA512 d0d87f4d2aed886072a793ba43cf642e97bd6552772273ef0460b17ce717ec37ca5db3e837a6aa155bfb1a2530e5507cc2bb60552f8de1b4692c16a26d7c3eb2 WHIRLPOOL 9abcdd6e5f6f25c53e03a5b519fe2aeeb832620f6e26daeee0181f5568c17cd31dee16bf84ed3ed3b8d21160f9dfab095f49b5e5c1149b7134f09cf6a0a55e3c
+DIST sip-4.15-snapshot-3529b7c08228.tar.gz 739315 SHA256 e5975f220b7af2d7f224d56d626bcff4c3856b8734709c4ca429f18c9584fc06 SHA512 7362eebdff574a20d85e4f3c78c7e2e68d34fd387b8d973ee9fe18d93f6595a0eb42f754d942d09927cad4da4bd2085e054125f6caae6854e397d9a24576947f WHIRLPOOL 774b6d38299c1c42e031f065b3eb732f6327e926d050518caa1054fd644afa8f9ef60aa29dc26534f54601da4b99fc34a02c844246f50e085fa5abe53ebc64a4

diff --git a/dev-python/sip/sip-4.15_pre20130711.ebuild b/dev-python/sip/sip-4.15_pre20130712.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130711.ebuild
rename to dev-python/sip/sip-4.15_pre20130712.ebuild
index 0eabea6..07804f2 100644
--- a/dev-python/sip/sip-4.15_pre20130711.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130712.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=bd5b9927361b
+	HG_REVISION=3529b7c08228
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-07-11  4:03 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-07-11  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a37e8b85b96e8f932f18667b2b7944bd83f26d98
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 04:00:39 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 04:00:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a37e8b85

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130708.ebuild => sip-4.15_pre20130711.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 5d746b5..931833b 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-58987948b9fd.tar.gz 739294 SHA256 e8b3deac991746491f0f634e749f3d681fa88d9bf71c4a886592b71a03ff4da6 SHA512 e59dd1e24f7cba0ca83f31918e0d39ab890fb2ea5d8bbaa287f803e261c825f3adf89bc6abd6321eee65b481b0cd631899dc413885b551f7a8a9f9925536781d WHIRLPOOL efcd8d6c8884367c15531ed7ac5e51448dbfc7fc783f9252e76af268d5b854f49f5e297bd742ef42a9d17e88de8770bc28d9c5d15cf9732a7da370481d16c577
+DIST sip-4.15-snapshot-bd5b9927361b.tar.gz 739373 SHA256 f8eaa4367236bd90c62a9a091d6599884bcd5bc80c142026c1e876ffa1297781 SHA512 d0d87f4d2aed886072a793ba43cf642e97bd6552772273ef0460b17ce717ec37ca5db3e837a6aa155bfb1a2530e5507cc2bb60552f8de1b4692c16a26d7c3eb2 WHIRLPOOL 9abcdd6e5f6f25c53e03a5b519fe2aeeb832620f6e26daeee0181f5568c17cd31dee16bf84ed3ed3b8d21160f9dfab095f49b5e5c1149b7134f09cf6a0a55e3c

diff --git a/dev-python/sip/sip-4.15_pre20130708.ebuild b/dev-python/sip/sip-4.15_pre20130711.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130708.ebuild
rename to dev-python/sip/sip-4.15_pre20130711.ebuild
index 30b56cc..0eabea6 100644
--- a/dev-python/sip/sip-4.15_pre20130708.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130711.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=58987948b9fd
+	HG_REVISION=bd5b9927361b
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-07-08  4:03 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-07-08  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d97e32b685af1fa737e76b75a3521d978aa9e1a3
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 04:00:24 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 04:00:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d97e32b6

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130702.ebuild => sip-4.15_pre20130708.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 64477ca..5d746b5 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-42950b118753.tar.gz 737019 SHA256 0094e60cd8dd74694d19ff28405ae44e4d32d9251210893377bad0164f77dfd1 SHA512 ac952b33e613c50a501d518c1f693fd38a50073755321810fd227fc622d075cab9bb1a8f4e53622683e6505532de4de90ead3f6f5f979defa4392547c8a4e8c1 WHIRLPOOL ad3a228e4533cc9270bf4f366bd3bed492032f11e6c3f2343f4df503bbd4cf2c2f8aa37f17e0e29a7543096d20af1d06cc503833591fe461f5e028b44043268f
+DIST sip-4.15-snapshot-58987948b9fd.tar.gz 739294 SHA256 e8b3deac991746491f0f634e749f3d681fa88d9bf71c4a886592b71a03ff4da6 SHA512 e59dd1e24f7cba0ca83f31918e0d39ab890fb2ea5d8bbaa287f803e261c825f3adf89bc6abd6321eee65b481b0cd631899dc413885b551f7a8a9f9925536781d WHIRLPOOL efcd8d6c8884367c15531ed7ac5e51448dbfc7fc783f9252e76af268d5b854f49f5e297bd742ef42a9d17e88de8770bc28d9c5d15cf9732a7da370481d16c577

diff --git a/dev-python/sip/sip-4.15_pre20130702.ebuild b/dev-python/sip/sip-4.15_pre20130708.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130702.ebuild
rename to dev-python/sip/sip-4.15_pre20130708.ebuild
index 028a99f..30b56cc 100644
--- a/dev-python/sip/sip-4.15_pre20130702.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130708.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=42950b118753
+	HG_REVISION=58987948b9fd
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-07-02  4:02 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-07-02  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     15954edbab29c7a49597692b10c1b96843881729
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  2 04:00:37 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Tue Jul  2 04:00:37 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=15954edb

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.15_pre20130701.ebuild => sip-4.15_pre20130702.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 03ea163..64477ca 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.15-snapshot-17fc8e27b7e9.tar.gz 734327 SHA256 0f23ca321a6ed38b20972bdbe2ca444ded5bdeac8e613253b20a4b36bf60ad27 SHA512 4a887b0b6284563ae691d2226f39ef1255da30cfa0c7bceb3548292c4afcedfb80cae19c673e40107d4ad8bd1e8970234f679e893603ee4f0bee0c820444b6fe WHIRLPOOL 9d24a5f4468d5637e68b9e35e0521388c92e56e117ac592252d1562a01702e47408d1208c6c87a3a50ed249f0ca00eb4619f4f10a69335eae9750656187c9ce3
+DIST sip-4.15-snapshot-42950b118753.tar.gz 737019 SHA256 0094e60cd8dd74694d19ff28405ae44e4d32d9251210893377bad0164f77dfd1 SHA512 ac952b33e613c50a501d518c1f693fd38a50073755321810fd227fc622d075cab9bb1a8f4e53622683e6505532de4de90ead3f6f5f979defa4392547c8a4e8c1 WHIRLPOOL ad3a228e4533cc9270bf4f366bd3bed492032f11e6c3f2343f4df503bbd4cf2c2f8aa37f17e0e29a7543096d20af1d06cc503833591fe461f5e028b44043268f

diff --git a/dev-python/sip/sip-4.15_pre20130701.ebuild b/dev-python/sip/sip-4.15_pre20130702.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.15_pre20130701.ebuild
rename to dev-python/sip/sip-4.15_pre20130702.ebuild
index 50031f0..028a99f 100644
--- a/dev-python/sip/sip-4.15_pre20130701.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130702.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=17fc8e27b7e9
+	HG_REVISION=42950b118753
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-07-01  4:03 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-07-01  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     5282cc5fe9a352a241f2ede54b553b6eb68fc7fe
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  1 04:01:00 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 04:01:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5282cc5f

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../sip/{sip-4.14.8_pre20130622.ebuild => sip-4.15_pre20130701.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 5205825..03ea163 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.8-snapshot-02bdf6cc32c1.tar.gz 733037 SHA256 4550e0b03b383a096cf2d88c2db773e1eca7efb6736821f2ab7c574e8f2b8ff0 SHA512 1a8b3ae990050334019b5195c9ba984dd702574be5a0c33b034f16b1e2fde5c7c51bbde26e8d69db2a101ba6e8208493374f02e5038a9e844966057983001426 WHIRLPOOL 3408df7951090e6bdf8b1326f9d3a04fc3607308a06a0c27a1213b9980276417e75f4a8759e06c8f7b027376b55983ed2859b634f291e4c3bf870948c83678c9
+DIST sip-4.15-snapshot-17fc8e27b7e9.tar.gz 734327 SHA256 0f23ca321a6ed38b20972bdbe2ca444ded5bdeac8e613253b20a4b36bf60ad27 SHA512 4a887b0b6284563ae691d2226f39ef1255da30cfa0c7bceb3548292c4afcedfb80cae19c673e40107d4ad8bd1e8970234f679e893603ee4f0bee0c820444b6fe WHIRLPOOL 9d24a5f4468d5637e68b9e35e0521388c92e56e117ac592252d1562a01702e47408d1208c6c87a3a50ed249f0ca00eb4619f4f10a69335eae9750656187c9ce3

diff --git a/dev-python/sip/sip-4.14.8_pre20130622.ebuild b/dev-python/sip/sip-4.15_pre20130701.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.8_pre20130622.ebuild
rename to dev-python/sip/sip-4.15_pre20130701.ebuild
index 0fc52e2..50031f0 100644
--- a/dev-python/sip/sip-4.14.8_pre20130622.ebuild
+++ b/dev-python/sip/sip-4.15_pre20130701.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=02bdf6cc32c1
+	HG_REVISION=17fc8e27b7e9
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-06-24  8:10 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2013-06-24  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     55a35d509fdb22ee092c9827fa29b2f99b6d5f8e
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 04:00:42 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 04:00:42 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=55a35d50

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../{sip-4.14.7_pre20130613.ebuild => sip-4.14.8_pre20130622.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 92a99b9..5205825 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.7-snapshot-74e1df1d9940.tar.gz 733061 SHA256 5946dabeee88582ce036ce06ae5096ba55da32c54582658c5d720ad28e7a57c5 SHA512 17aa6c745f66212294fea6793c2ada84a3034679002de3abc13523d21aa949987a1b6024a1df0148972ab1ca54a432289a6aeea614f6002be54ffe0b6d64b7d5 WHIRLPOOL 3d8550d0df4121d3b6193f206f3da580ca8f2cee063fdcf67e6e042d909abd9f70f09d69c91505d32ff95e9f49e59c6d3847b1834344207f95410f4075af2832
+DIST sip-4.14.8-snapshot-02bdf6cc32c1.tar.gz 733037 SHA256 4550e0b03b383a096cf2d88c2db773e1eca7efb6736821f2ab7c574e8f2b8ff0 SHA512 1a8b3ae990050334019b5195c9ba984dd702574be5a0c33b034f16b1e2fde5c7c51bbde26e8d69db2a101ba6e8208493374f02e5038a9e844966057983001426 WHIRLPOOL 3408df7951090e6bdf8b1326f9d3a04fc3607308a06a0c27a1213b9980276417e75f4a8759e06c8f7b027376b55983ed2859b634f291e4c3bf870948c83678c9

diff --git a/dev-python/sip/sip-4.14.7_pre20130613.ebuild b/dev-python/sip/sip-4.14.8_pre20130622.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.7_pre20130613.ebuild
rename to dev-python/sip/sip-4.14.8_pre20130622.ebuild
index e13c36d..bf2671c 100644
--- a/dev-python/sip/sip-4.14.7_pre20130613.ebuild
+++ b/dev-python/sip/sip-4.14.8_pre20130622.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=74e1df1d9940
+	HG_REVISION=02bdf6cc32c1
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-06-24  7:58 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2013-06-24  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     1b38dfd15789f6ca9c3b1bf15b02b65b79ee79cd
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Mon Jun 24 07:58:42 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 07:58:42 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1b38dfd1

[dev-python/sip] Add PYTHON_REQUIRED_USE.

Package-Manager: portage-2.2.0_alpha184

---
 dev-python/sip/sip-4.14.7_pre20130613.ebuild | 2 ++
 dev-python/sip/sip-4.9999.ebuild             | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dev-python/sip/sip-4.14.7_pre20130613.ebuild b/dev-python/sip/sip-4.14.7_pre20130613.ebuild
index e13c36d..cfaa343 100644
--- a/dev-python/sip/sip-4.14.7_pre20130613.ebuild
+++ b/dev-python/sip/sip-4.14.7_pre20130613.ebuild
@@ -41,6 +41,8 @@ RDEPEND="${DEPEND}"
 	doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )
 "
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
 

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 6d6445e..db4abf1 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -41,6 +41,8 @@ RDEPEND="${DEPEND}"
 	doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )
 "
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
 


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-06-13  4:02 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-06-13  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     375be7c65eef78875c75fb4414a913ff00ea18d1
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 04:00:45 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 04:00:45 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=375be7c6

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../{sip-4.14.7_pre20130612.ebuild => sip-4.14.7_pre20130613.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 61e440e..92a99b9 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.7-snapshot-00678082f72e.tar.gz 735029 SHA256 71f3d0969ce6bbe4bd6353258d673703be963dde78a530b1306d031b8d93081e SHA512 567bab29aadc6ad471dcc3fad52942d943736c2df610e9059a738e69f64808d6b2a0d506258d565fc00f9ab883d700d01ec7e59d7916ce453fcc634bb9c02418 WHIRLPOOL e99ab8568730bbb9ffd5fff239d239c5a7f72dc91b0ddf350a4b76ecdaf421a3df1b7d620770f43a61119066cd5d7ed56801ca2690d163a26893a33c47245c0b
+DIST sip-4.14.7-snapshot-74e1df1d9940.tar.gz 733061 SHA256 5946dabeee88582ce036ce06ae5096ba55da32c54582658c5d720ad28e7a57c5 SHA512 17aa6c745f66212294fea6793c2ada84a3034679002de3abc13523d21aa949987a1b6024a1df0148972ab1ca54a432289a6aeea614f6002be54ffe0b6d64b7d5 WHIRLPOOL 3d8550d0df4121d3b6193f206f3da580ca8f2cee063fdcf67e6e042d909abd9f70f09d69c91505d32ff95e9f49e59c6d3847b1834344207f95410f4075af2832

diff --git a/dev-python/sip/sip-4.14.7_pre20130612.ebuild b/dev-python/sip/sip-4.14.7_pre20130613.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.7_pre20130612.ebuild
rename to dev-python/sip/sip-4.14.7_pre20130613.ebuild
index 7429e41..e13c36d 100644
--- a/dev-python/sip/sip-4.14.7_pre20130612.ebuild
+++ b/dev-python/sip/sip-4.14.7_pre20130613.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=00678082f72e
+	HG_REVISION=74e1df1d9940
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-06-12  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-06-12  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     713bd7f7b9cf42892fd88d4c80ff70fa7ef4d8c4
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 04:00:26 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 04:00:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=713bd7f7

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../{sip-4.14.7_pre20130611.ebuild => sip-4.14.7_pre20130612.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 8ebf390..61e440e 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.7-snapshot-67258ffe885a.tar.gz 733088 SHA256 53f2d97091aa4e46487262c06be38bb93fdf90d83459e8d6b9b0aab82b35c624 SHA512 1ef05ac900ee43e54aadacfd051a88d23a2ec32c5b4576b080870cbcfe7d57e7f8d2549d09a81d4a554fc829526ecc90f893db27a3259eefb2f4cb01a9164518 WHIRLPOOL c4a9f274be6c96e69caeb814e564097f999295b7cf01b21b67c5956cdc44c415b005c6c6e672e3774092c75d6f626a6477c226cbd46068b9a52c736a1a5bf05d
+DIST sip-4.14.7-snapshot-00678082f72e.tar.gz 735029 SHA256 71f3d0969ce6bbe4bd6353258d673703be963dde78a530b1306d031b8d93081e SHA512 567bab29aadc6ad471dcc3fad52942d943736c2df610e9059a738e69f64808d6b2a0d506258d565fc00f9ab883d700d01ec7e59d7916ce453fcc634bb9c02418 WHIRLPOOL e99ab8568730bbb9ffd5fff239d239c5a7f72dc91b0ddf350a4b76ecdaf421a3df1b7d620770f43a61119066cd5d7ed56801ca2690d163a26893a33c47245c0b

diff --git a/dev-python/sip/sip-4.14.7_pre20130611.ebuild b/dev-python/sip/sip-4.14.7_pre20130612.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.7_pre20130611.ebuild
rename to dev-python/sip/sip-4.14.7_pre20130612.ebuild
index 3841aef..7429e41 100644
--- a/dev-python/sip/sip-4.14.7_pre20130611.ebuild
+++ b/dev-python/sip/sip-4.14.7_pre20130612.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=67258ffe885a
+	HG_REVISION=00678082f72e
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-06-11 11:40 Michael Palimaka
  0 siblings, 0 replies; 88+ messages in thread
From: Michael Palimaka @ 2013-06-11 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     3cf8aac1ac5d47b7fe635146f09e9252a237a102
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 11:38:54 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 11:38:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3cf8aac1

[dev-python/sip] Bump subslot.

Package-Manager: portage-2.1.12.4

---
 dev-python/sip/sip-4.14.7_pre20130611.ebuild | 2 +-
 dev-python/sip/sip-4.9999.ebuild             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/sip-4.14.7_pre20130611.ebuild b/dev-python/sip/sip-4.14.7_pre20130611.ebuild
index ffdae47..3841aef 100644
--- a/dev-python/sip/sip-4.14.7_pre20130611.ebuild
+++ b/dev-python/sip/sip-4.14.7_pre20130611.ebuild
@@ -27,7 +27,7 @@ else
 fi
 
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
-SLOT="0/9"
+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"
 IUSE="debug doc"
 

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 2544b29..6d6445e 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -27,7 +27,7 @@ else
 fi
 
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
-SLOT="0/9"
+SLOT="0/10"
 KEYWORDS=""
 IUSE="debug doc"
 


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-06-11  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-06-11  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     98001fb1b26f9a7a52c97441383cca03ed088b1b
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 04:00:43 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 04:00:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=98001fb1

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../{sip-4.14.7_pre20130609.ebuild => sip-4.14.7_pre20130611.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index b7f7d0c..8ebf390 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.7-snapshot-029828cabb4d.tar.gz 733075 SHA256 caf2fe0997c3bd594df2c1c95d3a34fbd7474a662dee9dcf4bc6b93b47e326f4 SHA512 ef2b5daef6c7433331c37ffcd792369aa484ed6308f6d220acb1204260f6de0daf2f57cd99235f653c78c1f8b92f236db118a73616e19415de25fbd85bc42e63 WHIRLPOOL d682ddf1fa45592dba60c6754a49c93fce7b0b6e6b038962506b675e0b3cbc05489909d9b643902d492329b41248ce24de5ee42040524317779db4928f3d1661
+DIST sip-4.14.7-snapshot-67258ffe885a.tar.gz 733088 SHA256 53f2d97091aa4e46487262c06be38bb93fdf90d83459e8d6b9b0aab82b35c624 SHA512 1ef05ac900ee43e54aadacfd051a88d23a2ec32c5b4576b080870cbcfe7d57e7f8d2549d09a81d4a554fc829526ecc90f893db27a3259eefb2f4cb01a9164518 WHIRLPOOL c4a9f274be6c96e69caeb814e564097f999295b7cf01b21b67c5956cdc44c415b005c6c6e672e3774092c75d6f626a6477c226cbd46068b9a52c736a1a5bf05d

diff --git a/dev-python/sip/sip-4.14.7_pre20130609.ebuild b/dev-python/sip/sip-4.14.7_pre20130611.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.7_pre20130609.ebuild
rename to dev-python/sip/sip-4.14.7_pre20130611.ebuild
index 825ed28..ffdae47 100644
--- a/dev-python/sip/sip-4.14.7_pre20130609.ebuild
+++ b/dev-python/sip/sip-4.14.7_pre20130611.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=029828cabb4d
+	HG_REVISION=67258ffe885a
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-06-09  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-06-09  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     2e441c0f048008ba9bc87587b36c267be515c3f3
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 04:00:40 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 04:00:40 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2e441c0f

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../{sip-4.14.7_pre20130608.ebuild => sip-4.14.7_pre20130609.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index d2e16c1..b7f7d0c 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.7-snapshot-50319794231a.tar.gz 730062 SHA256 c4914c96c0417a25ee7e25538d1b9623408267ce925018225f5f5f5f608e6327 SHA512 7c576553ff11ad88b794dee5c055164957b76b80986c8456152f53e1444c6ca77e734ce056c19c84c36d7955e24a0326b81719a7023a0a1aef5833eedb2d4803 WHIRLPOOL 1fb1a5cad423b982416d3d30f5537a89cae552dbd19d27014269e4e7a4ce3292526f2a808527decf0f3ad12809ee4b94c7569fe84105b5b0f00934762f354856
+DIST sip-4.14.7-snapshot-029828cabb4d.tar.gz 733075 SHA256 caf2fe0997c3bd594df2c1c95d3a34fbd7474a662dee9dcf4bc6b93b47e326f4 SHA512 ef2b5daef6c7433331c37ffcd792369aa484ed6308f6d220acb1204260f6de0daf2f57cd99235f653c78c1f8b92f236db118a73616e19415de25fbd85bc42e63 WHIRLPOOL d682ddf1fa45592dba60c6754a49c93fce7b0b6e6b038962506b675e0b3cbc05489909d9b643902d492329b41248ce24de5ee42040524317779db4928f3d1661

diff --git a/dev-python/sip/sip-4.14.7_pre20130608.ebuild b/dev-python/sip/sip-4.14.7_pre20130609.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.7_pre20130608.ebuild
rename to dev-python/sip/sip-4.14.7_pre20130609.ebuild
index 3fc78a8..825ed28 100644
--- a/dev-python/sip/sip-4.14.7_pre20130608.ebuild
+++ b/dev-python/sip/sip-4.14.7_pre20130609.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=50319794231a
+	HG_REVISION=029828cabb4d
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-06-08  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-06-08  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e65e9f56e05cbddc702b2d6e98246d4a8b3e55dd
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 04:00:46 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 04:00:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e65e9f56

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../{sip-4.14.7_pre20130603.ebuild => sip-4.14.7_pre20130608.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 25e6b6c..d2e16c1 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.7-snapshot-c80745f8ee0b.tar.gz 730335 SHA256 a7695fd4a2bf4987a03e02b9e53a190c7cbd35e6865ff20bcd39ee14cf7db821 SHA512 5aadf22faa3ae3a8daadb89ba67c7874a88441f03d75de1f24b0d4c2e6479f1cb3c1d2c50a09ba3818d3fd7c8d842ff15811c4e1044eaa3c7331045cef6b6b28 WHIRLPOOL df8a4ad9143edd2985444cc6b2fdd20c3ddba6c7860298625d2dbc2188f220d5accfeb6e5dd4074a0b86cbef6f23e0e327e5bc18bd862963dcbbdab81c8058f2
+DIST sip-4.14.7-snapshot-50319794231a.tar.gz 730062 SHA256 c4914c96c0417a25ee7e25538d1b9623408267ce925018225f5f5f5f608e6327 SHA512 7c576553ff11ad88b794dee5c055164957b76b80986c8456152f53e1444c6ca77e734ce056c19c84c36d7955e24a0326b81719a7023a0a1aef5833eedb2d4803 WHIRLPOOL 1fb1a5cad423b982416d3d30f5537a89cae552dbd19d27014269e4e7a4ce3292526f2a808527decf0f3ad12809ee4b94c7569fe84105b5b0f00934762f354856

diff --git a/dev-python/sip/sip-4.14.7_pre20130603.ebuild b/dev-python/sip/sip-4.14.7_pre20130608.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.7_pre20130603.ebuild
rename to dev-python/sip/sip-4.14.7_pre20130608.ebuild
index 7a93bb7..3fc78a8 100644
--- a/dev-python/sip/sip-4.14.7_pre20130603.ebuild
+++ b/dev-python/sip/sip-4.14.7_pre20130608.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=c80745f8ee0b
+	HG_REVISION=50319794231a
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-06-03  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-06-03  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     8bce30afe63c9c12b186b35d76b9399a9f5d8d3c
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  3 04:00:24 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Jun  3 04:00:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8bce30af

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../{sip-4.14.7_pre20130602.ebuild => sip-4.14.7_pre20130603.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 771e369..25e6b6c 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.7-snapshot-aa60efc50608.tar.gz 730310 SHA256 9be8f2454a0ec72fa21d867490bda8ab4e9ec9ea96d1305fc374ae4cf2d4c380 SHA512 1facdf477773e4b94d4f2f7ea3117a27b02a52b046d11d3faed889aa7587d84151d0e221d60e832d3e4cf73e7d36d94995f331325e97df252aa47aa7e8f29d26 WHIRLPOOL a4b7980e6be46b45d775caa6c00b5cb4c5372b7bac5d3f4278e61ae4614bc629afe70242d9dc35db8694391058681d867a2fe0e0aa861fd327bb469c2fdb0c0c
+DIST sip-4.14.7-snapshot-c80745f8ee0b.tar.gz 730335 SHA256 a7695fd4a2bf4987a03e02b9e53a190c7cbd35e6865ff20bcd39ee14cf7db821 SHA512 5aadf22faa3ae3a8daadb89ba67c7874a88441f03d75de1f24b0d4c2e6479f1cb3c1d2c50a09ba3818d3fd7c8d842ff15811c4e1044eaa3c7331045cef6b6b28 WHIRLPOOL df8a4ad9143edd2985444cc6b2fdd20c3ddba6c7860298625d2dbc2188f220d5accfeb6e5dd4074a0b86cbef6f23e0e327e5bc18bd862963dcbbdab81c8058f2

diff --git a/dev-python/sip/sip-4.14.7_pre20130602.ebuild b/dev-python/sip/sip-4.14.7_pre20130603.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.7_pre20130602.ebuild
rename to dev-python/sip/sip-4.14.7_pre20130603.ebuild
index 35d3864..7a93bb7 100644
--- a/dev-python/sip/sip-4.14.7_pre20130602.ebuild
+++ b/dev-python/sip/sip-4.14.7_pre20130603.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=aa60efc50608
+	HG_REVISION=c80745f8ee0b
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-06-02  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-06-02  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f517fcb275eb6f496e38abf5cd7dad7aef3d7149
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 04:00:24 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 04:00:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f517fcb2

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                                                 | 2 +-
 .../{sip-4.14.7_pre20130505.ebuild => sip-4.14.7_pre20130602.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 77916f8..771e369 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.7-snapshot-dd473964ac33.tar.gz 730285 SHA256 135251310edd4570e0f0516316a0d3ad1264b81d05841795c3c1ee3588d724b6 SHA512 ff1ed5ece245d786dda8427fdb494aa5c42e38bdbd745485ac926b986ef060377c9906053cc6eedc75f2eeb58dca2f1cf4f468578c42eae0ccf330f6ac3b9ceb WHIRLPOOL f6ca6b60345c43070e6bd6387d00904f1c5ff2f4b92e9fab30ee446f1b74461ba39dccfa51b8303bc5e00b0280ebc2f2ae832f831d586d89e380224339167686
+DIST sip-4.14.7-snapshot-aa60efc50608.tar.gz 730310 SHA256 9be8f2454a0ec72fa21d867490bda8ab4e9ec9ea96d1305fc374ae4cf2d4c380 SHA512 1facdf477773e4b94d4f2f7ea3117a27b02a52b046d11d3faed889aa7587d84151d0e221d60e832d3e4cf73e7d36d94995f331325e97df252aa47aa7e8f29d26 WHIRLPOOL a4b7980e6be46b45d775caa6c00b5cb4c5372b7bac5d3f4278e61ae4614bc629afe70242d9dc35db8694391058681d867a2fe0e0aa861fd327bb469c2fdb0c0c

diff --git a/dev-python/sip/sip-4.14.7_pre20130505.ebuild b/dev-python/sip/sip-4.14.7_pre20130602.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.7_pre20130505.ebuild
rename to dev-python/sip/sip-4.14.7_pre20130602.ebuild
index 772c57e..35d3864 100644
--- a/dev-python/sip/sip-4.14.7_pre20130505.ebuild
+++ b/dev-python/sip/sip-4.14.7_pre20130602.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=dd473964ac33
+	HG_REVISION=aa60efc50608
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-04-18  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-04-18  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     763ad622fb5a6f47ba8ddcae2df75e77ba6805f8
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 04:00:25 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 04:00:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=763ad622

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...130410.ebuild => sip-4.14.6_pre20130418.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index eb8a833..3802a11 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.6-snapshot-a9f7473ba9c7.tar.gz 729341 SHA256 d7f677fc24690ac67cb8af6bc390e62239cb98e92abae9eed682158ba5380016 SHA512 68bf30e940bcf8a5384e6998a5e0646c017b21f56a6f44b97a92642349727c13162758532c3f5bb6cf8df11dcbaec47ae842654dd941ec05912424a587c4cbd1 WHIRLPOOL b3ea74a1d6f420a18e53a666298484c7328791a6d8bb136cb2cf7a1aa874c77ea050b71076bb893e6d6244975c3fd5e816abc70601e3116b30c2f270f287b1c9
+DIST sip-4.14.6-snapshot-1773f2100851.tar.gz 729665 SHA256 48795d3a6ed41ef000cd52c2a2c452856b90b026e3225e7e992907acff2e33d1 SHA512 45e27994e5b288f6108e189fd518bc9baefd3b9ef374f8473bb55e67038caf8bfc766477d83b970b417547173b4a6d81d99e18c049160a87c5dea116d799b1ae WHIRLPOOL bfe5371e63e005532493ab770614c97b7cd5c9b069fd652bc61fb791dbcaae4ca4c0ed74d045819116b484686db2e2a6e6ae01827d055dd13b179de287a79b61

diff --git a/dev-python/sip/sip-4.14.6_pre20130410.ebuild b/dev-python/sip/sip-4.14.6_pre20130418.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.6_pre20130410.ebuild
rename to dev-python/sip/sip-4.14.6_pre20130418.ebuild
index 814f0f6..1a6a38f 100644
--- a/dev-python/sip/sip-4.14.6_pre20130410.ebuild
+++ b/dev-python/sip/sip-4.14.6_pre20130418.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=a9f7473ba9c7
+	HG_REVISION=1773f2100851
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-04-07 11:01 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2013-04-07 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     043496f39c43fedfa1fb8a921007917405e55055
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sun Apr  7 11:01:42 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 11:01:42 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=043496f3

[dev-python/sip] Sync with portage.

Package-Manager: portage-2.2.0_alpha171

---
 dev-python/sip/sip-4.14.6_pre20130407.ebuild |    2 +-
 dev-python/sip/sip-4.9999.ebuild             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/sip-4.14.6_pre20130407.ebuild b/dev-python/sip/sip-4.14.6_pre20130407.ebuild
index 190e4ea..6177fce 100644
--- a/dev-python/sip/sip-4.14.6_pre20130407.ebuild
+++ b/dev-python/sip/sip-4.14.6_pre20130407.ebuild
@@ -38,7 +38,7 @@ RDEPEND="${DEPEND}"
 	=dev-lang/python-2*
 	sys-devel/bison
 	sys-devel/flex
-	doc? ( dev-python/sphinx[$(python_gen_usedep python2*)] )
+	doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )
 "
 
 src_prepare() {

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 8c26076..2544b29 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -38,7 +38,7 @@ RDEPEND="${DEPEND}"
 	=dev-lang/python-2*
 	sys-devel/bison
 	sys-devel/flex
-	doc? ( dev-python/sphinx[$(python_gen_usedep python2*)] )
+	doc? ( dev-python/sphinx[$(python_gen_usedep 'python2*')] )
 "
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-03-07  5:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-03-07  5:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a59221a1a7accf9cdc370ac4fa96cee7efd2ba39
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 05:00:25 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 05:00:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a59221a1

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...130227.ebuild => sip-4.14.5_pre20130307.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 155dba9..1a46d6a 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.4-snapshot-312a27229b3f.tar.gz 729318 SHA256 07b2c871463c67b3e713afdc532b16651dba758386de3720c29473c3f8129ad7 SHA512 ab09442134a0091c377f88f3e766b619e5ada4d413de2573ec6a9f64fb3407adad37d48667dac64be5111a014e48b665e22959e7abf19a4dcd748e2bbb37b82c WHIRLPOOL c0dbc1a74f6d1bce9c20e88dce3a4c8eb7ba07f70d848cf23e32d62ae3dd2287ef6aae5ff57c57fa9136cb36e8d4aff6bd1bb7691ac1395603ef0e871746927d
+DIST sip-4.14.5-snapshot-c65a525a0a17.tar.gz 729265 SHA256 b16cfba8ec3c47328c2f55dda71e11cf715485b9d99cf4cde4dd1e1e724bf770 SHA512 6a896f9d0988466e3b2300b158397a527cb1fd4f5f8a28b4bebd2cde29e8b19efa0f79d7e9eb1233ae90d737459ff75ec3fc0a0eececaa6f09c8bcd027472910 WHIRLPOOL b03428e69716ee5528f09eb3501d58bef68dbffb9879480c85d8a676e901ccc5ab22d2c580789ef7ca67b007ab342be7553941d4fe212c359a06af04dbdc2084

diff --git a/dev-python/sip/sip-4.14.4_pre20130227.ebuild b/dev-python/sip/sip-4.14.5_pre20130307.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.4_pre20130227.ebuild
rename to dev-python/sip/sip-4.14.5_pre20130307.ebuild
index 6575ca3..6ceccf8 100644
--- a/dev-python/sip/sip-4.14.4_pre20130227.ebuild
+++ b/dev-python/sip/sip-4.14.5_pre20130307.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=312a27229b3f
+	HG_REVISION=c65a525a0a17
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-02-27  5:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-02-27  5:01 UTC (permalink / raw
  To: gentoo-commits

commit:     838b4b8ded64c2fdcf9ec055428ecdbd7a91e5ce
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 27 05:00:24 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Feb 27 05:00:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=838b4b8d

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...130225.ebuild => sip-4.14.4_pre20130227.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index b1ed4cf..155dba9 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.4-snapshot-34f6f0d52c1e.tar.gz 729088 SHA256 4f81a4eee1bb0e6201c25e34566e6d6d6e44df369869b942a50f66d3dbc18d99 SHA512 b9fb2a3b11a75edc5f8f3fb5ed76196203e3341a42045ec45bdd1118612b6e887c3b6af28cbe5947e76b16b38f424983f20b01ca06744f328a08a49c21cd20ad WHIRLPOOL ebc1cc26204f1e54d724ca998f12277f05b024fd5bb9b791b105b992acceea564551d9c6c1fe8aaa3cdb25d673ecc8f5be59565d5d85bd79703f495b9b8253c9
+DIST sip-4.14.4-snapshot-312a27229b3f.tar.gz 729318 SHA256 07b2c871463c67b3e713afdc532b16651dba758386de3720c29473c3f8129ad7 SHA512 ab09442134a0091c377f88f3e766b619e5ada4d413de2573ec6a9f64fb3407adad37d48667dac64be5111a014e48b665e22959e7abf19a4dcd748e2bbb37b82c WHIRLPOOL c0dbc1a74f6d1bce9c20e88dce3a4c8eb7ba07f70d848cf23e32d62ae3dd2287ef6aae5ff57c57fa9136cb36e8d4aff6bd1bb7691ac1395603ef0e871746927d

diff --git a/dev-python/sip/sip-4.14.4_pre20130225.ebuild b/dev-python/sip/sip-4.14.4_pre20130227.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.4_pre20130225.ebuild
rename to dev-python/sip/sip-4.14.4_pre20130227.ebuild
index 334e186..6575ca3 100644
--- a/dev-python/sip/sip-4.14.4_pre20130225.ebuild
+++ b/dev-python/sip/sip-4.14.4_pre20130227.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=34f6f0d52c1e
+	HG_REVISION=312a27229b3f
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-02-25  5:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-02-25  5:01 UTC (permalink / raw
  To: gentoo-commits

commit:     bb3787869fdbae8952588d89226e52bc937ef802
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 25 05:00:24 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Feb 25 05:00:24 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bb378786

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...130221.ebuild => sip-4.14.4_pre20130225.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 2e90f15..b1ed4cf 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.4-snapshot-45a50c6d82fe.tar.gz 728881 SHA256 225297a27930f6466a8771a3ee6e25d7536a9181d525442823717bd423cf2de5 SHA512 ade4e2bf9913c3af0bad413de0aa1b32fe1aecb3ba25b8d8314bd8b08e0cb36b02cd68ef794c69056c76217da40bcd2f1cb727b94cb27beef91f3c95db0142c7 WHIRLPOOL 729bd452046c729627dad71c52f8dc448015202dd6ca225b3e334f54abe4a15eaa561ecc0e431073f8c22b4d48f94ca9b313504f12f6b89a9970915b33f822a6
+DIST sip-4.14.4-snapshot-34f6f0d52c1e.tar.gz 729088 SHA256 4f81a4eee1bb0e6201c25e34566e6d6d6e44df369869b942a50f66d3dbc18d99 SHA512 b9fb2a3b11a75edc5f8f3fb5ed76196203e3341a42045ec45bdd1118612b6e887c3b6af28cbe5947e76b16b38f424983f20b01ca06744f328a08a49c21cd20ad WHIRLPOOL ebc1cc26204f1e54d724ca998f12277f05b024fd5bb9b791b105b992acceea564551d9c6c1fe8aaa3cdb25d673ecc8f5be59565d5d85bd79703f495b9b8253c9

diff --git a/dev-python/sip/sip-4.14.4_pre20130221.ebuild b/dev-python/sip/sip-4.14.4_pre20130225.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.4_pre20130221.ebuild
rename to dev-python/sip/sip-4.14.4_pre20130225.ebuild
index 3ab0192..334e186 100644
--- a/dev-python/sip/sip-4.14.4_pre20130221.ebuild
+++ b/dev-python/sip/sip-4.14.4_pre20130225.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=45a50c6d82fe
+	HG_REVISION=34f6f0d52c1e
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-02-21  5:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-02-21  5:00 UTC (permalink / raw
  To: gentoo-commits

commit:     f309701f12727bb3abdca87f662c3bd124d310a7
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 21 05:00:26 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Feb 21 05:00:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f309701f

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...130215.ebuild => sip-4.14.4_pre20130221.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 8afab25..2e90f15 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.4-snapshot-03f33e7fdfb1.tar.gz 726863 SHA256 ab2dadb18cf73eb522e1e407183d3e831d6c00b4c1093f10a4dc0d09c87f314a SHA512 b5ec93d50c04e688d856b892b325a84ece0f68d26425bb2e92273f72adcbb471b337a5f9d53eb7b905847638588988ddce4c87cf25ca2ab2c90fc35b2ad52a30 WHIRLPOOL 917e1c80e644454e2c5ebca2c7d4a9d170e1ff54b9827b8a27a03e2d185d5493934722b45e524c06e043e220f9df6125fac94b3e3a11d94fb254445b95518cf3
+DIST sip-4.14.4-snapshot-45a50c6d82fe.tar.gz 728881 SHA256 225297a27930f6466a8771a3ee6e25d7536a9181d525442823717bd423cf2de5 SHA512 ade4e2bf9913c3af0bad413de0aa1b32fe1aecb3ba25b8d8314bd8b08e0cb36b02cd68ef794c69056c76217da40bcd2f1cb727b94cb27beef91f3c95db0142c7 WHIRLPOOL 729bd452046c729627dad71c52f8dc448015202dd6ca225b3e334f54abe4a15eaa561ecc0e431073f8c22b4d48f94ca9b313504f12f6b89a9970915b33f822a6

diff --git a/dev-python/sip/sip-4.14.4_pre20130215.ebuild b/dev-python/sip/sip-4.14.4_pre20130221.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.4_pre20130215.ebuild
rename to dev-python/sip/sip-4.14.4_pre20130221.ebuild
index d4c15ec..3ab0192 100644
--- a/dev-python/sip/sip-4.14.4_pre20130215.ebuild
+++ b/dev-python/sip/sip-4.14.4_pre20130221.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=03f33e7fdfb1
+	HG_REVISION=45a50c6d82fe
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-02-15  5:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2013-02-15  5:00 UTC (permalink / raw
  To: gentoo-commits

commit:     586d98d35f53b1cd0eb62d77451b870c80669ee1
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 15 05:00:25 2013 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Fri Feb 15 05:00:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=586d98d3

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...130205.ebuild => sip-4.14.4_pre20130215.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 457aa37..8afab25 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.4-snapshot-fb45cf6e775b.tar.gz 727170 SHA256 27876884f67171d6a40e5d6c5bd9be576a434dfd7de8620a541e6dcfb5d6766b SHA512 fac857c3d1deab0ef3babbbf50203254fdd91d6ce2ec9650ba5fe027f9b82ca6bb4c0fef2476a3ca355a9cf05e420312fdfad2350cb2971ee50629de85877bcf WHIRLPOOL 33af5a4a34346a70f324372c66b4ed31bf90cc371f2443d5219a25b16aee95ca4bd00dfa54214a85f45ab598d408c57e542b6ac6c9adba5521a2261758269a65
+DIST sip-4.14.4-snapshot-03f33e7fdfb1.tar.gz 726863 SHA256 ab2dadb18cf73eb522e1e407183d3e831d6c00b4c1093f10a4dc0d09c87f314a SHA512 b5ec93d50c04e688d856b892b325a84ece0f68d26425bb2e92273f72adcbb471b337a5f9d53eb7b905847638588988ddce4c87cf25ca2ab2c90fc35b2ad52a30 WHIRLPOOL 917e1c80e644454e2c5ebca2c7d4a9d170e1ff54b9827b8a27a03e2d185d5493934722b45e524c06e043e220f9df6125fac94b3e3a11d94fb254445b95518cf3

diff --git a/dev-python/sip/sip-4.14.4_pre20130205.ebuild b/dev-python/sip/sip-4.14.4_pre20130215.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.4_pre20130205.ebuild
rename to dev-python/sip/sip-4.14.4_pre20130215.ebuild
index 4720f1c..d4c15ec 100644
--- a/dev-python/sip/sip-4.14.4_pre20130205.ebuild
+++ b/dev-python/sip/sip-4.14.4_pre20130215.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=fb45cf6e775b
+	HG_REVISION=03f33e7fdfb1
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-02-04 16:12 Michael Palimaka
  0 siblings, 0 replies; 88+ messages in thread
From: Michael Palimaka @ 2013-02-04 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7e398c72d2ac638ee6bbaf090383f9ee6e9536f6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  4 16:11:17 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Feb  4 16:11:17 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7e398c72

[dev-python/sip] Use run_in_build_dir. Add python-3.3 support wrt bug #455020.

Package-Manager: portage-2.1.11.50

---
 dev-python/sip/sip-4.14.4_pre20130203.ebuild |   17 ++++-------------
 dev-python/sip/sip-4.9999.ebuild             |   17 ++++-------------
 2 files changed, 8 insertions(+), 26 deletions(-)

diff --git a/dev-python/sip/sip-4.14.4_pre20130203.ebuild b/dev-python/sip/sip-4.14.4_pre20130203.ebuild
index 4458acb..d9e9461 100644
--- a/dev-python/sip/sip-4.14.4_pre20130203.ebuild
+++ b/dev-python/sip/sip-4.14.4_pre20130203.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
 
 inherit eutils python-r1 toolchain-funcs
 
@@ -68,7 +68,6 @@ src_prepare() {
 
 src_configure() {
 	configuration() {
-		pushd "${BUILD_DIR}" > /dev/null
 		local myconf=(
 			"${PYTHON}" configure.py
 			--bindir="${EPREFIX}/usr/bin"
@@ -92,28 +91,20 @@ src_configure() {
 		)
 		echo "${myconf[@]}"
 		"${myconf[@]}"
-		popd > /dev/null
 	}
-	python_foreach_impl configuration
+	python_foreach_impl run_in_build_dir configuration
 }
 
 src_compile() {
-	compilation() {
-		pushd "${BUILD_DIR}" > /dev/null
-		default
-		popd > /dev/null
-	}
-	python_foreach_impl compilation
+	python_foreach_impl run_in_build_dir default
 }
 
 src_install() {
 	installation() {
-		pushd "${BUILD_DIR}" > /dev/null
 		emake DESTDIR="${D}" install
 		python_optimize
-		popd > /dev/null
 	}
-	python_foreach_impl installation
+	python_foreach_impl run_in_build_dir installation
 
 	dodoc NEWS
 	use doc && dohtml -r doc/html/*

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 6777842..81f306a 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
 
 inherit eutils python-r1 toolchain-funcs
 
@@ -68,7 +68,6 @@ src_prepare() {
 
 src_configure() {
 	configuration() {
-		pushd "${BUILD_DIR}" > /dev/null
 		local myconf=(
 			"${PYTHON}" configure.py
 			--bindir="${EPREFIX}/usr/bin"
@@ -92,28 +91,20 @@ src_configure() {
 		)
 		echo "${myconf[@]}"
 		"${myconf[@]}"
-		popd > /dev/null
 	}
-	python_foreach_impl configuration
+	python_foreach_impl run_in_build_dir configuration
 }
 
 src_compile() {
-	compilation() {
-		pushd "${BUILD_DIR}" > /dev/null
-		default
-		popd > /dev/null
-	}
-	python_foreach_impl compilation
+	python_foreach_impl run_in_build_dir default
 }
 
 src_install() {
 	installation() {
-		pushd "${BUILD_DIR}" > /dev/null
 		emake DESTDIR="${D}" install
 		python_optimize
-		popd > /dev/null
 	}
-	python_foreach_impl installation
+	python_foreach_impl run_in_build_dir installation
 
 	dodoc NEWS
 	use doc && dohtml -r doc/html/*


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-01-22 20:26 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2013-01-22 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b79b0c9cb3e8363c5649513508fff3c0b7af9993
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Tue Jan 22 20:25:47 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Jan 22 20:25:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b79b0c9c

[dev-python/sip] Move copy_sources after subslot sanity check.

Package-Manager: portage-2.2.0_alpha155

---
 dev-python/sip/sip-4.14.3_pre20130120.ebuild |    7 +++----
 dev-python/sip/sip-4.9999.ebuild             |    7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-python/sip/sip-4.14.3_pre20130120.ebuild b/dev-python/sip/sip-4.14.3_pre20130120.ebuild
index b333e15..2fdf3fc 100644
--- a/dev-python/sip/sip-4.14.3_pre20130120.ebuild
+++ b/dev-python/sip/sip-4.14.3_pre20130120.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="5"
+EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
 
 inherit eutils python-r1 toolchain-funcs
@@ -42,7 +42,6 @@ RDEPEND="${DEPEND}"
 "
 
 src_prepare() {
-
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
 
 	if [[ ${PV} == *9999* ]]; then
@@ -52,8 +51,6 @@ src_prepare() {
 		fi
 	fi
 
-	python_copy_sources
-
 	# Sub-slot sanity check
 	local sub_slot=${SLOT#*/}
 	local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
@@ -65,6 +62,8 @@ src_prepare() {
 		eerror
 		die "sub-slot sanity check failed"
 	fi
+
+	python_copy_sources
 }
 
 src_configure() {

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 6793afb..6777842 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="5"
+EAPI=5
 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
 
 inherit eutils python-r1 toolchain-funcs
@@ -42,7 +42,6 @@ RDEPEND="${DEPEND}"
 "
 
 src_prepare() {
-
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
 
 	if [[ ${PV} == *9999* ]]; then
@@ -52,8 +51,6 @@ src_prepare() {
 		fi
 	fi
 
-	python_copy_sources
-
 	# Sub-slot sanity check
 	local sub_slot=${SLOT#*/}
 	local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
@@ -65,6 +62,8 @@ src_prepare() {
 		eerror
 		die "sub-slot sanity check failed"
 	fi
+
+	python_copy_sources
 }
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2013-01-22 14:35 Michael Palimaka
  0 siblings, 0 replies; 88+ messages in thread
From: Michael Palimaka @ 2013-01-22 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     05e46c2475f7ec6d096ec096f6600186a7004ea6
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 22 14:27:04 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jan 22 14:27:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=05e46c24

[dev-python/sip] Migrate to the new python eclass.

Package-Manager: portage-2.1.11.48

---
 dev-python/sip/sip-4.14.3_pre20130120.ebuild |   57 +++++++++++++++-----------
 dev-python/sip/sip-4.9999.ebuild             |   57 +++++++++++++++-----------
 2 files changed, 66 insertions(+), 48 deletions(-)

diff --git a/dev-python/sip/sip-4.14.3_pre20130120.ebuild b/dev-python/sip/sip-4.14.3_pre20130120.ebuild
index 0474bd6..b333e15 100644
--- a/dev-python/sip/sip-4.14.3_pre20130120.ebuild
+++ b/dev-python/sip/sip-4.14.3_pre20130120.ebuild
@@ -3,12 +3,9 @@
 # $Header: $
 
 EAPI="5"
-PYTHON_DEPEND="*"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
 
-inherit eutils python toolchain-funcs
+inherit eutils python-r1 toolchain-funcs
 
 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"
@@ -34,22 +31,29 @@ 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"
 
-DEPEND=""
+DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
+
 [[ ${PV} == *9999* ]] && DEPEND+="
+	=dev-lang/python-2*
 	sys-devel/bison
 	sys-devel/flex
-	doc? ( dev-python/sphinx )
+	doc? ( dev-python/sphinx[$(python_gen_usedep python2*)] )
 "
 
 src_prepare() {
+
+	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
+
 	if [[ ${PV} == *9999* ]]; then
-		$(PYTHON -2) build.py prepare || die
+		python2 build.py prepare || die
 		if use doc; then
-			$(PYTHON -2) build.py doc || die
+			python2 build.py doc || die
 		fi
 	fi
 
+	python_copy_sources
+
 	# Sub-slot sanity check
 	local sub_slot=${SLOT#*/}
 	local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
@@ -61,16 +65,13 @@ src_prepare() {
 		eerror
 		die "sub-slot sanity check failed"
 	fi
-
-	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
-
-	python_src_prepare
 }
 
 src_configure() {
 	configuration() {
+		pushd "${BUILD_DIR}" > /dev/null
 		local myconf=(
-			"$(PYTHON)" configure.py
+			"${PYTHON}" configure.py
 			--bindir="${EPREFIX}/usr/bin"
 			--destdir="${EPREFIX}$(python_get_sitedir)"
 			--incdir="${EPREFIX}$(python_get_includedir)"
@@ -92,21 +93,29 @@ src_configure() {
 		)
 		echo "${myconf[@]}"
 		"${myconf[@]}"
+		popd > /dev/null
 	}
-	python_execute_function -s configuration
+	python_foreach_impl configuration
+}
+
+src_compile() {
+	compilation() {
+		pushd "${BUILD_DIR}" > /dev/null
+		default
+		popd > /dev/null
+	}
+	python_foreach_impl compilation
 }
 
 src_install() {
-	python_src_install
+	installation() {
+		pushd "${BUILD_DIR}" > /dev/null
+		emake DESTDIR="${D}" install
+		python_optimize
+		popd > /dev/null
+	}
+	python_foreach_impl installation
 
 	dodoc NEWS
 	use doc && dohtml -r doc/html/*
 }
-
-pkg_postinst() {
-	python_mod_optimize sipconfig.py sipdistutils.py
-}
-
-pkg_postrm() {
-	python_mod_cleanup sipconfig.py sipdistutils.py
-}

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 0898926..6793afb 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -3,12 +3,9 @@
 # $Header: $
 
 EAPI="5"
-PYTHON_DEPEND="*"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
 
-inherit eutils python toolchain-funcs
+inherit eutils python-r1 toolchain-funcs
 
 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"
@@ -34,22 +31,29 @@ SLOT="0/9"
 KEYWORDS=""
 IUSE="debug doc"
 
-DEPEND=""
+DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
+
 [[ ${PV} == *9999* ]] && DEPEND+="
+	=dev-lang/python-2*
 	sys-devel/bison
 	sys-devel/flex
-	doc? ( dev-python/sphinx )
+	doc? ( dev-python/sphinx[$(python_gen_usedep python2*)] )
 "
 
 src_prepare() {
+
+	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
+
 	if [[ ${PV} == *9999* ]]; then
-		$(PYTHON -2) build.py prepare || die
+		python2 build.py prepare || die
 		if use doc; then
-			$(PYTHON -2) build.py doc || die
+			python2 build.py doc || die
 		fi
 	fi
 
+	python_copy_sources
+
 	# Sub-slot sanity check
 	local sub_slot=${SLOT#*/}
 	local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
@@ -61,16 +65,13 @@ src_prepare() {
 		eerror
 		die "sub-slot sanity check failed"
 	fi
-
-	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
-
-	python_src_prepare
 }
 
 src_configure() {
 	configuration() {
+		pushd "${BUILD_DIR}" > /dev/null
 		local myconf=(
-			"$(PYTHON)" configure.py
+			"${PYTHON}" configure.py
 			--bindir="${EPREFIX}/usr/bin"
 			--destdir="${EPREFIX}$(python_get_sitedir)"
 			--incdir="${EPREFIX}$(python_get_includedir)"
@@ -92,21 +93,29 @@ src_configure() {
 		)
 		echo "${myconf[@]}"
 		"${myconf[@]}"
+		popd > /dev/null
 	}
-	python_execute_function -s configuration
+	python_foreach_impl configuration
+}
+
+src_compile() {
+	compilation() {
+		pushd "${BUILD_DIR}" > /dev/null
+		default
+		popd > /dev/null
+	}
+	python_foreach_impl compilation
 }
 
 src_install() {
-	python_src_install
+	installation() {
+		pushd "${BUILD_DIR}" > /dev/null
+		emake DESTDIR="${D}" install
+		python_optimize
+		popd > /dev/null
+	}
+	python_foreach_impl installation
 
 	dodoc NEWS
 	use doc && dohtml -r doc/html/*
 }
-
-pkg_postinst() {
-	python_mod_optimize sipconfig.py sipdistutils.py
-}
-
-pkg_postrm() {
-	python_mod_cleanup sipconfig.py sipdistutils.py
-}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-11-15  5:00 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-11-15  5:00 UTC (permalink / raw
  To: gentoo-commits

commit:     dd82637ebdb37226b99fdf48392596fa0e3bfebf
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 05:00:25 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 05:00:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=dd82637e

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...121112.ebuild => sip-4.14.2_pre20121115.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 307eaa2..4c61373 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.2-snapshot-b063e90b6c20.tar.gz 726064 SHA256 f14f5cd91e5b2d552702a69d96c73a45390bf86c3d4d0e76d6b87419264b8587 SHA512 a7f0727344d52c3c61b628aa4bc35997fb5e218fa15187b7fa90f1eaa493c0a000f9ada099f2c49d9636b8e76dd95741d435c6cbb25c109b4839d983523a55f6 WHIRLPOOL 294dd17c27e0c44cbaa51dc897ac3f7e212dd232e370544f5058bba41cd5c798ce021c494ef4a7898e5470c61c6255b4195f72e2747037a8d5a900ff03fe18b8
+DIST sip-4.14.2-snapshot-b8261071d302.tar.gz 726043 SHA256 f67a4e6f0c867d9fcb9caca00b6c96f8eb5d6ac6df2a3fa4329a8540cb787a2a SHA512 3056b9ce9e4711f4bb494b1b2b089107e506cf97a87f498d569565aee106b7fc210caf9dc37422808bdfd8028905ac1fba33ccddd710bdc8d3c4003cc8a8fcf0 WHIRLPOOL ff0a9d438e63ab2639631fdc4e1a7ebe11163ac945657875fcabc927a5e97ad1063ba0cd2bc309313b5c9955d2a963d83a4cf0adfd410f3b2df97b18a97281f0

diff --git a/dev-python/sip/sip-4.14.2_pre20121112.ebuild b/dev-python/sip/sip-4.14.2_pre20121115.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.2_pre20121112.ebuild
rename to dev-python/sip/sip-4.14.2_pre20121115.ebuild
index bd57861..5189601 100644
--- a/dev-python/sip/sip-4.14.2_pre20121112.ebuild
+++ b/dev-python/sip/sip-4.14.2_pre20121115.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=b063e90b6c20
+	HG_REVISION=b8261071d302
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-11-05  4:46 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2012-11-05  4:46 UTC (permalink / raw
  To: gentoo-commits

commit:     2c11e03774490b27eab96174eb167a04725902e9
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Mon Nov  5 04:46:26 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon Nov  5 04:46:26 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2c11e037

[dev-python/sip] Respect AR (bug 440266); reset *FLAGS_RELEASE variables.

Package-Manager: portage-2.2.0_alpha142

---
 dev-python/sip/sip-4.14.1_pre20121027.ebuild |   17 +++++++++++------
 dev-python/sip/sip-4.9999.ebuild             |   17 +++++++++++------
 2 files changed, 22 insertions(+), 12 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121027.ebuild b/dev-python/sip/sip-4.14.1_pre20121027.ebuild
index bb43c71..c14ad82 100644
--- a/dev-python/sip/sip-4.14.1_pre20121027.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121027.ebuild
@@ -63,28 +63,33 @@ src_prepare() {
 	fi
 
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
-	sed -i -e 's/-O2//g' specs/* || die
 
 	python_src_prepare
 }
 
 src_configure() {
 	configuration() {
-		local myconf=("$(PYTHON)"
-			configure.py
+		local myconf=(
+			"$(PYTHON)" configure.py
 			--bindir="${EPREFIX}/usr/bin"
 			--destdir="${EPREFIX}$(python_get_sitedir)"
 			--incdir="${EPREFIX}$(python_get_includedir)"
 			--sipdir="${EPREFIX}/usr/share/sip"
 			$(use debug && echo --debug)
+			AR="$(tc-getAR) cqs"
 			CC="$(tc-getCC)"
+			CFLAGS="${CFLAGS}"
+			CFLAGS_RELEASE=
 			CXX="$(tc-getCXX)"
+			CXXFLAGS="${CXXFLAGS}"
+			CXXFLAGS_RELEASE=
 			LINK="$(tc-getCXX)"
 			LINK_SHLIB="$(tc-getCXX)"
-			CFLAGS="${CFLAGS}"
-			CXXFLAGS="${CXXFLAGS}"
 			LFLAGS="${LDFLAGS}"
-			STRIP=":")
+			LFLAGS_RELEASE=
+			RANLIB=
+			STRIP=
+		)
 		echo "${myconf[@]}"
 		"${myconf[@]}"
 	}

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 446a020..cd07d9d 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -63,28 +63,33 @@ src_prepare() {
 	fi
 
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
-	sed -i -e 's/-O2//g' specs/* || die
 
 	python_src_prepare
 }
 
 src_configure() {
 	configuration() {
-		local myconf=("$(PYTHON)"
-			configure.py
+		local myconf=(
+			"$(PYTHON)" configure.py
 			--bindir="${EPREFIX}/usr/bin"
 			--destdir="${EPREFIX}$(python_get_sitedir)"
 			--incdir="${EPREFIX}$(python_get_includedir)"
 			--sipdir="${EPREFIX}/usr/share/sip"
 			$(use debug && echo --debug)
+			AR="$(tc-getAR) cqs"
 			CC="$(tc-getCC)"
+			CFLAGS="${CFLAGS}"
+			CFLAGS_RELEASE=
 			CXX="$(tc-getCXX)"
+			CXXFLAGS="${CXXFLAGS}"
+			CXXFLAGS_RELEASE=
 			LINK="$(tc-getCXX)"
 			LINK_SHLIB="$(tc-getCXX)"
-			CFLAGS="${CFLAGS}"
-			CXXFLAGS="${CXXFLAGS}"
 			LFLAGS="${LDFLAGS}"
-			STRIP=":")
+			LFLAGS_RELEASE=
+			RANLIB=
+			STRIP=
+		)
 		echo "${myconf[@]}"
 		"${myconf[@]}"
 	}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-27  4:05 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-27  4:05 UTC (permalink / raw
  To: gentoo-commits

commit:     35f3277cb4a8e5e8b6c378d0958da8b06fe8d5a8
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 04:00:47 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 04:00:47 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=35f3277c

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...121024.ebuild => sip-4.14.1_pre20121027.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 15f7254..58a82da 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.1-snapshot-4ec285852cba.tar.gz 723896 SHA256 271a981016c3a875a956e3cb3713f74d5042859692d77306bb76b32d46461ccf SHA512 90c156e49c886399897a087cd7f5b7c489f4b8d4f4437e228cc8314ac7c94a1b652f76a465c3bec1e51ec6b8fbee3c73516f3252a6c8a92db8896bd8cf81e0cd WHIRLPOOL 565bfe0ac66533ac1be3373cdf9eff4f16f4d8d0078509c62995e97f26ff7e3a66a4d698b2824ebb66983fa21dd7b1fd5134d6d63339d7f03b69dea4b9bd6cf1
+DIST sip-4.14.1-snapshot-1fe9c59f0f06.tar.gz 724067 SHA256 da1537e9e4acb90df038dcf84f1b15326a58191fd437a888316b40afa8e6225f SHA512 7bd28bf71843016f722f75cfd54fc6a95e90467324e1b09dd183e0d53c9e731de92b69f9454c0e522e17e87c10e0f90d3aeb7ddf0edb9355389563c4d2047488 WHIRLPOOL 25093b2b69ca0e03c222c2c0eb63bf8743644754ae5bf62eb3a23c24b5944dcc92e0872eb72f12b9a19fea3dad23e988d61f1fc6402b573cce93115d35772e90

diff --git a/dev-python/sip/sip-4.14.1_pre20121024.ebuild b/dev-python/sip/sip-4.14.1_pre20121027.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.1_pre20121024.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121027.ebuild
index f30f9b2..bb43c71 100644
--- a/dev-python/sip/sip-4.14.1_pre20121024.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121027.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=4ec285852cba
+	HG_REVISION=1fe9c59f0f06
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-24  4:04 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-24  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0d85f7e83c921f6cd973073dc89f8fcaae915cc9
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 24 04:00:39 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Oct 24 04:00:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0d85f7e8

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...121023.ebuild => sip-4.14.1_pre20121024.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index b9caace..15f7254 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.1-snapshot-b90e3475bdfc.tar.gz 723168 SHA256 f0a39ef11edbdbd746a0c0c3d35e26ce2ad68fca56d13c3aa4c8a79abde11388 SHA512 71e74c84bb16c267d15d3a01a5d0ee1bdf5bfabf281ef38906e27271fdfbdd24922b74b1a9ee17af67dd0c9d6757ba4f9d1e9ac9665176d001a1e17c2b671cc4 WHIRLPOOL d9722e062d81d07c7c3e7a1070a9ce1b5b5036d176fb835c2e931e0d30fa06a7d54d425ab55bbed39ada1d5f5423395ce545c9fced750cce71fc1ebdc8e299f5
+DIST sip-4.14.1-snapshot-4ec285852cba.tar.gz 723896 SHA256 271a981016c3a875a956e3cb3713f74d5042859692d77306bb76b32d46461ccf SHA512 90c156e49c886399897a087cd7f5b7c489f4b8d4f4437e228cc8314ac7c94a1b652f76a465c3bec1e51ec6b8fbee3c73516f3252a6c8a92db8896bd8cf81e0cd WHIRLPOOL 565bfe0ac66533ac1be3373cdf9eff4f16f4d8d0078509c62995e97f26ff7e3a66a4d698b2824ebb66983fa21dd7b1fd5134d6d63339d7f03b69dea4b9bd6cf1

diff --git a/dev-python/sip/sip-4.14.1_pre20121023.ebuild b/dev-python/sip/sip-4.14.1_pre20121024.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.1_pre20121023.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121024.ebuild
index 3b10ad9..f30f9b2 100644
--- a/dev-python/sip/sip-4.14.1_pre20121023.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121024.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=b90e3475bdfc
+	HG_REVISION=4ec285852cba
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-23  4:04 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-23  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     68c020d6cdf305e161bad74d3ef57aba4424a1b1
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 04:00:27 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 04:00:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=68c020d6

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...121022.ebuild => sip-4.14.1_pre20121023.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 6de1bb9..b9caace 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.1-snapshot-1913168e0c8d.tar.gz 723091 SHA256 3bb66f1bf414a331a1dd1af7c6668ef3b09e92f9ebf7e53fa03558b528c145a8 SHA512 38c68dce394f5b61a3f7eda1eb112797291a7f1f75ddf4192cb22549b65efc139fcddf23d344c341bcb5fe385fec25ad1500579dbac2b8e83b27be267585cf4d WHIRLPOOL 66f63751aa98f3355aa16fa6b42d547bd3de0e349b8197f032e07dd50d0a86bf204c932b1d9f2fefa73d3aa49bb8c55dbc153510d797ea1bdedd1ede29d24eed
+DIST sip-4.14.1-snapshot-b90e3475bdfc.tar.gz 723168 SHA256 f0a39ef11edbdbd746a0c0c3d35e26ce2ad68fca56d13c3aa4c8a79abde11388 SHA512 71e74c84bb16c267d15d3a01a5d0ee1bdf5bfabf281ef38906e27271fdfbdd24922b74b1a9ee17af67dd0c9d6757ba4f9d1e9ac9665176d001a1e17c2b671cc4 WHIRLPOOL d9722e062d81d07c7c3e7a1070a9ce1b5b5036d176fb835c2e931e0d30fa06a7d54d425ab55bbed39ada1d5f5423395ce545c9fced750cce71fc1ebdc8e299f5

diff --git a/dev-python/sip/sip-4.14.1_pre20121022.ebuild b/dev-python/sip/sip-4.14.1_pre20121023.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.1_pre20121022.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121023.ebuild
index f2f9639..3b10ad9 100644
--- a/dev-python/sip/sip-4.14.1_pre20121022.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121023.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=1913168e0c8d
+	HG_REVISION=b90e3475bdfc
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-22  4:04 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-22  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     506610a08cc6c3f08bd3ae0e61c60860e3b78d23
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 22 04:00:41 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Oct 22 04:00:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=506610a0

PyQt4/sip: Automated version bump, remove old

---
 ...121021.ebuild => sip-4.14.1_pre20121022.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121021.ebuild b/dev-python/sip/sip-4.14.1_pre20121022.ebuild
similarity index 100%
rename from dev-python/sip/sip-4.14.1_pre20121021.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121022.ebuild


^ permalink raw reply	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-21  4:04 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-21  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8886ed32db9539639b85a52136c2ad1ff70c3696
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 04:00:40 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 04:00:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8886ed32

PyQt4/sip: Automated version bump, remove old

---
 ...121020.ebuild => sip-4.14.1_pre20121021.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121020.ebuild b/dev-python/sip/sip-4.14.1_pre20121021.ebuild
similarity index 100%
rename from dev-python/sip/sip-4.14.1_pre20121020.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121021.ebuild


^ permalink raw reply	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-20  4:04 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-20  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     638bafd150aff924c3b2892bea859bfbe604f6e0
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 04:00:34 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 04:00:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=638bafd1

PyQt4/sip: Automated version bump, remove old

---
 ...121019.ebuild => sip-4.14.1_pre20121020.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121019.ebuild b/dev-python/sip/sip-4.14.1_pre20121020.ebuild
similarity index 100%
rename from dev-python/sip/sip-4.14.1_pre20121019.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121020.ebuild


^ permalink raw reply	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-19  4:04 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-19  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     38b7f0658ae75615a4607e0306b615b5d7a0b15a
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 04:00:42 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 04:00:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=38b7f065

PyQt4/sip: Automated version bump, remove old

---
 ...121018.ebuild => sip-4.14.1_pre20121019.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121018.ebuild b/dev-python/sip/sip-4.14.1_pre20121019.ebuild
similarity index 100%
rename from dev-python/sip/sip-4.14.1_pre20121018.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121019.ebuild


^ permalink raw reply	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-18  4:04 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-18  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e706f1c3e3711dc6bb4e62ec33fcba48e0ba8615
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 18 04:00:26 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 04:00:26 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e706f1c3

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...121017.ebuild => sip-4.14.1_pre20121018.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 419c4d3..6de1bb9 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.1-snapshot-1c8ce8a61324.tar.gz 723080 SHA256 045d0113c42b0734bed5faa61fe1dbdbe4c9dd748b5fcd2aecb6dc050b00055e SHA512 743c03b6dc9396ec77cb4fff4ca52894aeac698af327737584b328b9490d501c34e5dcff8180badbd038948acdd6082d2d07dc907d9ac42c8fd803361a71fc02 WHIRLPOOL f35fbc48f70675814759905267f74fcd3b3f8cf1b51cb8eff649989f838501865fc48e104d7aef9605fb190e503adc29839b198192b8ddd4748b6f78cf9fccea
+DIST sip-4.14.1-snapshot-1913168e0c8d.tar.gz 723091 SHA256 3bb66f1bf414a331a1dd1af7c6668ef3b09e92f9ebf7e53fa03558b528c145a8 SHA512 38c68dce394f5b61a3f7eda1eb112797291a7f1f75ddf4192cb22549b65efc139fcddf23d344c341bcb5fe385fec25ad1500579dbac2b8e83b27be267585cf4d WHIRLPOOL 66f63751aa98f3355aa16fa6b42d547bd3de0e349b8197f032e07dd50d0a86bf204c932b1d9f2fefa73d3aa49bb8c55dbc153510d797ea1bdedd1ede29d24eed

diff --git a/dev-python/sip/sip-4.14.1_pre20121017.ebuild b/dev-python/sip/sip-4.14.1_pre20121018.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.1_pre20121017.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121018.ebuild
index 1aed580..f2f9639 100644
--- a/dev-python/sip/sip-4.14.1_pre20121017.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121018.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=1c8ce8a61324
+	HG_REVISION=1913168e0c8d
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-17  4:04 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-17  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     01cc1f9c9c01b0fcd9d1cbcf4cb4cea6685382e2
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 04:00:41 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 04:00:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=01cc1f9c

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...121016.ebuild => sip-4.14.1_pre20121017.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 38d9534..419c4d3 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.1-snapshot-f4bc254f96d8.tar.gz 722671 SHA256 cb5e19610c47db4bd95651904e32673bbb3cd7a1f46852078fc224c1d66847f0 SHA512 2d085e761da96565bbfb49ac72ec9ea6dd7870b021a184762df142d1edd21570a8404faacde2651a962e89549813dbffe3c2998d5e1cd7d04ff5cd39bbdbfb28 WHIRLPOOL 4c1c812dbd484e0bc636a88817c85b6ba679ac46c7bf9558d91cba0b3cc457830433dea016dbf0d8d14ddf0c7ec75e9d9b9df089f6a87e2c15e0554bd9bceab0
+DIST sip-4.14.1-snapshot-1c8ce8a61324.tar.gz 723080 SHA256 045d0113c42b0734bed5faa61fe1dbdbe4c9dd748b5fcd2aecb6dc050b00055e SHA512 743c03b6dc9396ec77cb4fff4ca52894aeac698af327737584b328b9490d501c34e5dcff8180badbd038948acdd6082d2d07dc907d9ac42c8fd803361a71fc02 WHIRLPOOL f35fbc48f70675814759905267f74fcd3b3f8cf1b51cb8eff649989f838501865fc48e104d7aef9605fb190e503adc29839b198192b8ddd4748b6f78cf9fccea

diff --git a/dev-python/sip/sip-4.14.1_pre20121016.ebuild b/dev-python/sip/sip-4.14.1_pre20121017.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.1_pre20121016.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121017.ebuild
index 21f2811..1aed580 100644
--- a/dev-python/sip/sip-4.14.1_pre20121016.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121017.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=f4bc254f96d8
+	HG_REVISION=1c8ce8a61324
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-16 12:34 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2012-10-16 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c24d6e4f5cdb118fa64fa750549b1504c7a04640
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Tue Oct 16 12:33:01 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 12:33:01 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c24d6e4f

[dev-python/sip] Fix Manifest.

Package-Manager: portage-2.2.0_alpha138

---
 dev-python/sip/Manifest |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 2566492..38d9534 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.1-snapshot-3eba5b9842f0.tar.gz 720997 SHA256 8a60fc6cfe5b4af9ef31ee5ded59fef6f0552d9a13ab8d247d0e263c38d7a7cd SHA512 b822ce99dfbf8be73634ea9165cebfa2c95bf266969c0561af9ee6ad6762b3bb8eca9ba4cb05ce97fe45cf86708875ef0ae991d1400efe36cb997f40783eab74 WHIRLPOOL e4ca4036d8aceeb019ae9d5abdd0e92a760edf62dd5362b1bb269df4c5ef21b5e9653c7e2504266f0a4a69ba983c06e49e52426baf6fc689e013921656e61ede
+DIST sip-4.14.1-snapshot-f4bc254f96d8.tar.gz 722671 SHA256 cb5e19610c47db4bd95651904e32673bbb3cd7a1f46852078fc224c1d66847f0 SHA512 2d085e761da96565bbfb49ac72ec9ea6dd7870b021a184762df142d1edd21570a8404faacde2651a962e89549813dbffe3c2998d5e1cd7d04ff5cd39bbdbfb28 WHIRLPOOL 4c1c812dbd484e0bc636a88817c85b6ba679ac46c7bf9558d91cba0b3cc457830433dea016dbf0d8d14ddf0c7ec75e9d9b9df089f6a87e2c15e0554bd9bceab0


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-16  4:04 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-16  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0a9c36c048fa3cf230bb320c5c833d2c8c4d9be0
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 04:00:30 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 04:00:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0a9c36c0

PyQt4/sip: Automated version bump, remove old

---
 ...121015.ebuild => sip-4.14.1_pre20121016.ebuild} |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121015.ebuild b/dev-python/sip/sip-4.14.1_pre20121016.ebuild
similarity index 99%
rename from dev-python/sip/sip-4.14.1_pre20121015.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121016.ebuild
index b7906e4..21f2811 100644
--- a/dev-python/sip/sip-4.14.1_pre20121015.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121016.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
-	HG_REVISION=3eba5b9842f0
+	HG_REVISION=f4bc254f96d8
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-15  4:04 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-15  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8acbc083b4dce45bc889075ca110901622b4e1bf
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 04:00:24 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 04:00:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8acbc083

PyQt4/sip: Automated version bump, remove old

---
 ...121013.ebuild => sip-4.14.1_pre20121015.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121013.ebuild b/dev-python/sip/sip-4.14.1_pre20121015.ebuild
similarity index 100%
rename from dev-python/sip/sip-4.14.1_pre20121013.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121015.ebuild


^ permalink raw reply	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-14 21:30 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2012-10-14 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     2b57ce3942895b4b8e7ee6832464e90f63830068
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sun Oct 14 21:28:45 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 21:28:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2b57ce39

[dev-python/sip] Minor cleanup.

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

---
 dev-python/sip/sip-4.14.1_pre20121013.ebuild |    9 ++++-----
 dev-python/sip/sip-4.9999.ebuild             |    9 ++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121013.ebuild b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
index 1eac8c8..b7906e4 100644
--- a/dev-python/sip/sip-4.14.1_pre20121013.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
@@ -10,7 +10,9 @@ PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 
 inherit eutils python toolchain-funcs
 
-HG_REVISION=3eba5b9842f0
+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 )"
 
 if [[ ${PV} == *9999* ]]; then
 	# live version from mercurial repo
@@ -18,6 +20,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
+	HG_REVISION=3eba5b9842f0
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}
@@ -26,10 +29,6 @@ else
 	SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
 fi
 
-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 )"
-
 # Sub-slot 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"

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index b79a000..446a020 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -10,7 +10,9 @@ PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 
 inherit eutils python toolchain-funcs
 
-HG_REVISION=
+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 )"
 
 if [[ ${PV} == *9999* ]]; then
 	# live version from mercurial repo
@@ -18,6 +20,7 @@ if [[ ${PV} == *9999* ]]; then
 	inherit mercurial
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
+	HG_REVISION=
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}
@@ -26,10 +29,6 @@ else
 	SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
 fi
 
-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 )"
-
 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
 SLOT="0/9"
 KEYWORDS=""


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-14 21:30 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2012-10-14 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     326ec07af3f5139808f09d5b5d23c943e8e63c1f
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sun Oct 14 21:05:17 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 21:05:17 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=326ec07a

[dev-python/sip] Fix doc generation/installation for live ebuild.

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

---
 dev-python/sip/sip-4.14.1_pre20121013.ebuild |   19 +++++++++++--------
 dev-python/sip/sip-4.9999.ebuild             |   19 +++++++++++--------
 2 files changed, 22 insertions(+), 16 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121013.ebuild b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
index 6e6f88e..1eac8c8 100644
--- a/dev-python/sip/sip-4.14.1_pre20121013.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
@@ -16,8 +16,6 @@ if [[ ${PV} == *9999* ]]; then
 	# live version from mercurial repo
 	EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 	inherit mercurial
-	DEPEND="sys-devel/bison
-		sys-devel/flex"
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
@@ -37,12 +35,20 @@ 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"
 
-DEPEND+=""
-RDEPEND=""
+DEPEND=""
+RDEPEND="${DEPEND}"
+[[ ${PV} == *9999* ]] && DEPEND+="
+	sys-devel/bison
+	sys-devel/flex
+	doc? ( dev-python/sphinx )
+"
 
 src_prepare() {
 	if [[ ${PV} == *9999* ]]; then
 		$(PYTHON -2) build.py prepare || die
+		if use doc; then
+			$(PYTHON -2) build.py doc || die
+		fi
 	fi
 
 	# Sub-slot sanity check
@@ -90,10 +96,7 @@ src_install() {
 	python_src_install
 
 	dodoc NEWS
-
-	if use doc; then
-		dohtml -r doc/html/*
-	fi
+	use doc && dohtml -r doc/html/*
 }
 
 pkg_postinst() {

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 9394489..b79a000 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -16,8 +16,6 @@ if [[ ${PV} == *9999* ]]; then
 	# live version from mercurial repo
 	EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 	inherit mercurial
-	DEPEND="sys-devel/bison
-		sys-devel/flex"
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
@@ -37,12 +35,20 @@ SLOT="0/9"
 KEYWORDS=""
 IUSE="debug doc"
 
-DEPEND+=""
-RDEPEND=""
+DEPEND=""
+RDEPEND="${DEPEND}"
+[[ ${PV} == *9999* ]] && DEPEND+="
+	sys-devel/bison
+	sys-devel/flex
+	doc? ( dev-python/sphinx )
+"
 
 src_prepare() {
 	if [[ ${PV} == *9999* ]]; then
 		$(PYTHON -2) build.py prepare || die
+		if use doc; then
+			$(PYTHON -2) build.py doc || die
+		fi
 	fi
 
 	# Sub-slot sanity check
@@ -90,10 +96,7 @@ src_install() {
 	python_src_install
 
 	dodoc NEWS
-
-	if use doc; then
-		dohtml -r doc/html/*
-	fi
+	use doc && dohtml -r doc/html/*
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-14 20:17 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2012-10-14 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     278fc9e62f7c7823366ad20c7da09a369be84ad2
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sun Oct 14 20:17:29 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 20:17:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=278fc9e6

[dev-python/sip] Fix sub-slot sanity check for live ebuild.

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

---
 dev-python/sip/sip-4.14.1_pre20121013.ebuild |    8 ++++----
 dev-python/sip/sip-4.9999.ebuild             |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121013.ebuild b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
index c69aa72..6e6f88e 100644
--- a/dev-python/sip/sip-4.14.1_pre20121013.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
@@ -41,6 +41,10 @@ DEPEND+=""
 RDEPEND=""
 
 src_prepare() {
+	if [[ ${PV} == *9999* ]]; then
+		$(PYTHON -2) build.py prepare || die
+	fi
+
 	# Sub-slot sanity check
 	local sub_slot=${SLOT#*/}
 	local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
@@ -56,10 +60,6 @@ src_prepare() {
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
 	sed -i -e 's/-O2//g' specs/* || die
 
-	if [[ ${PV} == *9999* ]]; then
-		$(PYTHON -2) build.py prepare || die
-	fi
-
 	python_src_prepare
 }
 

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 3a9255b..9394489 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -41,6 +41,10 @@ DEPEND+=""
 RDEPEND=""
 
 src_prepare() {
+	if [[ ${PV} == *9999* ]]; then
+		$(PYTHON -2) build.py prepare || die
+	fi
+
 	# Sub-slot sanity check
 	local sub_slot=${SLOT#*/}
 	local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
@@ -56,10 +60,6 @@ src_prepare() {
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
 	sed -i -e 's/-O2//g' specs/* || die
 
-	if [[ ${PV} == *9999* ]]; then
-		$(PYTHON -2) build.py prepare || die
-	fi
-
 	python_src_prepare
 }
 


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-14 19:57 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2012-10-14 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f48b744aeeb46d99fadcc139a435b8cab5d2cd9e
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sun Oct 14 15:20:07 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 15:20:07 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f48b744a

[dev-python/sip] Add sub-slot sanity checking (for devs).

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

---
 dev-python/sip/Manifest                      |    2 +-
 dev-python/sip/sip-4.14.1_pre20121013.ebuild |   14 +++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index a57df87..2566492 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.1-snapshot-fdc332e116b2.tar.gz 720935 SHA256 2a538b6cc578e53ef8d97a56f1dc3eb985d793cc17a387027f474a199d81f88a SHA512 299615a9dba47d103f220553cbfd9e88b6c9177fdc84a6e9df9910c5cd06200f5e1becb780ff5074be19e0e8e7afa3c08b5b6ebd6b669e4f3425c7bad0116b39 WHIRLPOOL 9cc30e912dd0dd85e3d36989f4da8886c7b9f061d79439cedeb25afa2f524d8c3a65a3022918a9cb2a79e9c00385ea13dcea528a7db9eae5bfb3c689923728a7
+DIST sip-4.14.1-snapshot-3eba5b9842f0.tar.gz 720997 SHA256 8a60fc6cfe5b4af9ef31ee5ded59fef6f0552d9a13ab8d247d0e263c38d7a7cd SHA512 b822ce99dfbf8be73634ea9165cebfa2c95bf266969c0561af9ee6ad6762b3bb8eca9ba4cb05ce97fe45cf86708875ef0ae991d1400efe36cb997f40783eab74 WHIRLPOOL e4ca4036d8aceeb019ae9d5abdd0e92a760edf62dd5362b1bb269df4c5ef21b5e9653c7e2504266f0a4a69ba983c06e49e52426baf6fc689e013921656e61ede

diff --git a/dev-python/sip/sip-4.14.1_pre20121013.ebuild b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
index 0056af2..7dc0a39 100644
--- a/dev-python/sip/sip-4.14.1_pre20121013.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
@@ -19,7 +19,7 @@ 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 )"
 
-# Subslot based on SIP_API_MAJOR_NR from siplib/sip.h.in
+# Sub-slot 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"
@@ -41,6 +41,18 @@ elif [[ ${PV} == *_pre* ]]; then
 fi
 
 src_prepare() {
+	# Sub-slot sanity check
+	local sub_slot=${SLOT#*/}
+	local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
+	if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then
+		eerror
+		eerror "Ebuild sub-slot (${sub_slot}) does not match SIP_API_MAJOR_NR (${sip_api_major_nr})"
+		eerror "Please update SLOT variable as follows:"
+		eerror "    SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\""
+		eerror
+		die "sub-slot sanity check failed"
+	fi
+
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
 	sed -i -e 's/-O2//g' specs/* || die
 


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-14 19:57 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2012-10-14 19:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d5b3dcc789cc54f1b4866cac3a8fb3d43628d86e
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sun Oct 14 19:56:48 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 19:56:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d5b3dcc7

[dev-python/sip] Refactoring.

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

---
 dev-python/sip/sip-4.14.1_pre20121013.ebuild |   36 +++++++++---------
 dev-python/sip/sip-4.9999.ebuild             |   50 ++++++++++++++++---------
 2 files changed, 50 insertions(+), 36 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121013.ebuild b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
index 7dc0a39..c69aa72 100644
--- a/dev-python/sip/sip-4.14.1_pre20121013.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
@@ -8,13 +8,26 @@ 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"
-
-inherit eutils python toolchain-funcs ${HG_ECLASS}
+inherit eutils python toolchain-funcs
 
 HG_REVISION=3eba5b9842f0
 
+if [[ ${PV} == *9999* ]]; then
+	# live version from mercurial repo
+	EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
+	inherit mercurial
+	DEPEND="sys-devel/bison
+		sys-devel/flex"
+elif [[ ${PV} == *_pre* ]]; then
+	# development snapshot
+	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
+	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
+	S=${WORKDIR}/${MY_P}
+else
+	# official release
+	SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
+fi
+
 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 )"
@@ -24,22 +37,9 @@ 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"
 
-DEPEND=""
+DEPEND+=""
 RDEPEND=""
 
-if [[ ${PV} == *9999* ]]; then
-	# live version from mercurial repo
-	DEPEND="${DEPEND}
-		sys-devel/bison
-		sys-devel/flex"
-	S=${WORKDIR}/${PN}
-elif [[ ${PV} == *_pre* ]]; then
-	# development snapshot
-	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
-	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
-	S=${WORKDIR}/${MY_P}
-fi
-
 src_prepare() {
 	# Sub-slot sanity check
 	local sub_slot=${SLOT#*/}

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index 2d2134a..3a9255b 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -8,37 +8,51 @@ 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"
+inherit eutils python toolchain-funcs
 
-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 )"
-
-# Subslot based on SIP_API_MAJOR_NR from siplib/sip.h.in
-SLOT="0/9"
-KEYWORDS=""
-IUSE="debug doc"
-
-DEPEND=""
-RDEPEND=""
+HG_REVISION=
 
 if [[ ${PV} == *9999* ]]; then
 	# live version from mercurial repo
-	DEPEND="${DEPEND}
-		sys-devel/bison
+	EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
+	inherit mercurial
+	DEPEND="sys-devel/bison
 		sys-devel/flex"
-	S=${WORKDIR}/${PN}
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
 	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}
+else
+	# official release
+	SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
 fi
 
+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 )"
+
+# Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
+SLOT="0/9"
+KEYWORDS=""
+IUSE="debug doc"
+
+DEPEND+=""
+RDEPEND=""
+
 src_prepare() {
+	# Sub-slot sanity check
+	local sub_slot=${SLOT#*/}
+	local sip_api_major_nr=$(sed -nre 's:^#define SIP_API_MAJOR_NR\s+([0-9]+):\1:p' siplib/sip.h.in)
+	if [[ ${sub_slot} != ${sip_api_major_nr} ]]; then
+		eerror
+		eerror "Ebuild sub-slot (${sub_slot}) does not match SIP_API_MAJOR_NR (${sip_api_major_nr})"
+		eerror "Please update SLOT variable as follows:"
+		eerror "    SLOT=\"${SLOT%%/*}/${sip_api_major_nr}\""
+		eerror
+		die "sub-slot sanity check failed"
+	fi
+
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
 	sed -i -e 's/-O2//g' specs/* || die
 


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-13  4:04 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-13  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     12ccb8d72c8776d6dd7c53a01f3c51442b0ca319
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 13 04:00:32 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 04:00:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=12ccb8d7

PyQt4/sip: Automated version bump, remove old

---
 ...121010.ebuild => sip-4.14.1_pre20121013.ebuild} |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dev-python/sip/sip-4.14.1_pre20121010.ebuild b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.14.1_pre20121010.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121013.ebuild
index d0a9e2d..0056af2 100644
--- a/dev-python/sip/sip-4.14.1_pre20121010.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121013.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=fdc332e116b2
+HG_REVISION=3eba5b9842f0
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-12 17:40 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2012-10-12 17:40 UTC (permalink / raw
  To: gentoo-commits

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() {


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-10  4:03 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-10  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     4dc86e8080b205f83a437d07fde6f3d68384ef0f
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 10 04:00:25 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Oct 10 04:00:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4dc86e80

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...121008.ebuild => sip-4.14.1_pre20121010.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 166ed09..a57df87 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14.1-snapshot-38235401ffbc.tar.gz 720974 SHA256 86dc982a4593bfa151df521cedd4ce7bdf34d16a452c3c76ff2ccddb1de1df7f SHA512 b06313e2fc313ab48b5af1e6278750d6aacd46199c8ae8f824f8403b296845747278c3a03ad338b4684e805ac066dc5c02a5588f944e84e45d97a41a874d4ba0 WHIRLPOOL f8ef000ee4609d0a0ff126413f1f345df9a5c17d8a4f5b700e99cec18191cb3cdd8eaf38a489a8db13f42187064ee71fe6672b4a5439e69346431fc55dee9c72
+DIST sip-4.14.1-snapshot-fdc332e116b2.tar.gz 720935 SHA256 2a538b6cc578e53ef8d97a56f1dc3eb985d793cc17a387027f474a199d81f88a SHA512 299615a9dba47d103f220553cbfd9e88b6c9177fdc84a6e9df9910c5cd06200f5e1becb780ff5074be19e0e8e7afa3c08b5b6ebd6b669e4f3425c7bad0116b39 WHIRLPOOL 9cc30e912dd0dd85e3d36989f4da8886c7b9f061d79439cedeb25afa2f524d8c3a65a3022918a9cb2a79e9c00385ea13dcea528a7db9eae5bfb3c689923728a7

diff --git a/dev-python/sip/sip-4.14.1_pre20121008.ebuild b/dev-python/sip/sip-4.14.1_pre20121010.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.14.1_pre20121008.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121010.ebuild
index b359b6a..702ca29 100644
--- a/dev-python/sip/sip-4.14.1_pre20121008.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121010.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=38235401ffbc
+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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-10-02  4:03 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-10-02  4:03 UTC (permalink / raw
  To: gentoo-commits

commit:     2f7e794871536cbd3ca2c7f4063ee97576074fc4
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  2 04:00:24 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Tue Oct  2 04:00:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2f7e7948

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...120929.ebuild => sip-4.14.1_pre20121002.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index fbea42d..d84ef90 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14-snapshot-214dd6433474.tar.gz 720785 SHA256 55e42062113971091caa4135213a52d3f7500b865b4a32a2d0e75dc141269f67 SHA512 372ef5ebc10d8bc6f332497357bea9ea8e02cc710adc56cc2de1004ef9c38cf904d9522ee3cdad9da5663935d41128c050b338d700151673f047f957df1f01a8 WHIRLPOOL 7710785d504d6d1bd2155818951447e0d0c904bb931d5a1f957d5f64d1a4e413965aef89690f1d94166750ce0c4bc4f3d6697afd9e60ab157bd4633c5c7a688d
+DIST sip-4.14.1-snapshot-dd884ddcb239.tar.gz 720894 SHA256 9840d81d71b67d8b65611dba9bcf0ed475e40ea2e78ba62b177d4063605da1c4 SHA512 81c476b1fd2ff4dacfdef07086a2f233b6096c6d00caff65eefd9ac7a7cb39fac86b7f8ddda9a414257eaa1bdb6ea0ffa637d66459ea68707634207dff0f3d45 WHIRLPOOL 5c9ebf98adfba06370cd626cece62190c4656dbb3ed4781c8cd0be81e1a003108b18d644cf2c1061a43339378b234a5b7b9625bc6a5a7fd4638b7a848f931c7e

diff --git a/dev-python/sip/sip-4.14_pre20120929.ebuild b/dev-python/sip/sip-4.14.1_pre20121002.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.14_pre20120929.ebuild
rename to dev-python/sip/sip-4.14.1_pre20121002.ebuild
index 284335b..85ecb75 100644
--- a/dev-python/sip/sip-4.14_pre20120929.ebuild
+++ b/dev-python/sip/sip-4.14.1_pre20121002.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=214dd6433474
+HG_REVISION=dd884ddcb239
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-09-22  4:02 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-09-22  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     05177113f8f0ba6b459e92f968251e392c547297
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 04:00:30 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 04:00:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=05177113

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...20120921.ebuild => sip-4.14_pre20120922.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 7b31d29..17403c2 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14-snapshot-caa74f25dff8.tar.gz 718718 SHA256 c258e2167c23dba7605707e13956585041dae06682a69e07ce6480ba2b50afcf SHA512 c4b17ae6ea5233e21f31bba6c47974bfcd5c066f55a45d3a3ca280f958b4f334b07a8522d0523f14f4431298c466a7d320ee323778be4169b20201aeedc55266 WHIRLPOOL 29a587389921c6f17f2dbd1c36271ccda7d645879ff026711fef8684ac78be7ce7579ac845b8fb8947aae13c5ed2221dba70a1f45ece3245615fe6fe3ebfaca1
+DIST sip-4.14-snapshot-3b76a41a1f4a.tar.gz 718717 SHA256 a29eeed3affbcbd6130895d922dddaa1b0b4f35fa0dd96d74b6c542fe05916bb SHA512 ee5496f960dde633a400d87560a6fd0385c9bfec030d99e43715e06c9c78c96f9dd61f98611c7e26ed64250bb57c5ec1d3c2d8e43f5227bb32bd77afa6cdc25a WHIRLPOOL f116d95a59007081670b0a322fad0edc686d85cb9194d099ae6539f239772dff379d403cc4341b841f9f8b69aeee7c5413f0219ba4f8be2a8277a22c83a9a02f

diff --git a/dev-python/sip/sip-4.14_pre20120921.ebuild b/dev-python/sip/sip-4.14_pre20120922.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.14_pre20120921.ebuild
rename to dev-python/sip/sip-4.14_pre20120922.ebuild
index 39d45fe..0abe4ed 100644
--- a/dev-python/sip/sip-4.14_pre20120921.ebuild
+++ b/dev-python/sip/sip-4.14_pre20120922.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=caa74f25dff8
+HG_REVISION=3b76a41a1f4a
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-09-21  4:02 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-09-21  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b997bdac944dfd098edb59578516506044a30455
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 04:00:28 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 04:00:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b997bdac

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...20120920.ebuild => sip-4.14_pre20120921.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 83dc1c5..7b31d29 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14-snapshot-fd2e76ea8e16.tar.gz 718702 SHA256 6b64f9cf4c7ced27cc3ce57e4545f8b105bc837c8509408e222897f2aefcd462 SHA512 3ffaead4d9a7b3ea2bc79a30d8ae10278e5530a442bdd052bbf9fec1efb175907b06106ff26d18bb7fbd0c85552bc1f02b330bf12fdbb1c417c608bba0426f03 WHIRLPOOL b135da52b3f60fb8b6334071a30c8d8fea48b33a7a70294828d7cb1eff36a27355da53f71d52c6f415909b6ee03c5fd975fbe78836115c91a9256c718df52fcf
+DIST sip-4.14-snapshot-caa74f25dff8.tar.gz 718718 SHA256 c258e2167c23dba7605707e13956585041dae06682a69e07ce6480ba2b50afcf SHA512 c4b17ae6ea5233e21f31bba6c47974bfcd5c066f55a45d3a3ca280f958b4f334b07a8522d0523f14f4431298c466a7d320ee323778be4169b20201aeedc55266 WHIRLPOOL 29a587389921c6f17f2dbd1c36271ccda7d645879ff026711fef8684ac78be7ce7579ac845b8fb8947aae13c5ed2221dba70a1f45ece3245615fe6fe3ebfaca1

diff --git a/dev-python/sip/sip-4.14_pre20120920.ebuild b/dev-python/sip/sip-4.14_pre20120921.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.14_pre20120920.ebuild
rename to dev-python/sip/sip-4.14_pre20120921.ebuild
index 19e3c12..39d45fe 100644
--- a/dev-python/sip/sip-4.14_pre20120920.ebuild
+++ b/dev-python/sip/sip-4.14_pre20120921.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=fd2e76ea8e16
+HG_REVISION=caa74f25dff8
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-09-19  4:02 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-09-19  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     02987107d2c47d7098d50475eaf65beb5fcb6a0b
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 04:00:29 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 04:00:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=02987107

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...20120915.ebuild => sip-4.14_pre20120919.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 7072088..203dcba 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14-snapshot-6d704a7ab6c5.tar.gz 718228 SHA256 896e9f201095d20fcbfb371a57b26cd8a721d8666610d8d8d6ec9baae46beab3 SHA512 d7ac4f308f515967a8c98e42131f2773189168db41cafbc441fa3a2e242f112faf4d1b52151659f226f9ed2bd430411ab5a390054a89d0908dde370104958ce4 WHIRLPOOL 8b978064e27b18e63fda84310414f1d0efadba9c226874e7d9fb10937dfa016fd99325d19b2c4a0b49edc00fbc9cd87f67c9b94012e0dc18b0ee7db3340e67e2
+DIST sip-4.14-snapshot-a8aaecad7327.tar.gz 718890 SHA256 820c6649627ee65cd2d8405c3663f26fbdfaa3dff57b0dbf02dda13d9cd97709 SHA512 f5c0db33f77eb03d44115573f16f9259cee3fab9c274333df9a9f6fda03c2e62401ce6d0e5935d170057ef679b3c9aadeee999111f18aa386bdfae23611b038a WHIRLPOOL 2323bbe8bdaad62cdfb24172a2f34efc57105f821eec5f5cf723c2f1781b7bda18d84aceb21c25ff4039194f2367a30f397ff1559c98f9144a92c7b43657c01e

diff --git a/dev-python/sip/sip-4.14_pre20120915.ebuild b/dev-python/sip/sip-4.14_pre20120919.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.14_pre20120915.ebuild
rename to dev-python/sip/sip-4.14_pre20120919.ebuild
index 59b998a..f9356f8 100644
--- a/dev-python/sip/sip-4.14_pre20120915.ebuild
+++ b/dev-python/sip/sip-4.14_pre20120919.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=6d704a7ab6c5
+HG_REVISION=a8aaecad7327
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-09-14  4:02 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-09-14  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     7fa9186935d5ef0e39dc3083afed44c92a093b83
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 14 04:00:30 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Fri Sep 14 04:00:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=7fa91869

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...20120902.ebuild => sip-4.14_pre20120914.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index f46b907..f470ef1 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14-snapshot-be42df79035d.tar.gz 717624 SHA256 31531e07cd338b114419d1b38f21932b83df6189d81a4a39751e62f7844a958b SHA512 717cdb65f48385fe1dadf324cf7cb38cc80cf6b1196e0548bed0d9c71c75a7717add012ef8c2044ce93cbdf24d6d6cd4191f5df08de3f3a2869bfcbfff605657 WHIRLPOOL 8bb6449343316ad5f8f2996470f9ba97562240f9658090543a5b845df2b26bb8040b3630ead01d47f9748fe7839c7e3f42165f2382059c366284b093693a26e4
+DIST sip-4.14-snapshot-3da91337f333.tar.gz 718269 SHA256 c145afd0c117a661cd14649a50bb9208e8066bcb262a13010fd899574851f09f SHA512 0785c95a99851dadd50ee52a147c139d6f0aa4a5985e64de507cb6ff937ea8c5252965e4bf86793468b75272f3d0c88fc03c89f93c4cd336aebd028afb806d91 WHIRLPOOL 6d06e88e0e89b200e9c45736abf2c73cb84ac30279ab98f010904beb23206170b3a3a5804b2f8681383919f2bae1f263764a9f0ab8cfdcd7c25febaaf4b5b2f7

diff --git a/dev-python/sip/sip-4.14_pre20120902.ebuild b/dev-python/sip/sip-4.14_pre20120914.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.14_pre20120902.ebuild
rename to dev-python/sip/sip-4.14_pre20120914.ebuild
index 2533603..d8ff21d 100644
--- a/dev-python/sip/sip-4.14_pre20120902.ebuild
+++ b/dev-python/sip/sip-4.14_pre20120914.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=be42df79035d
+HG_REVISION=3da91337f333
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-09-02  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-09-02  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f8f296283c064c8c0e7b03522b6191e875d491c4
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  2 04:00:29 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Sep  2 04:00:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f8f29628

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...20120901.ebuild => sip-4.14_pre20120902.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index cc855cd..f46b907 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14-snapshot-86a4f33db172.tar.gz 718128 SHA256 89e3e4e4617e4355aea7ebcb0b33d880f486f5626b1dcf2acd47f1a3c91245d7 SHA512 da15910bcf1d8d7f78d2b5d4b6a2e5f07947736921ec1a8c3d7fc8f1abf24bbf9eb0bdd8aca4d8ef18fe6a129f9ba5ba4d1d851755c4963282929ae19fa3d92e WHIRLPOOL e58a1cfff2356474b9a806df0b44217f888ce956ea59dfbebb047ee90a1d6ec06b69df6f5d284b41d47753f6f434feac64a67a85b325f84bf570f1ee9c6c52bd
+DIST sip-4.14-snapshot-be42df79035d.tar.gz 717624 SHA256 31531e07cd338b114419d1b38f21932b83df6189d81a4a39751e62f7844a958b SHA512 717cdb65f48385fe1dadf324cf7cb38cc80cf6b1196e0548bed0d9c71c75a7717add012ef8c2044ce93cbdf24d6d6cd4191f5df08de3f3a2869bfcbfff605657 WHIRLPOOL 8bb6449343316ad5f8f2996470f9ba97562240f9658090543a5b845df2b26bb8040b3630ead01d47f9748fe7839c7e3f42165f2382059c366284b093693a26e4

diff --git a/dev-python/sip/sip-4.14_pre20120901.ebuild b/dev-python/sip/sip-4.14_pre20120902.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.14_pre20120901.ebuild
rename to dev-python/sip/sip-4.14_pre20120902.ebuild
index 912680d..2533603 100644
--- a/dev-python/sip/sip-4.14_pre20120901.ebuild
+++ b/dev-python/sip/sip-4.14_pre20120902.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=86a4f33db172
+HG_REVISION=be42df79035d
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-09-01  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-09-01  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1caf0e0db12ca413ba8f298df30f79452feeaa19
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  1 04:00:33 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Sep  1 04:00:33 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1caf0e0d

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...20120831.ebuild => sip-4.14_pre20120901.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index b619096..cc855cd 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.14-snapshot-397b4ade7900.tar.gz 716154 SHA256 5ebf01dd083794d12e86e55c1be535a686bcc9ae7d6470af76ba90d68e0cd1e0 SHA512 18d9f832951aef4d6125d68abaffa54671bf90e4325c6defac5aac4f7c68193bfcf4c029f4a0a093847ac3a0e3ec06cdac72db677d2e894917ab8d9447c309a1 WHIRLPOOL 96bef8ce867894bd1beb718b1fc16ccce3507952f29c858e11c182a67d92be2823c041940022cb2f0682361932734c2f0ffa28c4c3d41d95bbbe0273e34a00cb
+DIST sip-4.14-snapshot-86a4f33db172.tar.gz 718128 SHA256 89e3e4e4617e4355aea7ebcb0b33d880f486f5626b1dcf2acd47f1a3c91245d7 SHA512 da15910bcf1d8d7f78d2b5d4b6a2e5f07947736921ec1a8c3d7fc8f1abf24bbf9eb0bdd8aca4d8ef18fe6a129f9ba5ba4d1d851755c4963282929ae19fa3d92e WHIRLPOOL e58a1cfff2356474b9a806df0b44217f888ce956ea59dfbebb047ee90a1d6ec06b69df6f5d284b41d47753f6f434feac64a67a85b325f84bf570f1ee9c6c52bd

diff --git a/dev-python/sip/sip-4.14_pre20120831.ebuild b/dev-python/sip/sip-4.14_pre20120901.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.14_pre20120831.ebuild
rename to dev-python/sip/sip-4.14_pre20120901.ebuild
index 5a5c967..912680d 100644
--- a/dev-python/sip/sip-4.14_pre20120831.ebuild
+++ b/dev-python/sip/sip-4.14_pre20120901.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=397b4ade7900
+HG_REVISION=86a4f33db172
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-08-31  4:02 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-08-31  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5ba4f7d0b429fdc393022252d6531a8d1d62ad51
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 31 04:00:43 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 04:00:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5ba4f7d0

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...20120828.ebuild => sip-4.14_pre20120831.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index c9caf76..b619096 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.13.4-snapshot-523c3bccb41b.tar.gz 734728 SHA256 f23db4eb19b5d323b11e6cc03780dcaca486ab5b1d6966e4a977c823392507c3 SHA512 6de660101ff1cf73b5dd60534d98cccd8f8e9391bd8fc65bff37ebaa6070146d51893acc241ef71437993a0bbd15a4fbcfab5622043421c2637219e505af9ef7 WHIRLPOOL b6227307283a03f663c3d88ff471b438758a996e13082649824b709e16bafb0f42ac4989572a2caff1bace5fe179746be931c7b6b36d206b67e122453e75b631
+DIST sip-4.14-snapshot-397b4ade7900.tar.gz 716154 SHA256 5ebf01dd083794d12e86e55c1be535a686bcc9ae7d6470af76ba90d68e0cd1e0 SHA512 18d9f832951aef4d6125d68abaffa54671bf90e4325c6defac5aac4f7c68193bfcf4c029f4a0a093847ac3a0e3ec06cdac72db677d2e894917ab8d9447c309a1 WHIRLPOOL 96bef8ce867894bd1beb718b1fc16ccce3507952f29c858e11c182a67d92be2823c041940022cb2f0682361932734c2f0ffa28c4c3d41d95bbbe0273e34a00cb

diff --git a/dev-python/sip/sip-4.13.4_pre20120828.ebuild b/dev-python/sip/sip-4.14_pre20120831.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.13.4_pre20120828.ebuild
rename to dev-python/sip/sip-4.14_pre20120831.ebuild
index a5d3fff..5a5c967 100644
--- a/dev-python/sip/sip-4.13.4_pre20120828.ebuild
+++ b/dev-python/sip/sip-4.14_pre20120831.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=523c3bccb41b
+HG_REVISION=397b4ade7900
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-08-28  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-08-28  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     fd6dc3ce83b7594db25c5dcaa8a4b457150ddc1a
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 28 04:00:25 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Tue Aug 28 04:00:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fd6dc3ce

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...120827.ebuild => sip-4.13.4_pre20120828.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 2d6e84f..c9caf76 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.13.4-snapshot-f644e914b292.tar.gz 733627 SHA256 d218e1b0e574ef91c966bb38ab0960754a0211ad3fb76f6b6ca762e78d2beb31 SHA512 75476485a7546e913770b5d9a5f83f8fe8c3c93713dc5b59c5eb462a010ec25cf875908061d336f982685ee7822d8173a82fd6d380def39e9ac9df4e73cd6b2f WHIRLPOOL 26c3e2218cd300bdba875dbcc9a1848a6a2446d1a686aeeca83b487755550300541e2b2c0a52210cb09706120bc8a2f12e67863ecbea782e1f98d3af273f1ba9
+DIST sip-4.13.4-snapshot-523c3bccb41b.tar.gz 734728 SHA256 f23db4eb19b5d323b11e6cc03780dcaca486ab5b1d6966e4a977c823392507c3 SHA512 6de660101ff1cf73b5dd60534d98cccd8f8e9391bd8fc65bff37ebaa6070146d51893acc241ef71437993a0bbd15a4fbcfab5622043421c2637219e505af9ef7 WHIRLPOOL b6227307283a03f663c3d88ff471b438758a996e13082649824b709e16bafb0f42ac4989572a2caff1bace5fe179746be931c7b6b36d206b67e122453e75b631

diff --git a/dev-python/sip/sip-4.13.4_pre20120827.ebuild b/dev-python/sip/sip-4.13.4_pre20120828.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.13.4_pre20120827.ebuild
rename to dev-python/sip/sip-4.13.4_pre20120828.ebuild
index dbb2ac6..a5d3fff 100644
--- a/dev-python/sip/sip-4.13.4_pre20120827.ebuild
+++ b/dev-python/sip/sip-4.13.4_pre20120828.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=f644e914b292
+HG_REVISION=523c3bccb41b
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-08-27  4:02 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-08-27  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c63062fa4aaca14e9eef0ff546086a561658c1d0
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 27 04:00:57 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 04:00:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c63062fa

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...120826.ebuild => sip-4.13.4_pre20120827.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 49f9dc8..2d6e84f 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.13.4-snapshot-5f97352e818f.tar.gz 733575 SHA256 a49a32cf1d69450f3f52d37b5f437b9d07b9e68d1abcea8977da5cf0bd513fe6 SHA512 12010c6a1b28ced0b1c3e164b19780793e820c2546f85eca3add467f1ec7729f3f8de642f20ee2f00f5a81c3e0227b836b1c2ce52f0fd184847dcebe4f12e5da WHIRLPOOL e8b0f696ebac77a4517cb61c81001890e73687153b9961790a50d7ef27ba9299ada68af26134793dc65ea3a83484edef85d63b47499e5e0bacc53e71defbbbb0
+DIST sip-4.13.4-snapshot-f644e914b292.tar.gz 733627 SHA256 d218e1b0e574ef91c966bb38ab0960754a0211ad3fb76f6b6ca762e78d2beb31 SHA512 75476485a7546e913770b5d9a5f83f8fe8c3c93713dc5b59c5eb462a010ec25cf875908061d336f982685ee7822d8173a82fd6d380def39e9ac9df4e73cd6b2f WHIRLPOOL 26c3e2218cd300bdba875dbcc9a1848a6a2446d1a686aeeca83b487755550300541e2b2c0a52210cb09706120bc8a2f12e67863ecbea782e1f98d3af273f1ba9

diff --git a/dev-python/sip/sip-4.13.4_pre20120826.ebuild b/dev-python/sip/sip-4.13.4_pre20120827.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.13.4_pre20120826.ebuild
rename to dev-python/sip/sip-4.13.4_pre20120827.ebuild
index 009a846..dbb2ac6 100644
--- a/dev-python/sip/sip-4.13.4_pre20120826.ebuild
+++ b/dev-python/sip/sip-4.13.4_pre20120827.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=5f97352e818f
+HG_REVISION=f644e914b292
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-08-26  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-08-26  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     615f4bc203e17e8e5c0695e7e209c52cebb69bff
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 04:00:27 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 04:00:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=615f4bc2

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...120825.ebuild => sip-4.13.4_pre20120826.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 14c03f8..49f9dc8 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.13.4-snapshot-01e11dc52626.tar.gz 731752 SHA256 0a104fa43eb1d5da77872b78fefb632a83ecfc53e9575925bcb10939a8e70c81 SHA512 4a588459d5fb0e9dba038bfef7a5dcf0e601bdf304755aff259309f0ed89b60b2e0d5b253eb36c63e307c61c33b1254291492fa0d405b9e8c2a26c5fbff4e032 WHIRLPOOL 846d712a6a43b1ae960e1c49aa2cdbdcfc6b16a9877b6aaa1c01a5785c58b8fab993f6ca231c5d9432be6525a374a9acb1a17d2fcefd6f210c52a6b38ff4a6fa
+DIST sip-4.13.4-snapshot-5f97352e818f.tar.gz 733575 SHA256 a49a32cf1d69450f3f52d37b5f437b9d07b9e68d1abcea8977da5cf0bd513fe6 SHA512 12010c6a1b28ced0b1c3e164b19780793e820c2546f85eca3add467f1ec7729f3f8de642f20ee2f00f5a81c3e0227b836b1c2ce52f0fd184847dcebe4f12e5da WHIRLPOOL e8b0f696ebac77a4517cb61c81001890e73687153b9961790a50d7ef27ba9299ada68af26134793dc65ea3a83484edef85d63b47499e5e0bacc53e71defbbbb0

diff --git a/dev-python/sip/sip-4.13.4_pre20120825.ebuild b/dev-python/sip/sip-4.13.4_pre20120826.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.13.4_pre20120825.ebuild
rename to dev-python/sip/sip-4.13.4_pre20120826.ebuild
index a925946..009a846 100644
--- a/dev-python/sip/sip-4.13.4_pre20120825.ebuild
+++ b/dev-python/sip/sip-4.13.4_pre20120826.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=01e11dc52626
+HG_REVISION=5f97352e818f
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-08-25  4:01 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-08-25  4:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5a395addce0d90cd721227f93bbbe7cc37397ba0
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 25 04:00:27 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 04:00:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5a395add

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...120816.ebuild => sip-4.13.4_pre20120825.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 135d027..14c03f8 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.13.4-snapshot-f59d135ae51c.tar.gz 731811 SHA256 12793e81d6c69f1effac51a8ff57e35b67c41d69646115132c5f4cfb75469a06 SHA512 d46ea51be798bfe1fbcb17d10ac0c253dab9c7817bdf3207cde0e1ef6a2b614320f2622ece59b853311e08452dcb2bb4fe9b56acf4bff8aee52ffdb853f766bd WHIRLPOOL 1befda4ddccfd06991fe4b41007cf8ce978946c76e859b542423a42a0659c3a73e8189b89b516ecac34baf04efe39364de93a6381da7e834ff7372556790e5dc
+DIST sip-4.13.4-snapshot-01e11dc52626.tar.gz 731752 SHA256 0a104fa43eb1d5da77872b78fefb632a83ecfc53e9575925bcb10939a8e70c81 SHA512 4a588459d5fb0e9dba038bfef7a5dcf0e601bdf304755aff259309f0ed89b60b2e0d5b253eb36c63e307c61c33b1254291492fa0d405b9e8c2a26c5fbff4e032 WHIRLPOOL 846d712a6a43b1ae960e1c49aa2cdbdcfc6b16a9877b6aaa1c01a5785c58b8fab993f6ca231c5d9432be6525a374a9acb1a17d2fcefd6f210c52a6b38ff4a6fa

diff --git a/dev-python/sip/sip-4.13.4_pre20120816.ebuild b/dev-python/sip/sip-4.13.4_pre20120825.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.13.4_pre20120816.ebuild
rename to dev-python/sip/sip-4.13.4_pre20120825.ebuild
index b067a62..a925946 100644
--- a/dev-python/sip/sip-4.13.4_pre20120816.ebuild
+++ b/dev-python/sip/sip-4.13.4_pre20120825.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=f59d135ae51c
+HG_REVISION=01e11dc52626
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-07-23  5:56 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-07-23  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a3812b783ca997d2a4a1da9efe5447e1d54790a8
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 06:00:21 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 06:00:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a3812b78

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...120710.ebuild => sip-4.13.4_pre20120723.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index ef06e41..4ba61a5 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.13.4-snapshot-801ae4c35450.tar.gz 731375 SHA256 2a0fc0187aa14553a7fb0c82c01cd32276f06b8fa36ea199d02c04b58f0e6226 SHA512 28beec728a16869dad7e684296b0b294dd29a187d3b8e5049d05b32fa49faefc8bdb25a899697919b08c240c7d6dd9f54be78b8ec6843867e2d05a57d42f7202 WHIRLPOOL fedae1d9a03cef841e364e5f6a460ce9924f3f6553997c92555bd390f5892255cbf1adc2f2390fbab2c0b8f90dd0fd1b0cc8b05b13e9ab017a6b56c79a0a646c
+DIST sip-4.13.4-snapshot-5775580258b3.tar.gz 731428 SHA256 19f55e7fac976767653cde03eebd47079f9c12e789e9febecb0d868f879577a7 SHA512 ba32b8c2be25a775d83115cced03722f5cdbb74dfeb24206b95c77b7540af71cf56e1f68f38a87c6c579a41e357a8a9cfd6403ccd9f7532e064dd72d0cfc1a26 WHIRLPOOL 4763eb2b47203aa1ac188881334bff346cab15e92689cb9cda6b537ef8f18e39ab5788b21f354a49365e3ac834d7447988c4062453ec4f0392a096321e79740b

diff --git a/dev-python/sip/sip-4.13.4_pre20120710.ebuild b/dev-python/sip/sip-4.13.4_pre20120723.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.13.4_pre20120710.ebuild
rename to dev-python/sip/sip-4.13.4_pre20120723.ebuild
index 5b3eea5..cedd6a2 100644
--- a/dev-python/sip/sip-4.13.4_pre20120710.ebuild
+++ b/dev-python/sip/sip-4.13.4_pre20120723.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=801ae4c35450
+HG_REVISION=5775580258b3
 
 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"


^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-07-10 17:23 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-07-10 17:23 UTC (permalink / raw
  To: gentoo-commits

commit:     cf17fd9209180e04dc9d1f362a628dcb1413b9b1
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 17:22:56 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 17:22:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=cf17fd92

dev-python/sip: Remove old ebuilds

---
 dev-python/sip/sip-4.13.3_pre20120608.ebuild |   95 --------------------------
 dev-python/sip/sip-4.13.4_pre20120706.ebuild |   95 --------------------------
 2 files changed, 0 insertions(+), 190 deletions(-)

diff --git a/dev-python/sip/sip-4.13.3_pre20120608.ebuild b/dev-python/sip/sip-4.13.3_pre20120608.ebuild
deleted file mode 100644
index 8f62ae2..0000000
--- a/dev-python/sip/sip-4.13.3_pre20120608.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-PYTHON_DEPEND="*"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
-
-EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
-[[ ${PV} == *9999* ]] && HG_ECLASS="mercurial"
-
-inherit eutils python toolchain-funcs ${HG_ECLASS}
-
-HG_REVISION=377e9e4763f5
-
-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"
-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"
-
-DEPEND=""
-RDEPEND=""
-
-if [[ ${PV} == *9999* ]]; then
-	# live version from mercurial repo
-	DEPEND="${DEPEND}
-		sys-devel/bison
-		sys-devel/flex"
-	S=${WORKDIR}/${PN}
-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"
-	S=${WORKDIR}/${MY_P}
-fi
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
-	sed -i -e 's/-O2//g' specs/* || die
-
-	if [[ ${PV} == *9999* ]]; then
-		$(PYTHON -2) build.py prepare || die
-	fi
-
-	python_src_prepare
-}
-
-src_configure() {
-	configuration() {
-		local myconf=("$(PYTHON)"
-			configure.py
-			--bindir="${EPREFIX}/usr/bin"
-			--destdir="${EPREFIX}$(python_get_sitedir)"
-			--incdir="${EPREFIX}$(python_get_includedir)"
-			--sipdir="${EPREFIX}/usr/share/sip"
-			$(use debug && echo --debug)
-			CC="$(tc-getCC)"
-			CXX="$(tc-getCXX)"
-			LINK="$(tc-getCXX)"
-			LINK_SHLIB="$(tc-getCXX)"
-			CFLAGS="${CFLAGS}"
-			CXXFLAGS="${CXXFLAGS}"
-			LFLAGS="${LDFLAGS}"
-			STRIP=":")
-		echo "${myconf[@]}"
-		"${myconf[@]}"
-	}
-	python_execute_function -s configuration
-}
-
-src_install() {
-	python_src_install
-
-	dodoc NEWS
-
-	if use doc; then
-		dohtml -r doc/html/*
-	fi
-}
-
-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() {
-	python_mod_cleanup sipconfig.py sipdistutils.py
-}

diff --git a/dev-python/sip/sip-4.13.4_pre20120706.ebuild b/dev-python/sip/sip-4.13.4_pre20120706.ebuild
deleted file mode 100644
index 8fc773c..0000000
--- a/dev-python/sip/sip-4.13.4_pre20120706.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-PYTHON_DEPEND="*"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
-
-EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
-[[ ${PV} == *9999* ]] && HG_ECLASS="mercurial"
-
-inherit eutils python toolchain-funcs ${HG_ECLASS}
-
-HG_REVISION=9b330b545c65
-
-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"
-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"
-
-DEPEND=""
-RDEPEND=""
-
-if [[ ${PV} == *9999* ]]; then
-	# live version from mercurial repo
-	DEPEND="${DEPEND}
-		sys-devel/bison
-		sys-devel/flex"
-	S=${WORKDIR}/${PN}
-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"
-	S=${WORKDIR}/${MY_P}
-fi
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
-	sed -i -e 's/-O2//g' specs/* || die
-
-	if [[ ${PV} == *9999* ]]; then
-		$(PYTHON -2) build.py prepare || die
-	fi
-
-	python_src_prepare
-}
-
-src_configure() {
-	configuration() {
-		local myconf=("$(PYTHON)"
-			configure.py
-			--bindir="${EPREFIX}/usr/bin"
-			--destdir="${EPREFIX}$(python_get_sitedir)"
-			--incdir="${EPREFIX}$(python_get_includedir)"
-			--sipdir="${EPREFIX}/usr/share/sip"
-			$(use debug && echo --debug)
-			CC="$(tc-getCC)"
-			CXX="$(tc-getCXX)"
-			LINK="$(tc-getCXX)"
-			LINK_SHLIB="$(tc-getCXX)"
-			CFLAGS="${CFLAGS}"
-			CXXFLAGS="${CXXFLAGS}"
-			LFLAGS="${LDFLAGS}"
-			STRIP=":")
-		echo "${myconf[@]}"
-		"${myconf[@]}"
-	}
-	python_execute_function -s configuration
-}
-
-src_install() {
-	python_src_install
-
-	dodoc NEWS
-
-	if use doc; then
-		dohtml -r doc/html/*
-	fi
-}
-
-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() {
-	python_mod_cleanup sipconfig.py sipdistutils.py
-}



^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-07-10  5:57 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-07-10  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     41abaecc3372771a97410c5620a6b43f1120769e
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 10 06:00:14 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Tue Jul 10 06:00:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=41abaecc

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                      |    2 +-
 dev-python/sip/sip-4.13.4_pre20120710.ebuild |   95 ++++++++++++++++++++++++++
 2 files changed, 96 insertions(+), 1 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 0091b1e..ef06e41 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.13.4-snapshot-9b330b545c65.tar.gz 731370 SHA256 bfeed7c778e3f9ea595d1d1fa5446aa86042df687d8076d4a5ed23862ff81e67 SHA512 334d4600468c4d0b67af5f6101c324a08d81013f93c5e5dc98e16a3267dac267287c7e291da7b1c64c2417ad75ee14c711d336ec13a0b704c093f1ac5ede4f45 WHIRLPOOL be165a106c2205775be4eb9a6aea2c169f1ee144a00f79cddc23bcb96916e42d103f09c8882ab83eb6bc868d5787bd7febda69825802e7954c86e2ba4cabf8e9
+DIST sip-4.13.4-snapshot-801ae4c35450.tar.gz 731375 SHA256 2a0fc0187aa14553a7fb0c82c01cd32276f06b8fa36ea199d02c04b58f0e6226 SHA512 28beec728a16869dad7e684296b0b294dd29a187d3b8e5049d05b32fa49faefc8bdb25a899697919b08c240c7d6dd9f54be78b8ec6843867e2d05a57d42f7202 WHIRLPOOL fedae1d9a03cef841e364e5f6a460ce9924f3f6553997c92555bd390f5892255cbf1adc2f2390fbab2c0b8f90dd0fd1b0cc8b05b13e9ab017a6b56c79a0a646c

diff --git a/dev-python/sip/sip-4.13.4_pre20120710.ebuild b/dev-python/sip/sip-4.13.4_pre20120710.ebuild
new file mode 100644
index 0000000..7de4a24
--- /dev/null
+++ b/dev-python/sip/sip-4.13.4_pre20120710.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+PYTHON_DEPEND="*"
+PYTHON_EXPORT_PHASE_FUNCTIONS="1"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
+
+EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
+[[ ${PV} == *9999* ]] && HG_ECLASS="mercurial"
+
+inherit eutils python toolchain-funcs ${HG_ECLASS}
+
+HG_REVISION=801ae4c35450
+
+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"
+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"
+
+DEPEND=""
+RDEPEND=""
+
+if [[ ${PV} == *9999* ]]; then
+	# live version from mercurial repo
+	DEPEND="${DEPEND}
+		sys-devel/bison
+		sys-devel/flex"
+	S=${WORKDIR}/${PN}
+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"
+	S=${WORKDIR}/${MY_P}
+fi
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
+	sed -i -e 's/-O2//g' specs/* || die
+
+	if [[ ${PV} == *9999* ]]; then
+		$(PYTHON -2) build.py prepare || die
+	fi
+
+	python_src_prepare
+}
+
+src_configure() {
+	configuration() {
+		local myconf=("$(PYTHON)"
+			configure.py
+			--bindir="${EPREFIX}/usr/bin"
+			--destdir="${EPREFIX}$(python_get_sitedir)"
+			--incdir="${EPREFIX}$(python_get_includedir)"
+			--sipdir="${EPREFIX}/usr/share/sip"
+			$(use debug && echo --debug)
+			CC="$(tc-getCC)"
+			CXX="$(tc-getCXX)"
+			LINK="$(tc-getCXX)"
+			LINK_SHLIB="$(tc-getCXX)"
+			CFLAGS="${CFLAGS}"
+			CXXFLAGS="${CXXFLAGS}"
+			LFLAGS="${LDFLAGS}"
+			STRIP=":")
+		echo "${myconf[@]}"
+		"${myconf[@]}"
+	}
+	python_execute_function -s configuration
+}
+
+src_install() {
+	python_src_install
+
+	dodoc NEWS
+
+	if use doc; then
+		dohtml -r doc/html/*
+	fi
+}
+
+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() {
+	python_mod_cleanup sipconfig.py sipdistutils.py
+}



^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-07-06  5:57 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-07-06  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f8c334e580e84128cfde911e228169d1d9b83676
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  6 06:00:15 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Fri Jul  6 06:00:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f8c334e5

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                      |    2 +-
 dev-python/sip/sip-4.13.4_pre20120706.ebuild |   95 ++++++++++++++++++++++++++
 2 files changed, 96 insertions(+), 1 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 79efc85..0091b1e 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.13.3-snapshot-377e9e4763f5.tar.gz 730272 SHA256 cc1b00a0d982f488d824252dfaca77c2f6c34d037e44177d41da16435fe75d92 SHA512 13f0db372b7345820154ce368922707ae167aadaa1af63cea841abc7817fda9685c727d87575813b3a7bce0bf3204dde9776569a99abe7a254721316fae710b1 WHIRLPOOL e46f14c7a734c3c88c19166fd94e9a63f5a6f20d2569a4540621ff5f382aaad17cba1a5fd04ad31908aae0230382ae3188a0c6da4816db40c14cd9ac3bdbbaeb
+DIST sip-4.13.4-snapshot-9b330b545c65.tar.gz 731370 SHA256 bfeed7c778e3f9ea595d1d1fa5446aa86042df687d8076d4a5ed23862ff81e67 SHA512 334d4600468c4d0b67af5f6101c324a08d81013f93c5e5dc98e16a3267dac267287c7e291da7b1c64c2417ad75ee14c711d336ec13a0b704c093f1ac5ede4f45 WHIRLPOOL be165a106c2205775be4eb9a6aea2c169f1ee144a00f79cddc23bcb96916e42d103f09c8882ab83eb6bc868d5787bd7febda69825802e7954c86e2ba4cabf8e9

diff --git a/dev-python/sip/sip-4.13.4_pre20120706.ebuild b/dev-python/sip/sip-4.13.4_pre20120706.ebuild
new file mode 100644
index 0000000..8fc773c
--- /dev/null
+++ b/dev-python/sip/sip-4.13.4_pre20120706.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+PYTHON_DEPEND="*"
+PYTHON_EXPORT_PHASE_FUNCTIONS="1"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
+
+EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
+[[ ${PV} == *9999* ]] && HG_ECLASS="mercurial"
+
+inherit eutils python toolchain-funcs ${HG_ECLASS}
+
+HG_REVISION=9b330b545c65
+
+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"
+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"
+
+DEPEND=""
+RDEPEND=""
+
+if [[ ${PV} == *9999* ]]; then
+	# live version from mercurial repo
+	DEPEND="${DEPEND}
+		sys-devel/bison
+		sys-devel/flex"
+	S=${WORKDIR}/${PN}
+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"
+	S=${WORKDIR}/${MY_P}
+fi
+
+src_prepare() {
+	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
+	sed -i -e 's/-O2//g' specs/* || die
+
+	if [[ ${PV} == *9999* ]]; then
+		$(PYTHON -2) build.py prepare || die
+	fi
+
+	python_src_prepare
+}
+
+src_configure() {
+	configuration() {
+		local myconf=("$(PYTHON)"
+			configure.py
+			--bindir="${EPREFIX}/usr/bin"
+			--destdir="${EPREFIX}$(python_get_sitedir)"
+			--incdir="${EPREFIX}$(python_get_includedir)"
+			--sipdir="${EPREFIX}/usr/share/sip"
+			$(use debug && echo --debug)
+			CC="$(tc-getCC)"
+			CXX="$(tc-getCXX)"
+			LINK="$(tc-getCXX)"
+			LINK_SHLIB="$(tc-getCXX)"
+			CFLAGS="${CFLAGS}"
+			CXXFLAGS="${CXXFLAGS}"
+			LFLAGS="${LDFLAGS}"
+			STRIP=":")
+		echo "${myconf[@]}"
+		"${myconf[@]}"
+	}
+	python_execute_function -s configuration
+}
+
+src_install() {
+	python_src_install
+
+	dodoc NEWS
+
+	if use doc; then
+		dohtml -r doc/html/*
+	fi
+}
+
+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() {
+	python_mod_cleanup sipconfig.py sipdistutils.py
+}



^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-05-26  9:21 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-05-26  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c7f7db9ec145d0fcfac0a3c3dafba50b34135001
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 09:21:14 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat May 26 09:21:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c7f7db9e

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...120505.ebuild => sip-4.13.3_pre20120526.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 4cb7e3d..f6c0fd4 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.13.3-snapshot-31ad477ff5ae.tar.gz 729892 SHA256 19fdda78eb1fff6f6a93cad049dca53c8f0f50d1ffe7a99530dbaac5457ff415 SHA512 b4a7b80395f911bd2da94c6343ef9ac466c102f6dc60f42a083c13634d3238233e628e4eaf79343fda62c0e09b8eb466ae1dbdfad8269f22389dbe73539c4bc9 WHIRLPOOL 0fb94023febd14dcc9a8834b9ad7a4ec51f02ebf9ede01e5275212694514f7c6d9f5aefd993bd6f889784da40039a1677acf83f0ee9b43cd02846846bad76b65
+DIST sip-4.13.3-snapshot-482aa7e3f1ab.tar.gz 730059 SHA256 9c5489a62a9030aed0de7495e3a37437ad5b7d734a49a0750735493754fa5f8e SHA512 12872f67f8fefd9acd92366362c1e794ae2276da6f9920d346764b3f40ea51808d7ac19f844671da28d3d5fc8d799fa0cc8719198671a3e276bd6ecae06ece63 WHIRLPOOL 586b401b4f9601b15e3a102649be0bdfbca5c72abcd6a51081f350240e35962853890a9c2b6b66bdf3a61d39e847144439879eb7ada7fd47799101a46c76c800

diff --git a/dev-python/sip/sip-4.13.3_pre20120505.ebuild b/dev-python/sip/sip-4.13.3_pre20120526.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.13.3_pre20120505.ebuild
rename to dev-python/sip/sip-4.13.3_pre20120526.ebuild
index 6c25a06..c93d234 100644
--- a/dev-python/sip/sip-4.13.3_pre20120505.ebuild
+++ b/dev-python/sip/sip-4.13.3_pre20120526.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=31ad477ff5ae
+HG_REVISION=482aa7e3f1ab
 
 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"



^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-05-05  8:49 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-05-05  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     ab05a0d238c22ad1317f8e0842a1c0743237fde9
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat May  5 08:49:51 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat May  5 08:49:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ab05a0d2

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...120429.ebuild => sip-4.13.3_pre20120505.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 69c2b41..4cb7e3d 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.13.3-snapshot-16ef20290565.tar.gz 730151 SHA256 f21ce6f3d172afe2aa3a83ff8663de68e000cd59f6abf7299a216cee608e43d8 SHA512 1404e3b349e0ab76eb85aea27453bc4edec68bd163adc85b7cedea0d631a249f7331a8a995ba817382e24c4a2e876aa28ef5c26b0b4d09a22c11ac2fde2500fa WHIRLPOOL 474f008d2f1e859d6aa0c961d66c376387c93e2dfdb34f1fb5044c087e436520102c040868ca6036d350494906945cf4922c317dc0ae1c300e88f6ba9e555c6c
+DIST sip-4.13.3-snapshot-31ad477ff5ae.tar.gz 729892 SHA256 19fdda78eb1fff6f6a93cad049dca53c8f0f50d1ffe7a99530dbaac5457ff415 SHA512 b4a7b80395f911bd2da94c6343ef9ac466c102f6dc60f42a083c13634d3238233e628e4eaf79343fda62c0e09b8eb466ae1dbdfad8269f22389dbe73539c4bc9 WHIRLPOOL 0fb94023febd14dcc9a8834b9ad7a4ec51f02ebf9ede01e5275212694514f7c6d9f5aefd993bd6f889784da40039a1677acf83f0ee9b43cd02846846bad76b65

diff --git a/dev-python/sip/sip-4.13.3_pre20120429.ebuild b/dev-python/sip/sip-4.13.3_pre20120505.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.13.3_pre20120429.ebuild
rename to dev-python/sip/sip-4.13.3_pre20120505.ebuild
index c84d908..6c25a06 100644
--- a/dev-python/sip/sip-4.13.3_pre20120429.ebuild
+++ b/dev-python/sip/sip-4.13.3_pre20120505.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=16ef20290565
+HG_REVISION=31ad477ff5ae
 
 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"



^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-04-10 22:15 Markos Chandras
  0 siblings, 0 replies; 88+ messages in thread
From: Markos Chandras @ 2012-04-10 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4eda24630c4c356976026a0b43b68d642aba6938
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 10 22:15:05 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Tue Apr 10 22:15:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4eda2463

PyQt4/sip: Automated version bump, remove old

---
 dev-python/sip/Manifest                            |    2 +-
 ...120408.ebuild => sip-4.13.3_pre20120411.ebuild} |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
index 2a53b48..b11ced2 100644
--- a/dev-python/sip/Manifest
+++ b/dev-python/sip/Manifest
@@ -1 +1 @@
-DIST sip-4.13.3-snapshot-d5e6a1fa39f2.tar.gz 729590 SHA256 8fa8329ce3043250d727fc56246b1be1eb42bf432cc659d9e2c5ddcc4f6d74e0 SHA512 6e499080cc74552c4d189adf4e71ee84ed2c8aa4ae659dd1ea4135f666926996c40a82f4a7f9e024a3c20bb3f11c9525f07d63f7570ef353ff2c7ccc8921353c WHIRLPOOL 0ed8ac891dd7b09a6eeb05594cdf817a876f1b2aaf548c8091e22eba3fab27217095b3b68dfd3780a7981a73b3d90a61de4c6f00a3e733bd554c1df7db9a829d
+DIST sip-4.13.3-snapshot-8d2739f3225f.tar.gz 729661 SHA256 865dcccbcd98ea0d8c75b0f597a3a8df93fcb702d6724629b52e6e1247d1f1cc SHA512 9a4f46bfefc54ee361610e9940e56d76d714d61d2139a5fdc90b867e0aab0d394a17f0129553e93671b43838028d401c2262a661120b9e443bfe40da21af24e2 WHIRLPOOL c67ebeba4eb748c76fa9f44855eb1e5d985d834976d64f575a8cab6f81bd90943a741ea5009304afca8a57304eb1482104b7f8ca3f6de130815113aaebb3a914

diff --git a/dev-python/sip/sip-4.13.3_pre20120408.ebuild b/dev-python/sip/sip-4.13.3_pre20120411.ebuild
similarity index 98%
rename from dev-python/sip/sip-4.13.3_pre20120408.ebuild
rename to dev-python/sip/sip-4.13.3_pre20120411.ebuild
index 7afd72a..26beb7d 100644
--- a/dev-python/sip/sip-4.13.3_pre20120408.ebuild
+++ b/dev-python/sip/sip-4.13.3_pre20120411.ebuild
@@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-HG_REVISION=d5e6a1fa39f2
+HG_REVISION=8d2739f3225f
 
 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"



^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-02-23 21:34 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2012-02-23 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     0439ed897e30a817b550214664f07e396ffaf97d
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 21:33:27 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 21:33:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0439ed89

[dev-python/sip] Sync with portage, EAPI 4.

---
 dev-python/sip/sip-4.13.2_pre20120204.ebuild |   14 ++++---
 dev-python/sip/sip-4.9999.ebuild             |   57 +++++++++++++------------
 2 files changed, 38 insertions(+), 33 deletions(-)

diff --git a/dev-python/sip/sip-4.13.2_pre20120204.ebuild b/dev-python/sip/sip-4.13.2_pre20120204.ebuild
index f9ac79e..cefc655 100644
--- a/dev-python/sip/sip-4.13.2_pre20120204.ebuild
+++ b/dev-python/sip/sip-4.13.2_pre20120204.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="3"
+EAPI="4"
 PYTHON_DEPEND="*"
 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
 
 EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 [[ ${PV} == *9999* ]] && HG_ECLASS="mercurial"
@@ -39,12 +40,13 @@ fi
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
+	sed -i -e 's/-O2//g' specs/* || die
 
 	if [[ ${PV} == *9999* ]]; then
 		$(PYTHON -2) build.py prepare || die
 	fi
 
-	python_copy_sources
+	python_src_prepare
 }
 
 src_configure() {
@@ -52,8 +54,8 @@ src_configure() {
 		local myconf=("$(PYTHON)"
 			configure.py
 			--bindir="${EPREFIX}/usr/bin"
-			--incdir="${EPREFIX}$(python_get_includedir)"
 			--destdir="${EPREFIX}$(python_get_sitedir)"
+			--incdir="${EPREFIX}$(python_get_includedir)"
 			--sipdir="${EPREFIX}/usr/share/sip"
 			$(use debug && echo --debug)
 			CC="$(tc-getCC)"
@@ -73,10 +75,10 @@ src_configure() {
 src_install() {
 	python_src_install
 
-	dodoc NEWS || die "dodoc failed"
+	dodoc NEWS
 
 	if use doc; then
-		dohtml -r doc/html/* || die "dohtml failed"
+		dohtml -r doc/html/*
 	fi
 }
 

diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
index bc56ef3..1447f72 100644
--- a/dev-python/sip/sip-4.9999.ebuild
+++ b/dev-python/sip/sip-4.9999.ebuild
@@ -1,17 +1,19 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI="4"
+PYTHON_DEPEND="*"
 PYTHON_EXPORT_PHASE_FUNCTIONS="1"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
 
 EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
 [[ ${PV} == *9999* ]] && HG_ECLASS="mercurial"
 
 inherit eutils python toolchain-funcs ${HG_ECLASS}
 
-DESCRIPTION="Python bindings generator for C and C++ libraries"
+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"
@@ -30,38 +32,40 @@ if [[ ${PV} == *9999* ]]; then
 elif [[ ${PV} == *_pre* ]]; then
 	# development snapshot
 	MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
-	SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
+	SRC_URI="http://www.gentoo-el.org/~hwoarang/distfiles/${MY_P}.tar.gz"
 	S=${WORKDIR}/${MY_P}
-else
-	# official stable release
-	SRC_URI="http://www.riverbankcomputing.com/static/Downloads/sip${PV%%.*}/${P}.tar.gz"
 fi
 
 src_prepare() {
 	epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
+	sed -i -e 's/-O2//g' specs/* || die
 
 	if [[ ${PV} == *9999* ]]; then
 		$(PYTHON -2) build.py prepare || die
 	fi
 
-	python_copy_sources
+	python_src_prepare
 }
 
 src_configure() {
 	configuration() {
-		set -- $(PYTHON) configure.py \
-			--bindir="${EPREFIX}/usr/bin" \
-			--destdir="${EPREFIX}$(python_get_sitedir)" \
-			--incdir="${EPREFIX}$(python_get_includedir)" \
-			--sipdir="${EPREFIX}/usr/share/sip" \
-			$(use debug && echo --debug) \
-			CC="$(tc-getCC)" CXX="$(tc-getCXX)" \
-			LINK="$(tc-getCXX)" LINK_SHLIB="$(tc-getCXX)" \
-			CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
-			LFLAGS="${LDFLAGS}" \
-			STRIP=true
-		echo "$@"
-		"$@" || die "configure.py failed"
+		local myconf=("$(PYTHON)"
+			configure.py
+			--bindir="${EPREFIX}/usr/bin"
+			--destdir="${EPREFIX}$(python_get_sitedir)"
+			--incdir="${EPREFIX}$(python_get_includedir)"
+			--sipdir="${EPREFIX}/usr/share/sip"
+			$(use debug && echo --debug)
+			CC="$(tc-getCC)"
+			CXX="$(tc-getCXX)"
+			LINK="$(tc-getCXX)"
+			LINK_SHLIB="$(tc-getCXX)"
+			CFLAGS="${CFLAGS}"
+			CXXFLAGS="${CXXFLAGS}"
+			LFLAGS="${LDFLAGS}"
+			STRIP=":")
+		echo "${myconf[@]}"
+		"${myconf[@]}"
 	}
 	python_execute_function -s configuration
 }
@@ -69,20 +73,19 @@ src_configure() {
 src_install() {
 	python_src_install
 
-	dodoc NEWS || die
+	dodoc NEWS
 
 	if use doc; then
-		dohtml -r doc/html/* || die
+		dohtml -r doc/html/*
 	fi
 }
 
 pkg_postinst() {
 	python_mod_optimize sipconfig.py sipdistutils.py
 
-	ewarn 'When updating sip, you usually need to recompile packages that'
-	ewarn 'depend on sip, such as PyQt4 and qscintilla-python. If you have'
-	ewarn 'app-portage/gentoolkit installed you can find these packages with'
-	ewarn '`equery d sip` and `equery d PyQt4`.'
+	ewarn "When updating dev-python/sip, you usually need to rebuild packages, which depend on dev-python/sip,"
+	ewarn "such as dev-python/PyQt4 and dev-python/qscintilla-python. If you have app-portage/gentoolkit"
+	ewarn "installed, you can find these packages with \`equery d dev-python/sip dev-python/PyQt4\`."
 }
 
 pkg_postrm() {



^ permalink raw reply related	[flat|nested] 88+ messages in thread
* [gentoo-commits] proj/qt:master commit in: dev-python/sip/
@ 2012-02-23 20:47 Davide Pesavento
  0 siblings, 0 replies; 88+ messages in thread
From: Davide Pesavento @ 2012-02-23 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     29951a36529c76ead4781d1db450ff5f45073987
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 20:46:24 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 20:46:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=29951a36

[dev-python/sip] Add remote-id tag to metadata.

---
 dev-python/sip/metadata.xml |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/dev-python/sip/metadata.xml b/dev-python/sip/metadata.xml
index 0093009..be46e1f 100644
--- a/dev-python/sip/metadata.xml
+++ b/dev-python/sip/metadata.xml
@@ -1,13 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>python</herd>
-<herd>qt</herd>
-<upstream>
-	<maintainer status="active">
-		<email>phil@riverbankcomputing.com</email>
-		<name>Phil Thompson</name>
-	</maintainer>
-	<bugs-to>mailto:pyqt@riverbankcomputing.com</bugs-to>
-</upstream>
+	<herd>python</herd>
+	<herd>qt</herd>
+	<upstream>
+		<maintainer status="active">
+			<email>phil@riverbankcomputing.com</email>
+			<name>Phil Thompson</name>
+		</maintainer>
+		<bugs-to>mailto:pyqt@riverbankcomputing.com</bugs-to>
+		<remote-id type="pypi">SIP</remote-id>
+	</upstream>
 </pkgmetadata>



^ permalink raw reply related	[flat|nested] 88+ messages in thread

end of thread, other threads:[~2015-07-29 16:42 UTC | newest]

Thread overview: 88+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-10  1:53 [gentoo-commits] proj/qt:master commit in: dev-python/sip/ Davide Pesavento
  -- strict thread matches above, loose matches on Subject: below --
2015-07-29 16:41 Davide Pesavento
2015-06-11  1:35 Davide Pesavento
2014-12-26 22:31 Davide Pesavento
2014-10-19 23:40 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-12 17:40 Davide Pesavento
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox