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 4AFF8138010 for ; Tue, 9 Oct 2012 04:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94721E02FB; Tue, 9 Oct 2012 04:07:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1525FE02FB for ; Tue, 9 Oct 2012 04:07:05 +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 7619333D7D2 for ; Tue, 9 Oct 2012 04:07:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1E909E5436 for ; Tue, 9 Oct 2012 04:07:03 +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: <1349755420.4e1d686a0910e00b7db13bc2b5c149cf5efd1ed5.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_pre20121008.ebuild dev-python/PyQt4/PyQt4-4.9.6_pre20121009.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 4e1d686a0910e00b7db13bc2b5c149cf5efd1ed5 X-VCS-Branch: master Date: Tue, 9 Oct 2012 04:07:03 +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: 1ffa5c12-5bab-43a9-b0e2-3351c27d0ad4 X-Archives-Hash: bc9f42d1cf7e860f25002ccf07cb0966 commit: 4e1d686a0910e00b7db13bc2b5c149cf5efd1ed5 Author: Markos Chandras gentoo org> AuthorDate: Tue Oct 9 04:03:40 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Tue Oct 9 04:03:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4e1d686a PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...21008.ebuild => PyQt4-4.9.6_pre20121009.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index e714e7e..115aed1 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.6-f7b4fc5c2e79.tar.gz 9968145 SHA256 86f36162f622b0de03d4059139e7df306201f9373b27068503320d27f94033ac SHA512 6e44cfb751065049fba1378cd00bd3480c0184247748598cbc480b2b678faa7c12a76373b55ca247849ff3decb9a43eac989ee1373a3147e8945e6c276d82939 WHIRLPOOL 5658ff8d224d27408e35c29e529d3cd4764ccd27d6984adc5bcea2c0af8adc2c3ad3db0ea4fe2337d937fe6edca19627b32824bad034f79345dd403fba389699 +DIST PyQt-x11-gpl-snapshot-4.9.6-95094339d25b.tar.gz 9968901 SHA256 fb2d5ff02bdd9f8851769fffdb0d20ee50c31c04d718f2e6512bcd343f2b3d1d SHA512 7e7f76819121be7830dfc8dfc2882cf1f503252cead272129e87070ed90361cc9f1c5d72845fd78b4f1f807394097e2f5cd02b0b12fe47d40c47d512f72ffe81 WHIRLPOOL fbe8ef5cda67bcfb177f3b6e40cfc2057fdcfbdcfdf5f15d0d5ec9a7d08d389ca858dd0f548402ab0edf45d0df05fff5af4598a0e698e7d7b053cb6dfa46d4f5 diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121008.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121009.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.6_pre20121008.ebuild rename to dev-python/PyQt4/PyQt4-4.9.6_pre20121009.ebuild index b6b0732..23eb22a 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121008.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121009.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=f7b4fc5c2e79 +REVISION=95094339d25b # Minimal supported version of Qt. QT_VER="4.7.2"