From 9a18f039f5e6f2e528edb50dbcb4d2ffda62453b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 21 Sep 2011 08:36:01 +0000 Subject: Migrate to git-2. (Portage version: 2.2.0_alpha59/cvs/Linux x86_64) --- sys-devel/autoconf/ChangeLog | 5 ++++- sys-devel/autoconf/autoconf-9999.ebuild | 10 ++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'sys-devel') diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index cba2ccbd8fa0..fce343fe8718 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/autoconf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.165 2011/07/22 13:51:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.166 2011/09/21 08:36:01 mgorny Exp $ + + 21 Sep 2011; Michał Górny autoconf-9999.ebuild: + Migrate to git-2. 22 Jul 2011; Jeroen Roovers autoconf-2.67.ebuild, autoconf-2.68.ebuild: diff --git a/sys-devel/autoconf/autoconf-9999.ebuild b/sys-devel/autoconf/autoconf-9999.ebuild index d46cfb78976e..eb8c5125e6f0 100644 --- a/sys-devel/autoconf/autoconf-9999.ebuild +++ b/sys-devel/autoconf/autoconf-9999.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild,v 1.3 2010/09/22 23:56:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-9999.ebuild,v 1.4 2011/09/21 08:36:01 mgorny Exp $ EAPI="2" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.savannah.gnu.org/autoconf.git" - inherit git + EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git + http://git.savannah.gnu.org/r/${PN}.git" + + inherit git-2 SRC_URI="" #KEYWORDS="" else -- cgit v1.2.3-65-gdbad