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 3666C138010 for ; Wed, 24 Oct 2012 04:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13C99E03E0; Wed, 24 Oct 2012 04:04:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8EABCE03E0 for ; Wed, 24 Oct 2012 04:04:53 +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 B609033D77F for ; Wed, 24 Oct 2012 04:04:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 515DBE5436 for ; Wed, 24 Oct 2012 04:04:51 +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: <1351051239.0d85f7e83c921f6cd973073dc89f8fcaae915cc9.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.1_pre20121023.ebuild dev-python/sip/sip-4.14.1_pre20121024.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 0d85f7e83c921f6cd973073dc89f8fcaae915cc9 X-VCS-Branch: master Date: Wed, 24 Oct 2012 04:04:51 +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: f9eb0842-7c67-4ecb-af07-93cb1eb46531 X-Archives-Hash: 81bfaefb6d5f66e8aaf74f2be51520de commit: 0d85f7e83c921f6cd973073dc89f8fcaae915cc9 Author: Markos Chandras gentoo org> AuthorDate: Wed Oct 24 04:00:39 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Wed Oct 24 04:00:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0d85f7e8 PyQt4/sip: Automated version bump, remove old --- dev-python/sip/Manifest | 2 +- ...121023.ebuild => sip-4.14.1_pre20121024.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest index b9caace..15f7254 100644 --- a/dev-python/sip/Manifest +++ b/dev-python/sip/Manifest @@ -1 +1 @@ -DIST sip-4.14.1-snapshot-b90e3475bdfc.tar.gz 723168 SHA256 f0a39ef11edbdbd746a0c0c3d35e26ce2ad68fca56d13c3aa4c8a79abde11388 SHA512 71e74c84bb16c267d15d3a01a5d0ee1bdf5bfabf281ef38906e27271fdfbdd24922b74b1a9ee17af67dd0c9d6757ba4f9d1e9ac9665176d001a1e17c2b671cc4 WHIRLPOOL d9722e062d81d07c7c3e7a1070a9ce1b5b5036d176fb835c2e931e0d30fa06a7d54d425ab55bbed39ada1d5f5423395ce545c9fced750cce71fc1ebdc8e299f5 +DIST sip-4.14.1-snapshot-4ec285852cba.tar.gz 723896 SHA256 271a981016c3a875a956e3cb3713f74d5042859692d77306bb76b32d46461ccf SHA512 90c156e49c886399897a087cd7f5b7c489f4b8d4f4437e228cc8314ac7c94a1b652f76a465c3bec1e51ec6b8fbee3c73516f3252a6c8a92db8896bd8cf81e0cd WHIRLPOOL 565bfe0ac66533ac1be3373cdf9eff4f16f4d8d0078509c62995e97f26ff7e3a66a4d698b2824ebb66983fa21dd7b1fd5134d6d63339d7f03b69dea4b9bd6cf1 diff --git a/dev-python/sip/sip-4.14.1_pre20121023.ebuild b/dev-python/sip/sip-4.14.1_pre20121024.ebuild similarity index 99% rename from dev-python/sip/sip-4.14.1_pre20121023.ebuild rename to dev-python/sip/sip-4.14.1_pre20121024.ebuild index 3b10ad9..f30f9b2 100644 --- a/dev-python/sip/sip-4.14.1_pre20121023.ebuild +++ b/dev-python/sip/sip-4.14.1_pre20121024.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == *9999* ]]; then inherit mercurial elif [[ ${PV} == *_pre* ]]; then # development snapshot - HG_REVISION=b90e3475bdfc + HG_REVISION=4ec285852cba MY_P=${PN}-${PV%_pre*}-snapshot-${HG_REVISION} SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P}