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 9A0A01381F3 for ; Wed, 21 Nov 2012 05:02:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D44821C032; Wed, 21 Nov 2012 05:02:16 +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 086C621C032 for ; Wed, 21 Nov 2012 05:02:15 +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 DC4A533D79A for ; Wed, 21 Nov 2012 05:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 50EC2E5436 for ; Wed, 21 Nov 2012 05:02:13 +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: <1353474124.9961fb39eebac5731ed8cdcf2c118a54d5a0a06a.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_pre20121120.ebuild dev-python/PyQt4/PyQt4-4.9.6_pre20121121.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 9961fb39eebac5731ed8cdcf2c118a54d5a0a06a X-VCS-Branch: master Date: Wed, 21 Nov 2012 05:02:13 +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: 27f80b4b-20c7-4fb8-b377-df0daa0e417c X-Archives-Hash: b23eb22734b0c70e601bdb39541509b0 commit: 9961fb39eebac5731ed8cdcf2c118a54d5a0a06a Author: Markos Chandras gentoo org> AuthorDate: Wed Nov 21 05:02:04 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Wed Nov 21 05:02:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9961fb39 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...21120.ebuild => PyQt4-4.9.6_pre20121121.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index e51d052..2c08b96 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.6-613edeb8564c.tar.gz 9996083 SHA256 87f8ce479af9b20755166fd4b6b4bb204a9d6b0f03d6be4bd3f81b638fd24c81 SHA512 fd3f1dd09e5f0808be3a5dc51f8cd1b740a1b8baafe862e816d94f2f64b990ab9f22d11e27752a8277a84784751c88f3c324e26ac796140b99e3bc178be09054 WHIRLPOOL 6af98829561209592b34f44f101a98dc5b39e03b6d9b57471b3c087888a5fcb84ae5cf10c0d5ac7c95a006770d22d86bafdaa5e6158251ecfb58adf1fcbf6669 +DIST PyQt-x11-gpl-snapshot-4.9.6-be9a242a82c1.tar.gz 9995840 SHA256 3a367a25434fbebe98909d63dac0b066e6d95cf06cfa02a77de14505c4060e5b SHA512 302d1ff9934a104645c2624e676df4a774570b5396353325cdd270fd8a5d1451036ed403db409249bec95277606147918edf5500fa27cf362a69adf4d87939ae WHIRLPOOL 2552ec8b0efaa50ef154b4b393b669e9fc251a525cf4c65afaae111611c0625ddcc72eca134a0f3f488fdec347e8988e71ed5fe47760447fb9547b06f945fa2b diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121120.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121121.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.6_pre20121120.ebuild rename to dev-python/PyQt4/PyQt4-4.9.6_pre20121121.ebuild index 86e32fc..ec32aea 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121120.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121121.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=613edeb8564c +REVISION=be9a242a82c1 # Minimal supported version of Qt. QT_VER="4.7.2"