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 C9A04138010 for ; Sat, 1 Sep 2012 04:02:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 747C9E02FB; Sat, 1 Sep 2012 04:01:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 48505E02FB for ; Sat, 1 Sep 2012 04:01:58 +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 AE15B33D81B for ; Sat, 1 Sep 2012 04:01:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A1DC3E543C for ; Sat, 1 Sep 2012 04:01:55 +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: <1346472033.1caf0e0db12ca413ba8f298df30f79452feeaa19.hwoarang@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/sip/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/sip/Manifest dev-python/sip/sip-4.14_pre20120831.ebuild dev-python/sip/sip-4.14_pre20120901.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 1caf0e0db12ca413ba8f298df30f79452feeaa19 X-VCS-Branch: master Date: Sat, 1 Sep 2012 04:01:55 +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: 3bccd34e-9e9b-474c-92f5-e416773fd18e X-Archives-Hash: 1466f3c32c64b6a0cd79d4550c1da2a8 commit: 1caf0e0db12ca413ba8f298df30f79452feeaa19 Author: Markos Chandras gentoo org> AuthorDate: Sat Sep 1 04:00:33 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat Sep 1 04:00:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=1caf0e0d PyQt4/sip: Automated version bump, remove old --- dev-python/sip/Manifest | 2 +- ...20120831.ebuild => sip-4.14_pre20120901.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index b619096..cc855cd 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1 +1 @@ -DIST sip-4.14-snapshot-397b4ade7900.tar.gz 716154 SHA256 5ebf01dd083794d12e86e55c1be535a686bcc9ae7d6470af76ba90d68e0cd1e0 SHA512 18d9f832951aef4d6125d68abaffa54671bf90e4325c6defac5aac4f7c68193bfcf4c029f4a0a093847ac3a0e3ec06cdac72db677d2e894917ab8d9447c309a1 WHIRLPOOL 96bef8ce867894bd1beb718b1fc16ccce3507952f29c858e11c182a67d92be2823c041940022cb2f0682361932734c2f0ffa28c4c3d41d95bbbe0273e34a00cb +DIST sip-4.14-snapshot-86a4f33db172.tar.gz 718128 SHA256 89e3e4e4617e4355aea7ebcb0b33d880f486f5626b1dcf2acd47f1a3c91245d7 SHA512 da15910bcf1d8d7f78d2b5d4b6a2e5f07947736921ec1a8c3d7fc8f1abf24bbf9eb0bdd8aca4d8ef18fe6a129f9ba5ba4d1d851755c4963282929ae19fa3d92e WHIRLPOOL e58a1cfff2356474b9a806df0b44217f888ce956ea59dfbebb047ee90a1d6ec06b69df6f5d284b41d47753f6f434feac64a67a85b325f84bf570f1ee9c6c52bd diff --git a/dev-python/sip/sip-4.14_pre20120831.ebuild b/dev-python/sip/sip-4.14_pre20120901.ebuild similarity index 98% rename from dev-python/sip/sip-4.14_pre20120831.ebuild rename to dev-python/sip/sip-4.14_pre20120901.ebuild index 5a5c967..912680d 100644 --- a/dev-python/sip/sip-4.14_pre20120831.ebuild +++ b/dev-python/sip/sip-4.14_pre20120901.ebuild @@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip" inherit eutils python toolchain-funcs ${HG_ECLASS} -HG_REVISION=397b4ade7900 +HG_REVISION=86a4f33db172 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"