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 B712C1381F3 for ; Thu, 18 Apr 2013 04:01:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01A10E0A92; Thu, 18 Apr 2013 04:01:24 +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 91CAEE0A92 for ; Thu, 18 Apr 2013 04:01:23 +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 7974F33DDC1 for ; Thu, 18 Apr 2013 04:01:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 17222E4306 for ; Thu, 18 Apr 2013 04:01:21 +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: <1366257625.763ad622fb5a6f47ba8ddcae2df75e77ba6805f8.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.6_pre20130410.ebuild dev-python/sip/sip-4.14.6_pre20130418.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 763ad622fb5a6f47ba8ddcae2df75e77ba6805f8 X-VCS-Branch: master Date: Thu, 18 Apr 2013 04:01:21 +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: 9b205121-2bfd-4f2a-8e13-aaa29eb5cfd1 X-Archives-Hash: 22c7a5dd5414039da5a03fe133c98617 commit: 763ad622fb5a6f47ba8ddcae2df75e77ba6805f8 Author: Markos Chandras gentoo org> AuthorDate: Thu Apr 18 04:00:25 2013 +0000 Commit: Markos Chandras gentoo org> CommitDate: Thu Apr 18 04:00:25 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=763ad622 PyQt4/sip: Automated version bump, remove old --- dev-python/sip/Manifest | 2 +- ...130410.ebuild => sip-4.14.6_pre20130418.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index eb8a833..3802a11 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1 +1 @@ -DIST sip-4.14.6-snapshot-a9f7473ba9c7.tar.gz 729341 SHA256 d7f677fc24690ac67cb8af6bc390e62239cb98e92abae9eed682158ba5380016 SHA512 68bf30e940bcf8a5384e6998a5e0646c017b21f56a6f44b97a92642349727c13162758532c3f5bb6cf8df11dcbaec47ae842654dd941ec05912424a587c4cbd1 WHIRLPOOL b3ea74a1d6f420a18e53a666298484c7328791a6d8bb136cb2cf7a1aa874c77ea050b71076bb893e6d6244975c3fd5e816abc70601e3116b30c2f270f287b1c9 +DIST sip-4.14.6-snapshot-1773f2100851.tar.gz 729665 SHA256 48795d3a6ed41ef000cd52c2a2c452856b90b026e3225e7e992907acff2e33d1 SHA512 45e27994e5b288f6108e189fd518bc9baefd3b9ef374f8473bb55e67038caf8bfc766477d83b970b417547173b4a6d81d99e18c049160a87c5dea116d799b1ae WHIRLPOOL bfe5371e63e005532493ab770614c97b7cd5c9b069fd652bc61fb791dbcaae4ca4c0ed74d045819116b484686db2e2a6e6ae01827d055dd13b179de287a79b61 diff --git a/dev-python/sip/sip-4.14.6_pre20130410.ebuild b/dev-python/sip/sip-4.14.6_pre20130418.ebuild similarity index 99% rename from dev-python/sip/sip-4.14.6_pre20130410.ebuild rename to dev-python/sip/sip-4.14.6_pre20130418.ebuild index 814f0f6..1a6a38f 100644 --- a/dev-python/sip/sip-4.14.6_pre20130410.ebuild +++ b/dev-python/sip/sip-4.14.6_pre20130418.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then inherit mercurial elif [[ ${PV} == *_pre* ]]; then # development snapshot - HG_REVISION=a9f7473ba9c7 + HG_REVISION=1773f2100851 MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION} SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P}