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 16328198005 for ; Mon, 25 Feb 2013 05:01:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E019EE064C; Mon, 25 Feb 2013 05:01:09 +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 6D75FE064C for ; Mon, 25 Feb 2013 05:01:09 +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 0B91B33DCF6 for ; Mon, 25 Feb 2013 05:01:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9585BE4075 for ; Mon, 25 Feb 2013 05:01:05 +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: <1361768424.bb3787869fdbae8952588d89226e52bc937ef802.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_pre20130221.ebuild dev-python/sip/sip-4.14.4_pre20130225.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: bb3787869fdbae8952588d89226e52bc937ef802 X-VCS-Branch: master Date: Mon, 25 Feb 2013 05:01:05 +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: deaeb9ce-0989-44fd-8be5-596d74b839ee X-Archives-Hash: 9443d029b0530c94db0a719b0cf052ad commit: bb3787869fdbae8952588d89226e52bc937ef802 Author: Markos Chandras gentoo org> AuthorDate: Mon Feb 25 05:00:24 2013 +0000 Commit: Markos Chandras gentoo org> CommitDate: Mon Feb 25 05:00:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bb378786 PyQt4/sip: Automated version bump, remove old --- dev-python/sip/Manifest | 2 +- ...130221.ebuild => sip-4.14.4_pre20130225.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index 2e90f15..b1ed4cf 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1 +1 @@ -DIST sip-4.14.4-snapshot-45a50c6d82fe.tar.gz 728881 SHA256 225297a27930f6466a8771a3ee6e25d7536a9181d525442823717bd423cf2de5 SHA512 ade4e2bf9913c3af0bad413de0aa1b32fe1aecb3ba25b8d8314bd8b08e0cb36b02cd68ef794c69056c76217da40bcd2f1cb727b94cb27beef91f3c95db0142c7 WHIRLPOOL 729bd452046c729627dad71c52f8dc448015202dd6ca225b3e334f54abe4a15eaa561ecc0e431073f8c22b4d48f94ca9b313504f12f6b89a9970915b33f822a6 +DIST sip-4.14.4-snapshot-34f6f0d52c1e.tar.gz 729088 SHA256 4f81a4eee1bb0e6201c25e34566e6d6d6e44df369869b942a50f66d3dbc18d99 SHA512 b9fb2a3b11a75edc5f8f3fb5ed76196203e3341a42045ec45bdd1118612b6e887c3b6af28cbe5947e76b16b38f424983f20b01ca06744f328a08a49c21cd20ad WHIRLPOOL ebc1cc26204f1e54d724ca998f12277f05b024fd5bb9b791b105b992acceea564551d9c6c1fe8aaa3cdb25d673ecc8f5be59565d5d85bd79703f495b9b8253c9 diff --git a/dev-python/sip/sip-4.14.4_pre20130221.ebuild b/dev-python/sip/sip-4.14.4_pre20130225.ebuild similarity index 99% rename from dev-python/sip/sip-4.14.4_pre20130221.ebuild rename to dev-python/sip/sip-4.14.4_pre20130225.ebuild index 3ab0192..334e186 100644 --- a/dev-python/sip/sip-4.14.4_pre20130221.ebuild +++ b/dev-python/sip/sip-4.14.4_pre20130225.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then inherit mercurial elif [[ ${PV} == *_pre* ]]; then # development snapshot - HG_REVISION=45a50c6d82fe + HG_REVISION=34f6f0d52c1e MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION} SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P}