diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:35:59 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 08:35:59 +0000 |
commit | c4fb87ce093c30cf8c579c80b9939706d68170dc (patch) | |
tree | 6f60f9dfa8db487fd599c0432dbf27b8a632a6e9 /sys-devel | |
parent | Migrate to git-2. (diff) | |
download | gentoo-2-c4fb87ce093c30cf8c579c80b9939706d68170dc.tar.gz gentoo-2-c4fb87ce093c30cf8c579c80b9939706d68170dc.tar.bz2 gentoo-2-c4fb87ce093c30cf8c579c80b9939706d68170dc.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/libtool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-9999.ebuild | 12 |
2 files changed, 11 insertions, 6 deletions
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 |