From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2517C1381F3 for ; Wed, 14 Nov 2012 05:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59B64E0630; Wed, 14 Nov 2012 05:02:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9D96E0630 for ; Wed, 14 Nov 2012 05:02:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC21A33DAD1 for ; Wed, 14 Nov 2012 05:02:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1D571E5436 for ; Wed, 14 Nov 2012 05:02:24 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1352869317.08f82d82b9362e0938571936648288ae87427b44.hwoarang@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/PyQt4/Manifest dev-python/PyQt4/PyQt4-4.9.6_pre20121113.ebuild dev-python/PyQt4/PyQt4-4.9.6_pre20121114.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 08f82d82b9362e0938571936648288ae87427b44 X-VCS-Branch: master Date: Wed, 14 Nov 2012 05:02:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2efd4e7e-8771-47dc-b398-c4e05330cd7f X-Archives-Hash: 82cf7fb5ed1d7ab0208844de464908a2 commit: 08f82d82b9362e0938571936648288ae87427b44 Author: Markos Chandras gentoo org> AuthorDate: Wed Nov 14 05:01:57 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Wed Nov 14 05:01:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=08f82d82 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...21113.ebuild => PyQt4-4.9.6_pre20121114.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index 614703c..c6bf110 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.6-80730f7cf317.tar.gz 9969656 SHA256 de21f31952f6e34e6abd16b17875c9c867480c9156ce4c8e867fd2b6bca222fb SHA512 6870deb882448efe3a3a4f63cd69ce489bfea2b4c02f3420dd00321364efa192f79ec98e9195b424648937562f65cf8744a2fad7a3b31006b11e4592a90e7d43 WHIRLPOOL 290ef0d2e50445227b790251b23c083984c4a11c46d44614ebb8306ab9f5626d43728c391ef8fb01cc5bebfe641ec3b1122226c3c5843f94bad7b9902715f554 +DIST PyQt-x11-gpl-snapshot-4.9.6-4d74d3bd6314.tar.gz 9989090 SHA256 276cdce3183542d4bf1b2d400bac3b1dda89c52d048139a299e194c0abf12e43 SHA512 a55c3d58887b880339685308f63f39aad4a8ba88239ff6ed9b7aec77ae198e95f33fbf44bb60ca3a832f84dd3e68ef3a3a576073a249d797e35151bb23720026 WHIRLPOOL 52d964045a703082d31969396d445fe21b3f0ae7fa2009b3057a9bd15b03df3ad27946191780ab4fcef3c894fc4936a8fc10c3c29d31ebd5a6f8e72d72609bde diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121113.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121114.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.6_pre20121113.ebuild rename to dev-python/PyQt4/PyQt4-4.9.6_pre20121114.ebuild index 4016d86..59c0735 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121113.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121114.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=80730f7cf317 +REVISION=4d74d3bd6314 # Minimal supported version of Qt. QT_VER="4.7.2"