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 9F62A1381F3 for ; Sun, 18 Nov 2012 05:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FEDBE051E; Sun, 18 Nov 2012 05:02:41 +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 B871BE051E for ; Sun, 18 Nov 2012 05:02:40 +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 C826633D8B8 for ; Sun, 18 Nov 2012 05:02:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1896EE5436 for ; Sun, 18 Nov 2012 05:02:37 +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: <1353214918.8b75cc49a82d8e29de832e74d6444a6335717697.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_pre20121117.ebuild dev-python/PyQt4/PyQt4-4.9.6_pre20121118.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 8b75cc49a82d8e29de832e74d6444a6335717697 X-VCS-Branch: master Date: Sun, 18 Nov 2012 05:02:37 +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: 38c80546-fd72-4cbc-94d1-8ef57f8978a6 X-Archives-Hash: 6099bf315e3dba2dbeba93495e605ee8 commit: 8b75cc49a82d8e29de832e74d6444a6335717697 Author: Markos Chandras gentoo org> AuthorDate: Sun Nov 18 05:01:58 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sun Nov 18 05:01:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8b75cc49 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...21117.ebuild => PyQt4-4.9.6_pre20121118.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index d83ec4c..288d208 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.6-eb5d1f3ffd0b.tar.gz 9988666 SHA256 47d9fffc6f6862c3e5b6d80296d77fbd3f9d96deddc3db5b2dd7904946d71ab5 SHA512 34c0117b5cfd3bac262e6b8510fb639c581f642c248e526112bd534bde6d7979c803ea4aa1deffc0b9ae40315676b246d65f91c9ab0d042ac6ebc92feb8a01c2 WHIRLPOOL dcc2d09fab92fac93623ccc0f58491f71854a5ff7835fa0bc18a1e5605a7a7cfc085ae6ff97ca6fec58b3bee7c763b781738c90acd7174056ad8adae1869eaa0 +DIST PyQt-x11-gpl-snapshot-4.9.6-0aafceb02811.tar.gz 9989780 SHA256 94d4e025f1c1987ed71e9b772fb7f2ea0dfdc3d772ba6891c061536aaafe4487 SHA512 7c54b3fed282a15340b602636f8232163014fdee10599981399e83c464e0b714230ef4616621d40d4307399ecaf177b2d2f57db6560fea250f89ace82617c552 WHIRLPOOL c10e22153484d75ae71100036acfc53b047cf56c488245c676144f1e71b7333a04e90e6951b910853d2049d56690db5d3ede0ecff0f6905669285f42a69de784 diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121117.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121118.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.6_pre20121117.ebuild rename to dev-python/PyQt4/PyQt4-4.9.6_pre20121118.ebuild index c04fe45..654dfc6 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121117.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121118.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=eb5d1f3ffd0b +REVISION=0aafceb02811 # Minimal supported version of Qt. QT_VER="4.7.2"