Migrate to git-2.
authorMichał Górny <mgorny@gentoo.org>
Wed, 21 Sep 2011 08:39:50 +0000 (08:39 +0000)
committerMichał Górny <mgorny@gentoo.org>
Wed, 21 Sep 2011 08:39:50 +0000 (08:39 +0000)
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64

12 files changed:
sys-devel/autoconf/ChangeLog
sys-devel/autoconf/autoconf-9999.ebuild
sys-devel/automake/ChangeLog
sys-devel/automake/automake-9999.ebuild
sys-devel/gnuconfig/ChangeLog
sys-devel/gnuconfig/gnuconfig-99999999.ebuild
sys-devel/libtool/ChangeLog
sys-devel/libtool/libtool-9999.ebuild
sys-devel/smatch/ChangeLog
sys-devel/smatch/smatch-9999.ebuild
sys-devel/sparse/ChangeLog
sys-devel/sparse/sparse-9999.ebuild

index cba2ccbd8fa0fb6d195e3946ddee54a9788d791f..fce343fe8718f8a8679157b69b4b8da5dac12d6d 100644 (file)
@@ -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:
index d46cfb78976e69f1caeae0093d495a754d2ec1e0..eb8c5125e6f0603e09d91afbeb2b3b0d07c27374 100644 (file)
@@ -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
index 390b3ae055233601f575387823a6baa63430b931..af1e5e4757ace08923cf3e7933874c0e90ee6061 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.152 2011/04/08 18:02:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.153 2011/09/21 08:35:56 mgorny Exp $
+
+  21 Sep 2011; Michał Górny <mgorny@gentoo.org> automake-9999.ebuild:
+  Migrate to git-2.
 
 *automake-1.11.1-r1 (08 Apr 2011)
 
index 5b63635d0b57b84d7647d4033f873a06a63034db..0eda3f4d3a851cb1cc7a2fc9dc64d775b5a8e0c7 100644 (file)
@@ -1,10 +1,11 @@
-# Copyright 1999-2009 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/automake/automake-9999.ebuild,v 1.3 2009/02/08 19:42:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-9999.ebuild,v 1.4 2011/09/21 08:35:56 mgorny Exp $
 
-EGIT_REPO_URI="git://git.savannah.gnu.org/automake.git"
+EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git
+       http://git.savannah.gnu.org/r/${PN}.git"
 
-inherit eutils git
+inherit eutils git-2
 
 DESCRIPTION="Used to generate Makefile.in from Makefile.am"
 HOMEPAGE="http://sources.redhat.com/automake/"
