summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-09-21 08:36:01 +0000
committerMichał Górny <mgorny@gentoo.org>2011-09-21 08:36:01 +0000
commit9a18f039f5e6f2e528edb50dbcb4d2ffda62453b (patch)
tree3fc99da5a534697893e51079d6e299c7fe282299 /sys-devel
parentMigrate to git-2. (diff)
downloadgentoo-2-9a18f039f5e6f2e528edb50dbcb4d2ffda62453b.tar.gz
gentoo-2-9a18f039f5e6f2e528edb50dbcb4d2ffda62453b.tar.bz2
gentoo-2-9a18f039f5e6f2e528edb50dbcb4d2ffda62453b.zip
Migrate to git-2.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autoconf/ChangeLog5
-rw-r--r--sys-devel/autoconf/autoconf-9999.ebuild10
2 files changed, 10 insertions, 5 deletions
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 <mgorny@gentoo.org> autoconf-9999.ebuild:
+ Migrate to git-2.
22 Jul 2011; Jeroen Roovers <jer@gentoo.org> 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