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 18A9B198005 for ; Thu, 21 Feb 2013 05:01:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 017E521C003; Thu, 21 Feb 2013 05:00:59 +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 817E721C003 for ; Thu, 21 Feb 2013 05:00: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 6ACC933DFC9 for ; Thu, 21 Feb 2013 05:00:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A5FB7E4073 for ; Thu, 21 Feb 2013 05:00:54 +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: <1361422826.f309701f12727bb3abdca87f662c3bd124d310a7.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.4_pre20130215.ebuild dev-python/sip/sip-4.14.4_pre20130221.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: f309701f12727bb3abdca87f662c3bd124d310a7 X-VCS-Branch: master Date: Thu, 21 Feb 2013 05:00:54 +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: 464e1f3f-8dc3-4412-a42a-13c4d6d33ecd X-Archives-Hash: 9cbeb2998790a44b80b4f83cb35cf942 commit: f309701f12727bb3abdca87f662c3bd124d310a7 Author: Markos Chandras gentoo org> AuthorDate: Thu Feb 21 05:00:26 2013 +0000 Commit: Markos Chandras gentoo org> CommitDate: Thu Feb 21 05:00:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f309701f PyQt4/sip: Automated version bump, remove old --- dev-python/sip/Manifest | 2 +- ...130215.ebuild => sip-4.14.4_pre20130221.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 8afab25..2e90f15 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1 +1 @@ -DIST sip-4.14.4-snapshot-03f33e7fdfb1.tar.gz 726863 SHA256 ab2dadb18cf73eb522e1e407183d3e831d6c00b4c1093f10a4dc0d09c87f314a SHA512 b5ec93d50c04e688d856b892b325a84ece0f68d26425bb2e92273f72adcbb471b337a5f9d53eb7b905847638588988ddce4c87cf25ca2ab2c90fc35b2ad52a30 WHIRLPOOL 917e1c80e644454e2c5ebca2c7d4a9d170e1ff54b9827b8a27a03e2d185d5493934722b45e524c06e043e220f9df6125fac94b3e3a11d94fb254445b95518cf3 +DIST sip-4.14.4-snapshot-45a50c6d82fe.tar.gz 728881 SHA256 225297a27930f6466a8771a3ee6e25d7536a9181d525442823717bd423cf2de5 SHA512 ade4e2bf9913c3af0bad413de0aa1b32fe1aecb3ba25b8d8314bd8b08e0cb36b02cd68ef794c69056c76217da40bcd2f1cb727b94cb27beef91f3c95db0142c7 WHIRLPOOL 729bd452046c729627dad71c52f8dc448015202dd6ca225b3e334f54abe4a15eaa561ecc0e431073f8c22b4d48f94ca9b313504f12f6b89a9970915b33f822a6 diff --git a/dev-python/sip/sip-4.14.4_pre20130215.ebuild b/dev-python/sip/sip-4.14.4_pre20130221.ebuild similarity index 99% rename from dev-python/sip/sip-4.14.4_pre20130215.ebuild rename to dev-python/sip/sip-4.14.4_pre20130221.ebuild index d4c15ec..3ab0192 100644 --- a/dev-python/sip/sip-4.14.4_pre20130215.ebuild +++ b/dev-python/sip/sip-4.14.4_pre20130221.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then inherit mercurial elif [[ ${PV} == *_pre* ]]; then # development snapshot - HG_REVISION=03f33e7fdfb1 + HG_REVISION=45a50c6d82fe MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION} SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P}