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 4A8DD1381F3 for ; Fri, 23 Nov 2012 05:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7598E05CB; Fri, 23 Nov 2012 05:02:23 +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 7881BE05CB for ; Fri, 23 Nov 2012 05:02:23 +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 8B24B33D931 for ; Fri, 23 Nov 2012 05:02:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F06C6E5436 for ; Fri, 23 Nov 2012 05:02:20 +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: <1353646925.bf7433f6195d4ff6d7962d00dd00e38379867dce.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_pre20121121.ebuild dev-python/PyQt4/PyQt4-4.9.6_pre20121123.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: bf7433f6195d4ff6d7962d00dd00e38379867dce X-VCS-Branch: master Date: Fri, 23 Nov 2012 05:02:20 +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: 4961867b-dec4-4e29-8e16-635f56fbca59 X-Archives-Hash: c74380e59862cef6bae72903fa2d4ea1 commit: bf7433f6195d4ff6d7962d00dd00e38379867dce Author: Markos Chandras gentoo org> AuthorDate: Fri Nov 23 05:02:05 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Fri Nov 23 05:02:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bf7433f6 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...21121.ebuild => PyQt4-4.9.6_pre20121123.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index 2c08b96..b096efb 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.6-be9a242a82c1.tar.gz 9995840 SHA256 3a367a25434fbebe98909d63dac0b066e6d95cf06cfa02a77de14505c4060e5b SHA512 302d1ff9934a104645c2624e676df4a774570b5396353325cdd270fd8a5d1451036ed403db409249bec95277606147918edf5500fa27cf362a69adf4d87939ae WHIRLPOOL 2552ec8b0efaa50ef154b4b393b669e9fc251a525cf4c65afaae111611c0625ddcc72eca134a0f3f488fdec347e8988e71ed5fe47760447fb9547b06f945fa2b +DIST PyQt-x11-gpl-snapshot-4.9.6-eb3707b921b4.tar.gz 9995893 SHA256 57db0590f70a62752dc1e883fbbe7b38e5c4f8b5ef82690cf511e9153ea66146 SHA512 c3e603ef891e1e6cf4d8c5c3614a8a7bbe74cd69df6b6da9167075d7871b770977d75edd5ff76da46ec774529f8ae5cb8691b0c10d14cce4e16a28be1872c498 WHIRLPOOL c84135e0ff2d4c2ce7612f97f77fef46004b23af7ac395a08c4e7178a08478497f7590dbd99da3508c6cc70c49b1847a5531888f8f657b432118dc6d90b4ed3f diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121121.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121123.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.6_pre20121121.ebuild rename to dev-python/PyQt4/PyQt4-4.9.6_pre20121123.ebuild index ec32aea..97b3796 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121121.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121123.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=be9a242a82c1 +REVISION=eb3707b921b4 # Minimal supported version of Qt. QT_VER="4.7.2"