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 048BB138010 for ; Sat, 13 Oct 2012 04:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4361E0552; Sat, 13 Oct 2012 04:04:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 385E3E0552 for ; Sat, 13 Oct 2012 04:04:10 +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 94B8F33D9E4 for ; Sat, 13 Oct 2012 04:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3D1AEE5436 for ; Sat, 13 Oct 2012 04:04:08 +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: <1350100832.12ccb8d72c8776d6dd7c53a01f3c51442b0ca319.hwoarang@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/sip/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/sip/sip-4.14.1_pre20121010.ebuild dev-python/sip/sip-4.14.1_pre20121013.ebuild X-VCS-Directories: dev-python/sip/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 12ccb8d72c8776d6dd7c53a01f3c51442b0ca319 X-VCS-Branch: master Date: Sat, 13 Oct 2012 04:04:08 +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: 78308483-620c-4057-aeaa-b28d4f06806d X-Archives-Hash: 23b8b6b2a76af8d1528f86d99ae7a486 commit: 12ccb8d72c8776d6dd7c53a01f3c51442b0ca319 Author: Markos Chandras gentoo org> AuthorDate: Sat Oct 13 04:00:32 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat Oct 13 04:00:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=12ccb8d7 PyQt4/sip: Automated version bump, remove old --- ...121010.ebuild => sip-4.14.1_pre20121013.ebuild} | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dev-python/sip/sip-4.14.1_pre20121010.ebuild b/dev-python/sip/sip-4.14.1_pre20121013.ebuild similarity index 98% rename from dev-python/sip/sip-4.14.1_pre20121010.ebuild rename to dev-python/sip/sip-4.14.1_pre20121013.ebuild index d0a9e2d..0056af2 100644 --- a/dev-python/sip/sip-4.14.1_pre20121010.ebuild +++ b/dev-python/sip/sip-4.14.1_pre20121013.ebuild @@ -13,7 +13,7 @@ EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip" inherit eutils python toolchain-funcs ${HG_ECLASS} -HG_REVISION=fdc332e116b2 +HG_REVISION=3eba5b9842f0 DESCRIPTION="Python extension module generator for C and C++ libraries" HOMEPAGE="http://www.riverbankcomputing.co.uk/software/sip/intro http://pypi.python.org/pypi/SIP"