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 D6D9E1384CE for ; Wed, 16 Jan 2013 05:24:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE18821C005; Wed, 16 Jan 2013 05:24:50 +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 5110721C005 for ; Wed, 16 Jan 2013 05:24:50 +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 35B85335E2D for ; Wed, 16 Jan 2013 05:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A8086E4073 for ; Wed, 16 Jan 2013 05:24:46 +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: <1358313861.86df1077d23b8b2afb4ba328a6c6127ed9512ff4.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_pre20130114.ebuild dev-python/PyQt4/PyQt4-4.10_pre20130116.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 86df1077d23b8b2afb4ba328a6c6127ed9512ff4 X-VCS-Branch: master Date: Wed, 16 Jan 2013 05:24:46 +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: c690333e-b75c-4da7-a6a3-b9397224abf4 X-Archives-Hash: 631258621e51229838e0abb08f6a9cfc commit: 86df1077d23b8b2afb4ba328a6c6127ed9512ff4 Author: Markos Chandras gentoo org> AuthorDate: Wed Jan 16 05:24:21 2013 +0000 Commit: Markos Chandras gentoo org> CommitDate: Wed Jan 16 05:24:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=86df1077 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...130114.ebuild => PyQt4-4.10_pre20130116.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index c4eb02d..8f5bda2 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.10-4c2c40a76893.tar.gz 9495665 SHA256 d548d4c8eeb1ec9d466d059d4722808ff029ed15b3d7731175be401846e64072 SHA512 e2bc31e2c942f482ee2f1df0bb2df09ce88eb879e09a4dc7c6bacb27b867bdd68a0adcc5c8833f6cc7086dd514d8ba67769b4ac3fef8f61c2212478d3a97f9b6 WHIRLPOOL ae8dd0daff5957510d103299cac0908117a702f460d6e95c61e5ec95aa7f7c9c1b13710e4f5ee9534edbf8522a45ec724c6435a9dc79b16b5e98acb31ea9710d +DIST PyQt-x11-gpl-snapshot-4.10-e143a1307289.tar.gz 9495610 SHA256 caa4b3b377c42521dac1151f3f329868a96941f8a1c2744e8ef533409fadc8ac SHA512 33106e74c0180ab5484d061847c2d82eda4aa2d6ab269036a9af1e9d2c5b681529163fad424f86a353f2ba7fa8a1caeeb64e84f00b6ef830aa390af664ebeaed WHIRLPOOL cbf0f5b998f716eb3aa8d8621df8dee7f2739928ff46b9d8196ac335b8619a2bce9b35870eb2f8d4e99ebe6946a31f2fad2540d2f5d9bd02e1ed669c71aecea9 diff --git a/dev-python/PyQt4/PyQt4-4.10_pre20130114.ebuild b/dev-python/PyQt4/PyQt4-4.10_pre20130116.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.10_pre20130114.ebuild rename to dev-python/PyQt4/PyQt4-4.10_pre20130116.ebuild index c365065..3b72db3 100644 --- a/dev-python/PyQt4/PyQt4-4.10_pre20130114.ebuild +++ b/dev-python/PyQt4/PyQt4-4.10_pre20130116.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils qt4-r2 python toolchain-funcs -REVISION=4c2c40a76893 +REVISION=e143a1307289 DESCRIPTION="Python bindings for the Qt toolkit" HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ http://pypi.python.org/pypi/PyQt"