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 58905138010 for ; Mon, 1 Oct 2012 04:05:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE874E0508; Mon, 1 Oct 2012 04:05:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5F6D2E0508 for ; Mon, 1 Oct 2012 04:05:04 +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 9AA6E33D0AF for ; Mon, 1 Oct 2012 04:05:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 29429E5439 for ; Mon, 1 Oct 2012 04:05:02 +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: <1349064125.a35650a12de092101910487b8c676a5ac9acfc0f.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_pre20120929.ebuild dev-python/PyQt4/PyQt4-4.9.6_pre20121001.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: a35650a12de092101910487b8c676a5ac9acfc0f X-VCS-Branch: master Date: Mon, 1 Oct 2012 04:05:02 +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: 29ac3758-9bcd-43ad-a090-cbcdbbc19135 X-Archives-Hash: 714c6506b040421ce05fdf24af4c52a5 commit: a35650a12de092101910487b8c676a5ac9acfc0f Author: Markos Chandras gentoo org> AuthorDate: Mon Oct 1 04:02:05 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Mon Oct 1 04:02:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a35650a1 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...20929.ebuild => PyQt4-4.9.6_pre20121001.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index 1359c8f..595dbf9 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.5-2a300de91e6e.tar.gz 9966497 SHA256 0990ebb6e6bc1fd5035cfd9cd868228da103cc49aaff8a8e696610b0746ec34f SHA512 e68263e1b58849df7b5b926e2c8ff8f0728d434ca15457ec1fc7401e806f2b37e8f6b874a22059f4efe9b1fb713f3044727b5b2162fdedbc8c9ffe6b25298981 WHIRLPOOL 3fae794ac137c454a034c44fad28c361ad362fbc8efadeceab3ebe02e1c6a6f22a8f0852772dcb55771bddf1d46d28e07b3d4ea7931a6843b012007e23ce856c +DIST PyQt-x11-gpl-snapshot-4.9.6-a2bc9d615aaa.tar.gz 9967111 SHA256 f76bfc0bed0b2a27d401de3d726568573ced8422247a21888ed149102f0fca78 SHA512 2bc18c614c8c8422061f77b66cd1e3fb70aa77892c913441237f9c65252b4de1b55eec82d169d6186c5ebb91a18b4462a468cb6400d6c6c6a8e77e5a2b364ff0 WHIRLPOOL a91871efcafe4ef6f306a6eeb4765dada6fc4350b2932fc176d0cb9f261cb2a9204790a1926a934b09ca89fea9863882de32676debdb06fa170ee1d799b79f42 diff --git a/dev-python/PyQt4/PyQt4-4.9.5_pre20120929.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121001.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.5_pre20120929.ebuild rename to dev-python/PyQt4/PyQt4-4.9.6_pre20121001.ebuild index 30b8418..456f9cb 100644 --- a/dev-python/PyQt4/PyQt4-4.9.5_pre20120929.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121001.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=2a300de91e6e +REVISION=a2bc9d615aaa # Minimal supported version of Qt. QT_VER="4.7.2"