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 ACFEA138010 for ; Wed, 19 Sep 2012 04:03:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23140E04D6; Wed, 19 Sep 2012 04:02:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6610EE04D6 for ; Wed, 19 Sep 2012 04:02: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 CA24033C3DD for ; Wed, 19 Sep 2012 04:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 89FFEE5444 for ; Wed, 19 Sep 2012 04:02:47 +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: <1348027229.02987107d2c47d7098d50475eaf65beb5fcb6a0b.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_pre20120915.ebuild dev-python/sip/sip-4.14_pre20120919.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 02987107d2c47d7098d50475eaf65beb5fcb6a0b X-VCS-Branch: master Date: Wed, 19 Sep 2012 04:02:47 +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: 88178249-25ec-48cb-ba33-4c3845af2a51 X-Archives-Hash: 283ccf2e5a5ab4d3deda57a551ff13a7 commit: 02987107d2c47d7098d50475eaf65beb5fcb6a0b Author: Markos Chandras gentoo org> AuthorDate: Wed Sep 19 04:00:29 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Wed Sep 19 04:00:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=02987107 PyQt4/sip: Automated version bump, remove old --- dev-python/sip/Manifest | 2 +- ...20120915.ebuild => sip-4.14_pre20120919.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 7072088..203dcba 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1 +1 @@ -DIST sip-4.14-snapshot-6d704a7ab6c5.tar.gz 718228 SHA256 896e9f201095d20fcbfb371a57b26cd8a721d8666610d8d8d6ec9baae46beab3 SHA512 d7ac4f308f515967a8c98e42131f2773189168db41cafbc441fa3a2e242f112faf4d1b52151659f226f9ed2bd430411ab5a390054a89d0908dde370104958ce4 WHIRLPOOL 8b978064e27b18e63fda84310414f1d0efadba9c226874e7d9fb10937dfa016fd99325d19b2c4a0b49edc00fbc9cd87f67c9b94012e0dc18b0ee7db3340e67e2 +DIST sip-4.14-snapshot-a8aaecad7327.tar.gz 718890 SHA256 820c6649627ee65cd2d8405c3663f26fbdfaa3dff57b0dbf02dda13d9cd97709 SHA512 f5c0db33f77eb03d44115573f16f9259cee3fab9c274333df9a9f6fda03c2e62401ce6d0e5935d170057ef679b3c9aadeee999111f18aa386bdfae23611b038a WHIRLPOOL 2323bbe8bdaad62cdfb24172a2f34efc57105f821eec5f5cf723c2f1781b7bda18d84aceb21c25ff4039194f2367a30f397ff1559c98f9144a92c7b43657c01e diff --git a/dev-python/sip/sip-4.14_pre20120915.ebuild b/dev-python/sip/sip-4.14_pre20120919.ebuild similarity index 98% rename from dev-python/sip/sip-4.14_pre20120915.ebuild rename to dev-python/sip/sip-4.14_pre20120919.ebuild index 59b998a..f9356f8 100644 --- a/dev-python/sip/sip-4.14_pre20120915.ebuild +++ b/dev-python/sip/sip-4.14_pre20120919.ebuild @@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip" inherit eutils python toolchain-funcs ${HG_ECLASS} -HG_REVISION=6d704a7ab6c5 +HG_REVISION=a8aaecad7327 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"