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 6F3DB1381F3 for ; Wed, 14 Aug 2013 04:00:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C2CCE0A5B; Wed, 14 Aug 2013 04:00:47 +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 07522E0A5B for ; Wed, 14 Aug 2013 04:00:46 +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 AF4EA33EAD9 for ; Wed, 14 Aug 2013 04:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 07435E468F for ; Wed, 14 Aug 2013 04:00:44 +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: <1376452824.97da7de50065762d447bc7613b20089cb1592374.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.15_pre20130808.ebuild dev-python/sip/sip-4.15_pre20130814.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 97da7de50065762d447bc7613b20089cb1592374 X-VCS-Branch: master Date: Wed, 14 Aug 2013 04:00:44 +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: 300a64b4-bd8e-4703-96d0-08ce988d2fdf X-Archives-Hash: b46bcf0b16e83f4296327c7909ac05a7 commit: 97da7de50065762d447bc7613b20089cb1592374 Author: Markos Chandras gentoo org> AuthorDate: Wed Aug 14 04:00:24 2013 +0000 Commit: Markos Chandras gentoo org> CommitDate: Wed Aug 14 04:00:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=97da7de5 PyQt4/sip: Automated version bump, remove old --- dev-python/sip/Manifest | 2 +- .../sip/{sip-4.15_pre20130808.ebuild => sip-4.15_pre20130814.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 718317c..ee5f707 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1 +1 @@ -DIST sip-4.15-snapshot-bf49a3ad5612.tar.gz 746810 SHA256 83ed7ce00107055444b3a70c0c7610fcb9e46ab2f7abf2fb3d64f10d4a3a5ed3 SHA512 c9f11b47be44ce4bb3686e5bbae63d6331a4d9db0520cbd610ab2b0cfdcdbf6d3ab26f21777fc1c02196d2d5900ef3348a269e7e775043ae0056f49ad4072a90 WHIRLPOOL 2f656d1de55dee0367c87a7161b36ce2bf06b26346a0686849360048abb9ce75427e133505bf011a0ed83cf59c1b3c8b1b31a278109e3beb8f292fe326a24953 +DIST sip-4.15-snapshot-66235bf9625f.tar.gz 747545 SHA256 210cde4cb0cab2322b0c6cead01af7e3a4336de19494a9fe5aefb675d843eb48 SHA512 b82eefbccb0e066446ba5db450626d7844bcf2e17ade51c3e3b87f00f6d7648e4beebe18aa6b460a14a151619ebcaf1dfd7f2127a2513207cd0467a7cafbe1f3 WHIRLPOOL d97268804564a9ab39ea9705bbc186cc6bf8fdd908804089c3825b7319ca654ae86981aad27f880d01693826d546025a2f6d43566cea5f6e09a58058f98c4faf diff --git a/dev-python/sip/sip-4.15_pre20130808.ebuild b/dev-python/sip/sip-4.15_pre20130814.ebuild similarity index 99% rename from dev-python/sip/sip-4.15_pre20130808.ebuild rename to dev-python/sip/sip-4.15_pre20130814.ebuild index da3e241..6292eea 100644 --- a/dev-python/sip/sip-4.15_pre20130808.ebuild +++ b/dev-python/sip/sip-4.15_pre20130814.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then inherit mercurial elif [[ ${PV} == *_pre* ]]; then # development snapshot - HG_REVISION=bf49a3ad5612 + HG_REVISION=66235bf9625f MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION} SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P}