@@ -24,7 +25,7 @@ DEPEND="${RDEPEND}
        sys-apps/help2man"
 
 src_unpack() {
-       git_src_unpack
+       git-2_src_unpack
        cd "${S}"
        sed -i \
                -e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
index 1a2597328d8eb1f449f6aca218528517095190a4..b8af86f4b3a977d9e18eb53601dadcd558e506c0 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gnuconfig
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.58 2011/08/15 03:27:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.59 2011/09/21 08:39:50 mgorny Exp $
+
+  21 Sep 2011; Michał Górny <mgorny@gentoo.org> gnuconfig-99999999.ebuild:
+  Migrate to git-2.
 
 *gnuconfig-20110814 (15 Aug 2011)
 
index d1e1e6ca49f101bf744735d592779fd19eb53f30..f396576545d576c86a2824c4b434b0cac66e9268 100644 (file)
@@ -1,13 +1,15 @@
-# 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/gnuconfig/gnuconfig-99999999.ebuild,v 1.7 2011/02/19 17:39:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild,v 1.8 2011/09/21 08:39:50 mgorny Exp $
 
 EAPI="2"
 
 inherit eutils
 if [[ ${PV} == "99999999" ]] ; then
-       EGIT_REPO_URI="git://git.savannah.gnu.org/config.git"
-       inherit git
+       EGIT_REPO_URI="git://git.savannah.gnu.org/config.git
+               http://git.savannah.gnu.org/r/config.git"
+
+       inherit git-2
 else
        SRC_URI="mirror://gentoo/${P}.tar.bz2"
        KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
@@ -38,7 +40,7 @@ maint_pkg_create() {
 
 src_unpack() {
        if [[ ${PV} == "99999999" ]] ; then
-               git_src_unpack
+               git-2_src_unpack
                maint_pkg_create
        else
                unpack ${A}
index c8d5e8f726cff5d1b4c19b586ea3bea718a36f6c..2b864ca6bfd7893575d3d44541502a796fc85c4f 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.190 2011/08/22 18:20:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.191 2011/09/21 08:35:59 mgorny Exp $
+
+  21 Sep 2011; Michał Górny <mgorny@gentoo.org> libtool-9999.ebuild:
+  Migrate to git-2.
 
   22 Aug 2011; Mike Frysinger <vapier@gentoo.org> libtool-2.2.10.ebuild,
   libtool-2.4-r1.ebuild:
index 4dd243df33c533077f3d841c26d05bab215c6443..290364d6388ae7c7d20e697cbf05618c671707d4 100644 (file)
@@ -1,12 +1,14 @@
-# Copyright 1999-2009 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/libtool/libtool-9999.ebuild,v 1.5 2011/02/19 17:29:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v 1.6 2011/09/21 08:35:59 mgorny Exp $
 
 inherit eutils
 
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://git.savannah.gnu.org/libtool.git"
-       inherit git
+       EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git
+               http://git.savannah.gnu.org/r/${PN}.git"
+
+       inherit git-2
 else
        SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 fi
@@ -29,7 +31,7 @@ S=${WORKDIR}/${ECVS_MODULE}
 
 src_unpack() {
        if [[ ${PV} == "9999" ]] ; then
-               git_src_unpack
+               git-2_src_unpack
                cd "${S}"
                ./bootstrap || die
        else
index b0e4f328b427e46c1cc811b7c25db36b6bd5ed10..7abeb1947fd50d13b9f8a2cb695ec57fbdb72509 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/smatch
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/smatch/ChangeLog,v 1.1 2011/09/08 22:10:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/smatch/ChangeLog,v 1.2 2011/09/21 08:38:29 mgorny Exp $
+
+  21 Sep 2011; Michał Górny <mgorny@gentoo.org> smatch-9999.ebuild:
+  Migrate to git-2.
 
 *smatch-9999 (08 Sep 2011)
 
index 6a2ce508c7b3c01b6784fa26cb4f47b01aa19c6f..bde661fa5621c03d31497be7aa1446506be5fe74 100644 (file)
@@ -1,13 +1,14 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/smatch/smatch-9999.ebuild,v 1.1 2011/09/08 22:10:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/smatch/smatch-9999.ebuild,v 1.2 2011/09/21 08:38:29 mgorny Exp $
 
 EAPI="2"
 
 inherit multilib toolchain-funcs
 if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="git://repo.or.cz/smatch.git"
-       inherit git
+       EGIT_REPO_URI="git://repo.or.cz/${PN}.git
+               http://repo.or.cz/r/${PN}.git"
+       inherit git-2
 fi
 
 DESCRIPTION="static analysis tool for C"
index 00ac9002a089efc58f1705dca52dd6fa3f2f3ead..ff0e2db116427f9aad9dd82f74c5e627a74b642e 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/sparse
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.43 2011/04/08 01:32:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.44 2011/09/21 08:38:30 mgorny Exp $
+
+  21 Sep 2011; Michał Górny <mgorny@gentoo.org> sparse-9999.ebuild:
+  Migrate to git-2.
 
   08 Apr 2011; Diego E. Pettenò <flameeyes@gentoo.org> sparse-0.4.3.ebuild:
   Add a comment on where to find the patches.
index c51fe47517cf75bb4f3df23e77d4e96f7fc95713..19536296fd3e9ab54c8e65225803a4443e9850da 100644 (file)
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-9999.ebuild,v 1.8 2011/04/08 01:31:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-9999.ebuild,v 1.9 2011/09/21 08:38:30 mgorny Exp $
 
 EAPI="2"
 
 inherit multilib toolchain-funcs
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://git.kernel.org/pub/scm/devel/sparse/sparse.git"
-       inherit git
+       inherit git-2
 fi
 
 DESCRIPTION="C semantic parser"