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 484BF138010 for ; Mon, 29 Oct 2012 05:07:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8E9121C047; Mon, 29 Oct 2012 05:07:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6B43021C047 for ; Mon, 29 Oct 2012 05:07:20 +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 B9D5933D84A for ; Mon, 29 Oct 2012 05:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 417E1E5441 for ; Mon, 29 Oct 2012 05:07:18 +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: <1351486969.3ca8d0389efa70b764d963ed3b34bf1335a4e363.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_pre20121009.ebuild dev-python/PyQt4/PyQt4-4.9.6_pre20121029.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 3ca8d0389efa70b764d963ed3b34bf1335a4e363 X-VCS-Branch: master Date: Mon, 29 Oct 2012 05:07:18 +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: f594a86c-d400-4976-ad5e-c048df4b6d23 X-Archives-Hash: ac47ced3fcb4796afcf7e8b1a9f188de commit: 3ca8d0389efa70b764d963ed3b34bf1335a4e363 Author: Markos Chandras gentoo org> AuthorDate: Mon Oct 29 05:02:49 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Mon Oct 29 05:02:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=3ca8d038 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...21009.ebuild => PyQt4-4.9.6_pre20121029.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index 115aed1..5a96d13 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.6-95094339d25b.tar.gz 9968901 SHA256 fb2d5ff02bdd9f8851769fffdb0d20ee50c31c04d718f2e6512bcd343f2b3d1d SHA512 7e7f76819121be7830dfc8dfc2882cf1f503252cead272129e87070ed90361cc9f1c5d72845fd78b4f1f807394097e2f5cd02b0b12fe47d40c47d512f72ffe81 WHIRLPOOL fbe8ef5cda67bcfb177f3b6e40cfc2057fdcfbdcfdf5f15d0d5ec9a7d08d389ca858dd0f548402ab0edf45d0df05fff5af4598a0e698e7d7b053cb6dfa46d4f5 +DIST PyQt-x11-gpl-snapshot-4.9.6-1b4b26628739.tar.gz 9969000 SHA256 6a208f71f29b71762599db65fbc6f0af90de79acd9f20f47b2149a05fa8d94e6 SHA512 58bf3b59da540037379dd5c2b46626b44299fcf5cd5f5dc9e5ccd177fb107f2027f850c7e2ae44ae85af526b5010e70ebc3476e61813ebec034a61be11450b4f WHIRLPOOL 4fb55d36ebdec49a65d5aef8f5ef75dceda340ee8b63ba2a48b32b93a1b139004865076d21ea2d861525c30f2fda5a14eb71885b867e6d5c7652efdfc790e539 diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121009.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121029.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.6_pre20121009.ebuild rename to dev-python/PyQt4/PyQt4-4.9.6_pre20121029.ebuild index 23eb22a..df5657e 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121009.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121029.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=95094339d25b +REVISION=1b4b26628739 # Minimal supported version of Qt. QT_VER="4.7.2"