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 C2CD01381F3 for ; Sat, 22 Dec 2012 05:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE1BB21C00A; Sat, 22 Dec 2012 05:02:09 +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 2C88A21C00A for ; Sat, 22 Dec 2012 05:02:09 +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 40F2033D937 for ; Sat, 22 Dec 2012 05:02:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CA844E543C for ; Sat, 22 Dec 2012 05:02:06 +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: <1356152517.e87303a07320b634ab5da7a0aa54881ce94fa7c3.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.10_pre20121221.ebuild dev-python/PyQt4/PyQt4-4.10_pre20121222.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: e87303a07320b634ab5da7a0aa54881ce94fa7c3 X-VCS-Branch: master Date: Sat, 22 Dec 2012 05:02:06 +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: d95424b6-16b8-4f0d-af22-b5cc2245b3eb X-Archives-Hash: 8e331a68fb1a98285809dce55d1deddc commit: e87303a07320b634ab5da7a0aa54881ce94fa7c3 Author: Markos Chandras gentoo org> AuthorDate: Sat Dec 22 05:01:57 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat Dec 22 05:01:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=e87303a0 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...121221.ebuild => PyQt4-4.10_pre20121222.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index 35fa051..446ba7e 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.10-07fe7a82297e.tar.gz 9494761 SHA256 0b9b61322a83079b146c8e94fbfa997f68e89a4903f2b0ff8ad6d614d05f7986 SHA512 e5a671f675ea8ab42b462c094b300a4be60fb0983e9bc40d8b5856270894a7e4a8f52554f5a878cf41bffdb7bee03becd5fd0017f5dcc9b6a3fb68ca796988d3 WHIRLPOOL 2aa1426df86cf1051805cbb479581e9127e934c6408c4de4f1c3e07fac43123175cfa6d8c712f2ae391d6974c43fa316c72b7945a3cd82f6e94dec7af041706a +DIST PyQt-x11-gpl-snapshot-4.10-87332d15cad2.tar.gz 9494645 SHA256 2ea163cd669b9f57e4bb529279e9703cdbdce85c0af7d8942b2d242f43cd6f2e SHA512 a736655eee63cbd54c44c11beeb473fdce4ff5640b0b98d73c52acfe0d885bbeb130ff8639d3e0d13b30cb7ea998beb0e58314a5e4293b115ef64826657a22a0 WHIRLPOOL 72cafd9eb2bfa4836696a0f9bb734348cb9f6444a5fa76fdac31aa73bf453de92ecbf6705c78fb9b415ae2b300d0e1f8cdfc79c9c817817db538b1d05b880c25 diff --git a/dev-python/PyQt4/PyQt4-4.10_pre20121221.ebuild b/dev-python/PyQt4/PyQt4-4.10_pre20121222.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.10_pre20121221.ebuild rename to dev-python/PyQt4/PyQt4-4.10_pre20121222.ebuild index ed1ce82..f21a25d 100644 --- a/dev-python/PyQt4/PyQt4-4.10_pre20121221.ebuild +++ b/dev-python/PyQt4/PyQt4-4.10_pre20121222.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=07fe7a82297e +REVISION=87332d15cad2 # Minimal supported version of Qt. QT_VER="4.7.2"