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 6DA2A1381F3 for ; Tue, 13 Nov 2012 05:02:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA66CE0586; Tue, 13 Nov 2012 05:02:24 +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 5B007E0586 for ; Tue, 13 Nov 2012 05:02:24 +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 63D0F33D9FA for ; Tue, 13 Nov 2012 05:02:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 91445E5436 for ; Tue, 13 Nov 2012 05:02:21 +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: <1352782919.30e6e5307fa6febf5ab2cad9e6711d3e385f9979.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_pre20121112.ebuild dev-python/PyQt4/PyQt4-4.9.6_pre20121113.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 30e6e5307fa6febf5ab2cad9e6711d3e385f9979 X-VCS-Branch: master Date: Tue, 13 Nov 2012 05:02:21 +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: 5c264141-b35d-466b-a157-8e11f7860e01 X-Archives-Hash: 8fc330b982beea64a9eaf39d43775b80 commit: 30e6e5307fa6febf5ab2cad9e6711d3e385f9979 Author: Markos Chandras gentoo org> AuthorDate: Tue Nov 13 05:01:59 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Tue Nov 13 05:01:59 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=30e6e530 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...21112.ebuild => PyQt4-4.9.6_pre20121113.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index f3923c5..614703c 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.6-fe4e7f1c9f51.tar.gz 9969037 SHA256 1b58f66f0e182d35603fd91b85ece8d288bc17392768fa0a20b43485ec27faa7 SHA512 f97ed9c67f34d73de2f3a9e87eabf1deed167ad9caa2f6e3b06254f50ac91ed5f14230ac3f20eecb24b0bf6bef3547ac077f94b3de65b1032c455d5aecf1b06f WHIRLPOOL 64b34a756f96812f71ac94b347fdbd9d1ae90450d5636aebc3501d36123a5c61a3772ebdc444a6c017bb3c8b3a9fc2531db233b39da65eb49bec0704bcce0abb +DIST PyQt-x11-gpl-snapshot-4.9.6-80730f7cf317.tar.gz 9969656 SHA256 de21f31952f6e34e6abd16b17875c9c867480c9156ce4c8e867fd2b6bca222fb SHA512 6870deb882448efe3a3a4f63cd69ce489bfea2b4c02f3420dd00321364efa192f79ec98e9195b424648937562f65cf8744a2fad7a3b31006b11e4592a90e7d43 WHIRLPOOL 290ef0d2e50445227b790251b23c083984c4a11c46d44614ebb8306ab9f5626d43728c391ef8fb01cc5bebfe641ec3b1122226c3c5843f94bad7b9902715f554 diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121112.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121113.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.6_pre20121112.ebuild rename to dev-python/PyQt4/PyQt4-4.9.6_pre20121113.ebuild index b17a8ae..4016d86 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121112.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121113.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=fe4e7f1c9f51 +REVISION=80730f7cf317 # Minimal supported version of Qt. QT_VER="4.7.2"