From: "Markos Chandras" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/, Documentation/maintainers/
Date: Sat, 24 Mar 2012 11:03:52 +0000 (UTC) [thread overview]
Message-ID: <1332586893.d6420c32a50b33d2185937bec7eff8666b304681.hwoarang@gentoo> (raw)
commit: d6420c32a50b33d2185937bec7eff8666b304681
Author: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 24 11:01:33 2012 +0000
Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Mar 24 11:01:33 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d6420c32
PyQt4/sip: Automatic version bump, remove old
---
Documentation/maintainers/bump-python-revisions | 4 ++--
dev-python/PyQt4/Manifest | 2 +-
...20318.ebuild => PyQt4-4.9.2_pre20120324.ebuild} | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/maintainers/bump-python-revisions b/Documentation/maintainers/bump-python-revisions
index 7c42630..f0528fe 100755
--- a/Documentation/maintainers/bump-python-revisions
+++ b/Documentation/maintainers/bump-python-revisions
@@ -87,12 +87,12 @@ getrevisions(){
pushd ${OVERLAY}/dev-python/PyQt4/ >> /dev/null
pyqt4_tomove=$(find '.' -type f -name "PyQt4-*_pre*.ebuild"|tail -1)
pyqt4_revision=$(grep ^REVISION ${pyqt4_tomove}|sed "s:^REVISION=::")
- PVER=$(echo ${pyqt4_tomove}|sed "s:PyQt4-\(.*\)_pre.*:\1:")
+ PVER=$(echo ${pyqt4_tomove/\.\//}|sed "s:PyQt4-\(.*\)_pre.*:\1:")
popd >> /dev/null
pushd ${OVERLAY}/dev-python/sip/ >> /dev/null
sip_tomove=$(find '.' -type f -name "sip-*_pre*.ebuild"|tail -1)
sip_revision=$(grep ^HG_REVISION ${sip_tomove}|sed "s:^HG_REVISION=::")
- SVER=$(echo ${sip_tomove}|sed "s:sip-\(.*\)_pre.*:\1:")
+ SVER=$(echo ${sip_tomove/\.\//}|sed "s:sip-\(.*\)_pre.*:\1:")
popd >> /dev/null
einfo "Old Revisions: PyQt4: ${pyqt4_revision}, SIP: ${sip_revision}"
diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest
index b9f3277..5bd30de 100644
--- a/dev-python/PyQt4/Manifest
+++ b/dev-python/PyQt4/Manifest
@@ -1 +1 @@
-DIST PyQt-x11-gpl-snapshot-4.9.2-b99fb4a42763.tar.gz 9890928 SHA256 cdf891ef1cb9aead236afd80d155b48417d74078dba4a2e0308afd40937f15f2 SHA512 567c226fc2388f39b1510f89382999fc43c70e4e02c713fac1cff95d70878c0bcb26f4abc1faf3f4e95bf5d3fb12631628d7dca662f7d97500c031481d51540b WHIRLPOOL 39a882dc2449afceb46a1db47918a2de852cf6965cde80dc17683a0cf75f95115ec37af0897f776121caff316c45e8faa5590519700d873d0f9681d098c0bbc0
+DIST PyQt-x11-gpl-snapshot-4.9.2-7df26c475ead.tar.gz 9892086 SHA256 9c4bb8e8a9abfb4fac3d9c5cfc0bc6fd2a0a262a24292deb44227bda9744f3d6 SHA512 15673fa328df4c3befbc1d4413729c8938224546cd989e97098e548cc05db3d00f1fe2dd92ae5474e0d354f437f7db3f36cc4ca9ce0dbfa1967e3baf491212c3 WHIRLPOOL 8d7d27cc1b19d987e3d7d334acc315c0dade7b67bf0da392a0159a59186015c4fcdb2f2e265d9a3c1f0f73bf64da90aafa225ebac8d9f6b40338ec70e39379fb
diff --git a/dev-python/PyQt4/PyQt4-4.9.2_pre20120318.ebuild b/dev-python/PyQt4/PyQt4-4.9.2_pre20120324.ebuild
similarity index 99%
rename from dev-python/PyQt4/PyQt4-4.9.2_pre20120318.ebuild
rename to dev-python/PyQt4/PyQt4-4.9.2_pre20120324.ebuild
index 3e99b86..dd0dfa7 100644
--- a/dev-python/PyQt4/PyQt4-4.9.2_pre20120318.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.9.2_pre20120324.ebuild
@@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
inherit toolchain-funcs qt4-r2 python
-REVISION=b99fb4a42763
+REVISION=7df26c475ead
# Minimal supported version of Qt.
QT_VER="4.7.2"
next reply other threads:[~2012-03-24 11:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-24 11:03 Markos Chandras [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-23 11:03 [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/, Documentation/maintainers/ Markos Chandras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1332586893.d6420c32a50b33d2185937bec7eff8666b304681.hwoarang@gentoo \
--to=hwoarang@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox