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 762AA1381F3 for ; Fri, 7 Dec 2012 05:03:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 477B321C018; Fri, 7 Dec 2012 05:02:56 +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 CD92B21C018 for ; Fri, 7 Dec 2012 05:02:55 +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 D9EBE33DA5B for ; Fri, 7 Dec 2012 05:02:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 59380E5436 for ; Fri, 7 Dec 2012 05:02:53 +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: <1354856515.b39fddb79bd42f22fe7b1ebf1631c567d2bcac54.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_pre20121204.ebuild dev-python/PyQt4/PyQt4-4.9.6_pre20121207.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: b39fddb79bd42f22fe7b1ebf1631c567d2bcac54 X-VCS-Branch: master Date: Fri, 7 Dec 2012 05:02:53 +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: 6ce7069f-40eb-4ae5-9cc1-141e15a396cd X-Archives-Hash: 4637309552cb157f2da01f15839b8501 commit: b39fddb79bd42f22fe7b1ebf1631c567d2bcac54 Author: Markos Chandras gentoo org> AuthorDate: Fri Dec 7 05:01:55 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Fri Dec 7 05:01:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b39fddb7 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...21204.ebuild => PyQt4-4.9.6_pre20121207.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index b0374c7..91dc50b 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.6-cb5b89b8e9cd.tar.gz 9493262 SHA256 a2eca79f9ed4650214b622ffe1fb24de01e7df38837e12174fe70229eaf6e5aa SHA512 dcae1d7691627376e8c9e3816de4f9a42ee8ad230af68c128652e4bfc2cebe1e14c5f4dbd463dbe21548edb6f11524dd5d3390bba15d609ce96d794baa164a5a WHIRLPOOL 0f66ab8fc5a3ca00a283b9bdc4bfe49bf3edee86965f65cf391f76dc687235bb472b859e7f1a4955c1015edfe649e643d3dce4eeafe392e48aaaa1f8faf4e166 +DIST PyQt-x11-gpl-snapshot-4.9.6-53733ff6df76.tar.gz 9492972 SHA256 6e4d2eb763005f81749efbaae9a48b7ba52d7e3fe5dfe61d075e2f0819ddcce7 SHA512 0eacdd462b7747b86444cd115fa61ddb981ac07160488c64511395501b5dd654ab03d723efb279585ff9acf45c21fa5ffd96dba5a4ca11485882704f6d2c0331 WHIRLPOOL 73197f906c678a640970dcddac0185488a1d7f44b941d08e7a082a07a4c3c82b145517d4be27fa4df5ac417e7b8cd864ecac8741247ab470ceb549226bb00896 diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121204.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121207.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.6_pre20121204.ebuild rename to dev-python/PyQt4/PyQt4-4.9.6_pre20121207.ebuild index fa69c11..c893ca2 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121204.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121207.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=cb5b89b8e9cd +REVISION=53733ff6df76 # Minimal supported version of Qt. QT_VER="4.7.2"