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 7E9041381F3 for ; Sun, 18 Aug 2013 04:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51B9CE0C0B; Sun, 18 Aug 2013 04:01:00 +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 DC498E0C0B for ; Sun, 18 Aug 2013 04:00:59 +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 B5DAB33EB39 for ; Sun, 18 Aug 2013 04:00:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3BDB4E468F for ; Sun, 18 Aug 2013 04:00:57 +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: <1376798424.903511632ad750f2d0a00ee57d72573ebf0d5adb.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_pre20130814.ebuild dev-python/sip/sip-4.15_pre20130818.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 903511632ad750f2d0a00ee57d72573ebf0d5adb X-VCS-Branch: master Date: Sun, 18 Aug 2013 04:00:57 +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: 03d5bdaf-aa5a-4d94-af57-6bb0576a4587 X-Archives-Hash: bd31cd4a6c2ed4e3e5a74b9afbe84b6f commit: 903511632ad750f2d0a00ee57d72573ebf0d5adb Author: Markos Chandras gentoo org> AuthorDate: Sun Aug 18 04:00:24 2013 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sun Aug 18 04:00:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=90351163 PyQt4/sip: Automated version bump, remove old --- dev-python/sip/Manifest | 2 +- .../sip/{sip-4.15_pre20130814.ebuild => sip-4.15_pre20130818.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index ee5f707..3641a4e 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1 +1 @@ -DIST sip-4.15-snapshot-66235bf9625f.tar.gz 747545 SHA256 210cde4cb0cab2322b0c6cead01af7e3a4336de19494a9fe5aefb675d843eb48 SHA512 b82eefbccb0e066446ba5db450626d7844bcf2e17ade51c3e3b87f00f6d7648e4beebe18aa6b460a14a151619ebcaf1dfd7f2127a2513207cd0467a7cafbe1f3 WHIRLPOOL d97268804564a9ab39ea9705bbc186cc6bf8fdd908804089c3825b7319ca654ae86981aad27f880d01693826d546025a2f6d43566cea5f6e09a58058f98c4faf +DIST sip-4.15-snapshot-69897cf50dea.tar.gz 747585 SHA256 70763a928c7eef04f598c4409c3f598a071f704dbc66820230068af4650f8f83 SHA512 349a06352ff86b9f67a8e73a8c8264bcb23cc110f2cd9ebec8a169d266f5d1b25a02b8d1c26ae9794e99546d202da50a9bf5764671722e60ce6d2f3e5ed790e4 WHIRLPOOL cb741cc5fb5605bff334f3f47a4ef6bdc5613dbf17a164eb8611123d8324133c544564d29a087f409fbec20a1e080c92ca0298817dd767c2ea6de055708150f2 diff --git a/dev-python/sip/sip-4.15_pre20130814.ebuild b/dev-python/sip/sip-4.15_pre20130818.ebuild similarity index 99% rename from dev-python/sip/sip-4.15_pre20130814.ebuild rename to dev-python/sip/sip-4.15_pre20130818.ebuild index 6292eea..6b5c67c 100644 --- a/dev-python/sip/sip-4.15_pre20130814.ebuild +++ b/dev-python/sip/sip-4.15_pre20130818.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]]; then inherit mercurial elif [[ ${PV} == *_pre* ]]; then # development snapshot - HG_REVISION=66235bf9625f + HG_REVISION=69897cf50dea MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION} SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P}