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 9717B138247 for ; Mon, 6 Jan 2014 19:27:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBB44E0B85; Mon, 6 Jan 2014 19:27:14 +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 7ACDEE0B67 for ; Mon, 6 Jan 2014 19:27:13 +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 A0C1733F74C for ; Mon, 6 Jan 2014 19:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 80F3CE5535 for ; Mon, 6 Jan 2014 19:27:10 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1389035946.9f61f0d770ce7245c2cc8d435a3c433bc3c23be4.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/RecSQL/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/RecSQL/ChangeLog dev-python/RecSQL/RecSQL-9999.ebuild X-VCS-Directories: dev-python/RecSQL/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9f61f0d770ce7245c2cc8d435a3c433bc3c23be4 X-VCS-Branch: master Date: Mon, 6 Jan 2014 19:27:10 +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: c44c877d-9584-4bde-b12f-3e8652eb3371 X-Archives-Hash: acd5bd58773d549a2926fa4a0d8fbee9 commit: 9f61f0d770ce7245c2cc8d435a3c433bc3c23be4 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 6 19:19:06 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 6 19:19:06 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9f61f0d7 dev-python/RecSQL: Switch from git-2 to git-r3 Package-Manager: portage-2.2.8 --- dev-python/RecSQL/ChangeLog | 5 ++++- dev-python/RecSQL/RecSQL-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/RecSQL/ChangeLog b/dev-python/RecSQL/ChangeLog index 16c58e0..ef054f3 100644 --- a/dev-python/RecSQL/ChangeLog +++ b/dev-python/RecSQL/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-python/RecSQL -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher RecSQL-9999.ebuild: + Switch from git-2 to git-r3 + 26 Mar 2013; Justin Lecher RecSQL-9999.ebuild, metadata.xml: Enhance python r1 eclass usage diff --git a/dev-python/RecSQL/RecSQL-9999.ebuild b/dev-python/RecSQL/RecSQL-9999.ebuild index f823e08..ac14fdb 100644 --- a/dev-python/RecSQL/RecSQL-9999.ebuild +++ b/dev-python/RecSQL/RecSQL-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_5,2_6,2_7} ) PYTHON_REQ_USE="sqlite" if [[ $PV = *9999* ]]; then - scm_eclass=git-2 + scm_eclass=git-r3 EGIT_REPO_URI=" git://github.com/orbeckst/${PN}.git https://github.com/orbeckst/${PN}.git"