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 C1E2E138010 for ; Mon, 8 Oct 2012 04:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B60421C020; Mon, 8 Oct 2012 04:06:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 247E621C020 for ; Mon, 8 Oct 2012 04:06:54 +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 61E4733D7AB for ; Mon, 8 Oct 2012 04:06:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 029AAE5436 for ; Mon, 8 Oct 2012 04:06:51 +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: <1349669011.fa86bb75e1c6b093ca74520c2e438b356f076a60.hwoarang@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/, dev-python/sip/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/PyQt4/Manifest dev-python/PyQt4/PyQt4-4.9.6_pre20121006.ebuild dev-python/PyQt4/PyQt4-4.9.6_pre20121008.ebuild dev-python/sip/Manifest dev-python/sip/sip-4.14.1_pre20121004.ebuild dev-python/sip/sip-4.14.1_pre20121008.ebuild X-VCS-Directories: dev-python/PyQt4/ dev-python/sip/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: fa86bb75e1c6b093ca74520c2e438b356f076a60 X-VCS-Branch: master Date: Mon, 8 Oct 2012 04:06:51 +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: be1c2101-51bc-41ad-8b2a-9f432aebbfb0 X-Archives-Hash: deaffb62d302c0578ae79f81eb189e72 commit: fa86bb75e1c6b093ca74520c2e438b356f076a60 Author: Markos Chandras gentoo org> AuthorDate: Mon Oct 8 04:03:31 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Mon Oct 8 04:03:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fa86bb75 PyQt4/sip: Automated version bump, remove old --- dev-python/PyQt4/Manifest | 2 +- ...21006.ebuild => PyQt4-4.9.6_pre20121008.ebuild} | 2 +- dev-python/sip/Manifest | 2 +- ...121004.ebuild => sip-4.14.1_pre20121008.ebuild} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/PyQt4/Manifest b/dev-python/PyQt4/Manifest index 124223a..e714e7e 100644 --- a/dev-python/PyQt4/Manifest +++ b/dev-python/PyQt4/Manifest @@ -1 +1 @@ -DIST PyQt-x11-gpl-snapshot-4.9.6-c637c0fc6f5f.tar.gz 9968325 SHA256 ce47db5b2caf86384f4081cf4165c14fb4e681be20f77fa29509fdb688531780 SHA512 59ed1dbe97dac343161860ab7485d2a610947606359848f1bc4c265d0be8cbe453fc6f3facfe00f301afeb034918399ec8cc247e51aea7a1a7cb8dbfec34fc3c WHIRLPOOL cf2d884f1bcf3e86c6839f8aaca94936a543f585cf5f0984925d709555e7cbb9a3a77c61b8815acf56882166ab197a8fa7f038440311562034cb642c5f401754 +DIST PyQt-x11-gpl-snapshot-4.9.6-f7b4fc5c2e79.tar.gz 9968145 SHA256 86f36162f622b0de03d4059139e7df306201f9373b27068503320d27f94033ac SHA512 6e44cfb751065049fba1378cd00bd3480c0184247748598cbc480b2b678faa7c12a76373b55ca247849ff3decb9a43eac989ee1373a3147e8945e6c276d82939 WHIRLPOOL 5658ff8d224d27408e35c29e529d3cd4764ccd27d6984adc5bcea2c0af8adc2c3ad3db0ea4fe2337d937fe6edca19627b32824bad034f79345dd403fba389699 diff --git a/dev-python/PyQt4/PyQt4-4.9.6_pre20121006.ebuild b/dev-python/PyQt4/PyQt4-4.9.6_pre20121008.ebuild similarity index 99% rename from dev-python/PyQt4/PyQt4-4.9.6_pre20121006.ebuild rename to dev-python/PyQt4/PyQt4-4.9.6_pre20121008.ebuild index cc995a0..b6b0732 100644 --- a/dev-python/PyQt4/PyQt4-4.9.6_pre20121006.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.6_pre20121008.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" inherit eutils toolchain-funcs qt4-r2 python -REVISION=c637c0fc6f5f +REVISION=f7b4fc5c2e79 # Minimal supported version of Qt. QT_VER="4.7.2" diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index a6bf811..166ed09 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1 +1 @@ -DIST sip-4.14.1-snapshot-cfbd55297dcd.tar.gz 721179 SHA256 1a4a57bb23282434441c7f510f2a7e70ac11e5183317bb4ed8f55559511503e6 SHA512 b04c868e05f965f651451560d3ebb120cc54c15dcf35e814b578feec88723b3eff8b3edabb8b8267851d7ce8dd20ad7cafb6e723950a9c3fb45f109a0e77915f WHIRLPOOL 88d6a57b90de42a39d675f1311a47966a43236e82e3c5ce8a98fa10cb5faec99310d02d7ee22188f8d09059c9290a5f9aacf59206670cd49dfa91a8270d2b623 +DIST sip-4.14.1-snapshot-38235401ffbc.tar.gz 720974 SHA256 86dc982a4593bfa151df521cedd4ce7bdf34d16a452c3c76ff2ccddb1de1df7f SHA512 b06313e2fc313ab48b5af1e6278750d6aacd46199c8ae8f824f8403b296845747278c3a03ad338b4684e805ac066dc5c02a5588f944e84e45d97a41a874d4ba0 WHIRLPOOL f8ef000ee4609d0a0ff126413f1f345df9a5c17d8a4f5b700e99cec18191cb3cdd8eaf38a489a8db13f42187064ee71fe6672b4a5439e69346431fc55dee9c72 diff --git a/dev-python/sip/sip-4.14.1_pre20121004.ebuild b/dev-python/sip/sip-4.14.1_pre20121008.ebuild similarity index 98% rename from dev-python/sip/sip-4.14.1_pre20121004.ebuild rename to dev-python/sip/sip-4.14.1_pre20121008.ebuild index ee020b7..b359b6a 100644 --- a/dev-python/sip/sip-4.14.1_pre20121004.ebuild +++ b/dev-python/sip/sip-4.14.1_pre20121008.ebuild @@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip" inherit eutils python toolchain-funcs ${HG_ECLASS} -HG_REVISION=cfbd55297dcd +HG_REVISION=38235401ffbc DESCRIPTION="Python extension module generator for C and C++ libraries" HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro http://pypi.python.org/pypi/SIP"