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 310C41381F3 for ; Fri, 16 Nov 2012 05:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3526921C004; Fri, 16 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 AF74321C004 for ; Fri, 16 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 AA22233D984 for ; Fri, 16 Nov 2012 05:02:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1F60BE5436 for ; Fri, 16 Nov 2012 05:02:38 +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: <1353042126.16ac4041315ce2401c3eb7cf3dd7acff676e01fc.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_pre20121114.ebuild dev-python/PyQt4/PyQt4-4.9.6_pre20121116.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 16ac4041315ce2401c3eb7cf3dd7acff676e01fc X-VCS-Branch: master Date: Fri, 16 Nov 2012 05:02:38 +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: c899028b-0940-4f4e-aaaf-f8828218b381 X-Archives-Hash: 490edb677a7bae534c47f8d14fd67eaa commit: 16ac4041315ce2401c3eb7cf3dd7acff676e01fc Author: Markos Chandras gentoo org> AuthorDate: Fri Nov 16 05:02:06 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Fri Nov 16 05:02:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=16ac4041 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...21114.ebuild => PyQt4-4.9.6_pre20121116.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index c6bf110..027ca74 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.6-4d74d3bd6314.tar.gz 9989090 SHA256 276cdce3183542d4bf1b2d400bac3b1dda89c52d048139a299e194c0abf12e43 SHA512 a55c3d58887b880339685308f63f39aad4a8ba88239ff6ed9b7aec77ae198e95f33fbf44bb60ca3a832f84dd3e68ef3a3a576073a249d797e35151bb23720026 WHIRLPOOL 52d964045a703082d31969396d445fe21b3f0ae7fa2009b3057a9bd15b03df3ad27946191780ab4fcef3c894fc4936a8fc10c3c29d31ebd5a6f8e72d72609bde +DIST PyQt-x11-gpl-snapshot-4.9.6-4cc2c28be058.tar.gz 9989528 SHA256 e13432664577b21a6aba19ea9ab972f2b2d1eb983820e6fcea0cc7e573f2470e SHA512 b9ca47c4b0592cc94322d317d399f4db66dbf6bdfada5ab79d614135864c3fb1b3a388769c667ba111b06fd2113b333d6f365d9627e8722c6e369e57fb233f8b WHIRLPOOL 876e1aec00b0768e53fbb3020224a78ddeb45d4b3396eecca58d1e266be3378ef108f03947e94fffddc5611455acd5bbe3ef70ff855add4693a24fc3a2266633 diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121114.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121116.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.6_pre20121114.ebuild rename to dev-python/PyQt4/PyQt4-4.9.6_pre20121116.ebuild index 59c0735..ea521b3 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121114.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121116.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=4d74d3bd6314 +REVISION=4cc2c28be058 # Minimal supported version of Qt. QT_VER="4.7.2"