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 8D228138010 for ; Tue, 11 Sep 2012 04:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC35721C00C; Tue, 11 Sep 2012 04:05:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5E97821C00C for ; Tue, 11 Sep 2012 04:05:00 +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 C55BC33C770 for ; Tue, 11 Sep 2012 04:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 772CDE543F for ; Tue, 11 Sep 2012 04:04:58 +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: <1347336185.02023587a9d1044f1ba56a99da729331841a3cbd.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_pre20120907.ebuild dev-python/PyQt4/PyQt4-4.9.5_pre20120911.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 02023587a9d1044f1ba56a99da729331841a3cbd X-VCS-Branch: master Date: Tue, 11 Sep 2012 04:04:58 +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: 5db7283b-d306-41b7-9422-9dde0e152a35 X-Archives-Hash: b75bb50947940d96ee70c755e919efdc commit: 02023587a9d1044f1ba56a99da729331841a3cbd Author: Markos Chandras gentoo org> AuthorDate: Tue Sep 11 04:03:05 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Tue Sep 11 04:03:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=02023587 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...20907.ebuild => PyQt4-4.9.5_pre20120911.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index 4a4447f..ed15423 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.5-1b0ce0f34919.tar.gz 9954800 SHA256 ea8ce784d36215a11f987bea0ac7292a346f708526a34f9de7a621e7cafb55bd SHA512 a884020a7f0f6fe6434e6636bb77968db20fa56ac5e965812e8627cfe53f2f5271e9687a553d2daf9f52daa5f24932878f5ddbb11e7dc02ae409dab116056006 WHIRLPOOL fb6399bcc004d8c7ae61ea1297131f96ab97d10117c2b5b573a9cd242391f759080e8dbf1b063e59539859804307c971705855b503b458ad5097350bcfa4cda6 +DIST PyQt-x11-gpl-snapshot-4.9.5-d0cccb4295cb.tar.gz 9955243 SHA256 e49596bdcfe2c62c7e504f57f025af88c1e5be300cdf057a8e3d49c793ed5e35 SHA512 2bb46010b10c775f8af13ea16009f19f60678e9dfaf134c4cba3bf14219dff7b8f7a8782240a2ca08d726fece9e6d466bd6ab724fda37c9f376109844fafdd55 WHIRLPOOL 77ea65af7601188a2f05cd88687f1fd98fdb2d5c28da14c5272c6d376c3580b877ad0ec1fcf6e122011bfa8d838a82ba3931f33722709387d71a9b3e2ae36339 diff --git a/dev-python/PyQt4/PyQt4-4.9.5_pre20120907.ebuild b/dev-python/PyQt4/PyQt4-4.9.5_pre20120911.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.5_pre20120907.ebuild rename to dev-python/PyQt4/PyQt4-4.9.5_pre20120911.ebuild index 8743564..4e5c054 100644 --- a/dev-python/PyQt4/PyQt4-4.9.5_pre20120907.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.5_pre20120911.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=1b0ce0f34919 +REVISION=d0cccb4295cb # Minimal supported version of Qt. QT_VER="4.7.2"