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 9BB8C138010 for ; Wed, 12 Sep 2012 04:04:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D3C821C009; Wed, 12 Sep 2012 04:04:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4F5DA21C009 for ; Wed, 12 Sep 2012 04:04:41 +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 61A0E33D1CD for ; Wed, 12 Sep 2012 04:04:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0C44DE543C for ; Wed, 12 Sep 2012 04:04: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: <1347422562.051b343d3330642866857ecf2018cf5dd35622de.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.5_pre20120911.ebuild dev-python/PyQt4/PyQt4-4.9.5_pre20120912.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 051b343d3330642866857ecf2018cf5dd35622de X-VCS-Branch: master Date: Wed, 12 Sep 2012 04:04: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: a5b374ed-c10d-4616-8753-832ddccb0cbd X-Archives-Hash: 88875a8b964891e930873a9b5b6f673a commit: 051b343d3330642866857ecf2018cf5dd35622de Author: Markos Chandras gentoo org> AuthorDate: Wed Sep 12 04:02:42 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Wed Sep 12 04:02:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=051b343d PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...20911.ebuild => PyQt4-4.9.5_pre20120912.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index ed15423..871f163 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.5-d0cccb4295cb.tar.gz 9955243 SHA256 e49596bdcfe2c62c7e504f57f025af88c1e5be300cdf057a8e3d49c793ed5e35 SHA512 2bb46010b10c775f8af13ea16009f19f60678e9dfaf134c4cba3bf14219dff7b8f7a8782240a2ca08d726fece9e6d466bd6ab724fda37c9f376109844fafdd55 WHIRLPOOL 77ea65af7601188a2f05cd88687f1fd98fdb2d5c28da14c5272c6d376c3580b877ad0ec1fcf6e122011bfa8d838a82ba3931f33722709387d71a9b3e2ae36339 +DIST PyQt-x11-gpl-snapshot-4.9.5-4609dca587a0.tar.gz 9956023 SHA256 2cbf4a826c2a99b656ae80dc9aca9e7a37c9beed4a706945b53040f13c78b843 SHA512 f40bfa3f3c2e1d82661404e9bc22321c4b0fc6f5ebf68a6e30f5f2bb76b6c78f440dfa07b730ff193ea5a4aee624ccddd775363a070343bda4843239f984713a WHIRLPOOL ccb2416cafcb64c9e5ec79553a8dc3db591ec8a65ffdc23a5d562a049505089254abde6835c9a7733ef1d007cf6eb237f455990c916c8b566ea99dc495d2dbff diff --git a/dev-python/PyQt4/PyQt4-4.9.5_pre20120911.ebuild b/dev-python/PyQt4/PyQt4-4.9.5_pre20120912.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.5_pre20120911.ebuild rename to dev-python/PyQt4/PyQt4-4.9.5_pre20120912.ebuild index 4e5c054..1a98748 100644 --- a/dev-python/PyQt4/PyQt4-4.9.5_pre20120911.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.5_pre20120912.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=d0cccb4295cb +REVISION=4609dca587a0 # Minimal supported version of Qt. QT_VER="4.7.2"