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, 01 Jul 2013 04:03:31
Message-Id: 1372651260.5282cc5fe9a352a241f2ede54b553b6eb68fc7fe.hwoarang@gentoo
1 commit: 5282cc5fe9a352a241f2ede54b553b6eb68fc7fe
2 Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 04:01:00 2013 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 04:01:00 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5282cc5f
7
8 PyQt4/sip: Automated version bump, remove old
9
10 ---
11 dev-python/sip/Manifest | 2 +-
12 .../sip/{sip-4.14.8_pre20130622.ebuild => sip-4.15_pre20130701.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 5205825..03ea163 100644
17 --- a/dev-python/sip/Manifest
18 +++ b/dev-python/sip/Manifest
19 @@ -1 +1 @@
20 -DIST sip-4.14.8-snapshot-02bdf6cc32c1.tar.gz 733037 SHA256 4550e0b03b383a096cf2d88c2db773e1eca7efb6736821f2ab7c574e8f2b8ff0 SHA512 1a8b3ae990050334019b5195c9ba984dd702574be5a0c33b034f16b1e2fde5c7c51bbde26e8d69db2a101ba6e8208493374f02e5038a9e844966057983001426 WHIRLPOOL 3408df7951090e6bdf8b1326f9d3a04fc3607308a06a0c27a1213b9980276417e75f4a8759e06c8f7b027376b55983ed2859b634f291e4c3bf870948c83678c9
21 +DIST sip-4.15-snapshot-17fc8e27b7e9.tar.gz 734327 SHA256 0f23ca321a6ed38b20972bdbe2ca444ded5bdeac8e613253b20a4b36bf60ad27 SHA512 4a887b0b6284563ae691d2226f39ef1255da30cfa0c7bceb3548292c4afcedfb80cae19c673e40107d4ad8bd1e8970234f679e893603ee4f0bee0c820444b6fe WHIRLPOOL 9d24a5f4468d5637e68b9e35e0521388c92e56e117ac592252d1562a01702e47408d1208c6c87a3a50ed249f0ca00eb4619f4f10a69335eae9750656187c9ce3
22
23 diff --git a/dev-python/sip/sip-4.14.8_pre20130622.ebuild b/dev-python/sip/sip-4.15_pre20130701.ebuild
24 similarity index 99%
25 rename from dev-python/sip/sip-4.14.8_pre20130622.ebuild
26 rename to dev-python/sip/sip-4.15_pre20130701.ebuild
27 index 0fc52e2..50031f0 100644
28 --- a/dev-python/sip/sip-4.14.8_pre20130622.ebuild
29 +++ b/dev-python/sip/sip-4.15_pre20130701.ebuild
30 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then
31 inherit mercurial
32 elif [[ ${PV} == *_pre* ]]; then
33 # development snapshot
34 - HG_REVISION=02bdf6cc32c1
35 + HG_REVISION=17fc8e27b7e9
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}