Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/sip/
Date: Mon, 03 Jun 2013 04:01:16
Message-Id: 1370232024.8bce30afe63c9c12b186b35d76b9399a9f5d8d3c.hwoarang@gentoo
1 commit: 8bce30afe63c9c12b186b35d76b9399a9f5d8d3c
2 Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 3 04:00:24 2013 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 04:00:24 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8bce30af
7
8 PyQt4/sip: Automated version bump, remove old
9
10 ---
11 dev-python/sip/Manifest | 2 +-
12 .../{sip-4.14.7_pre20130602.ebuild => sip-4.14.7_pre20130603.ebuild} | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
16 index 771e369..25e6b6c 100644
17 --- a/dev-python/sip/Manifest
18 +++ b/dev-python/sip/Manifest
19 @@ -1 +1 @@
20 -DIST sip-4.14.7-snapshot-aa60efc50608.tar.gz 730310 SHA256 9be8f2454a0ec72fa21d867490bda8ab4e9ec9ea96d1305fc374ae4cf2d4c380 SHA512 1facdf477773e4b94d4f2f7ea3117a27b02a52b046d11d3faed889aa7587d84151d0e221d60e832d3e4cf73e7d36d94995f331325e97df252aa47aa7e8f29d26 WHIRLPOOL a4b7980e6be46b45d775caa6c00b5cb4c5372b7bac5d3f4278e61ae4614bc629afe70242d9dc35db8694391058681d867a2fe0e0aa861fd327bb469c2fdb0c0c
21 +DIST sip-4.14.7-snapshot-c80745f8ee0b.tar.gz 730335 SHA256 a7695fd4a2bf4987a03e02b9e53a190c7cbd35e6865ff20bcd39ee14cf7db821 SHA512 5aadf22faa3ae3a8daadb89ba67c7874a88441f03d75de1f24b0d4c2e6479f1cb3c1d2c50a09ba3818d3fd7c8d842ff15811c4e1044eaa3c7331045cef6b6b28 WHIRLPOOL df8a4ad9143edd2985444cc6b2fdd20c3ddba6c7860298625d2dbc2188f220d5accfeb6e5dd4074a0b86cbef6f23e0e327e5bc18bd862963dcbbdab81c8058f2
22
23 diff --git a/dev-python/sip/sip-4.14.7_pre20130602.ebuild b/dev-python/sip/sip-4.14.7_pre20130603.ebuild
24 similarity index 99%
25 rename from dev-python/sip/sip-4.14.7_pre20130602.ebuild
26 rename to dev-python/sip/sip-4.14.7_pre20130603.ebuild
27 index 35d3864..7a93bb7 100644
28 --- a/dev-python/sip/sip-4.14.7_pre20130602.ebuild
29 +++ b/dev-python/sip/sip-4.14.7_pre20130603.ebuild
30 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
31 inherit mercurial
32 elif [[ ${PV} == *_pre* ]]; then
33 # development snapshot
34 - HG_REVISION=aa60efc50608
35 + HG_REVISION=c80745f8ee0b
36 MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION}
37 SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
38 S=${WORKDIR}/${MY_P}