diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:39:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:39:50 +0000 |
commit | 7e70906d87a888b48203a101bd782626fe7447c2 (patch) | |
tree | 2bce91d1a53cefb474d98673ed7adb8661c59feb /sys-devel | |
parent | Migrate to git-2. (diff) | |
download | historical-7e70906d87a888b48203a101bd782626fe7447c2.tar.gz historical-7e70906d87a888b48203a101bd782626fe7447c2.tar.bz2 historical-7e70906d87a888b48203a101bd782626fe7447c2.zip |
Migrate to git-2.
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-9999.ebuild | 10 | ||||
-rw-r--r-- | sys-devel/automake/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/automake/automake-9999.ebuild | 11 | ||||
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-99999999.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/libtool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-9999.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/smatch/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/smatch/smatch-9999.ebuild | 7 | ||||
-rw-r--r-- | sys-devel/sparse/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/sparse/sparse-9999.ebuild | 4 |
12 files changed, 56 insertions, 30 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 diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog index 390b3ae05523..af1e5e4757ac 100644 --- a/sys-devel/automake/ChangeLog +++ b/sys-devel/automake/ChangeLog @@ -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) diff --git a/sys-devel/automake/automake-9999.ebuild b/sys-devel/automake/automake-9999.ebuild index 5b63635d0b57..0eda3f4d3a85 100644 --- a/sys-devel/automake/automake-9999.ebuild +++ b/sys-devel/automake/automake-9999.ebuild @@ -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})|" \ diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index 1a2597328d8e..b8af86f4b3a9 100644 --- a/sys-devel/gnuconfig/ChangeLog +++ b/sys-devel/gnuconfig/ChangeLog @@ -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) diff --git a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild index d1e1e6ca49f1..f396576545d5 100644 --- a/sys-devel/gnuconfig/gnuconfig-99999999.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-99999999.ebuild @@ -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} diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index c8d5e8f726cf..2b864ca6bfd7 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -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: diff --git a/sys-devel/libtool/libtool-9999.ebuild b/sys-devel/libtool/libtool-9999.ebuild index 4dd243df33c5..290364d6388a 100644 --- a/sys-devel/libtool/libtool-9999.ebuild +++ b/sys-devel/libtool/libtool-9999.ebuild @@ -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 diff --git a/sys-devel/smatch/ChangeLog b/sys-devel/smatch/ChangeLog index b0e4f328b427..7abeb1947fd5 100644 --- a/sys-devel/smatch/ChangeLog +++ b/sys-devel/smatch/ChangeLog @@ -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) diff --git a/sys-devel/smatch/smatch-9999.ebuild b/sys-devel/smatch/smatch-9999.ebuild index 6a2ce508c7b3..bde661fa5621 100644 --- a/sys-devel/smatch/smatch-9999.ebuild +++ b/sys-devel/smatch/smatch-9999.ebuild @@ -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" diff --git a/sys-devel/sparse/ChangeLog b/sys-devel/sparse/ChangeLog index 00ac9002a089..ff0e2db11642 100644 --- a/sys-devel/sparse/ChangeLog +++ b/sys-devel/sparse/ChangeLog @@ -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. diff --git a/sys-devel/sparse/sparse-9999.ebuild b/sys-devel/sparse/sparse-9999.ebuild index c51fe47517cf..19536296fd3e 100644 --- a/sys-devel/sparse/sparse-9999.ebuild +++ b/sys-devel/sparse/sparse-9999.ebuild @@ -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" |