Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-9999.ebuild
Date: Tue, 22 Apr 2008 22:54:41
Message-Id: E1JoRNn-0003et-8w@stork.gentoo.org
1 vapier 08/04/22 22:54:39
2
3 Modified: libtool-9999.ebuild
4 Log:
5 switch over to git
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.3 sys-devel/libtool/libtool-9999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild?r1=1.2&r2=1.3
14
15 Index: libtool-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libtool-9999.ebuild 2 Apr 2008 03:08:37 -0000 1.2
22 +++ libtool-9999.ebuild 22 Apr 2008 22:54:38 -0000 1.3
23 @@ -1,13 +1,12 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v 1.2 2008/04/02 03:08:37 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-9999.ebuild,v 1.3 2008/04/22 22:54:38 vapier Exp $
28
29 inherit eutils
30
31 if [[ ${PV} == "9999" ]] ; then
32 - ECVS_SERVER="cvs.sv.gnu.org:/sources/libtool"
33 - ECVS_MODULE="libtool"
34 - inherit cvs
35 + EGIT_REPO_URI="git://git.savannah.gnu.org/libtool.git"
36 + inherit git
37 else
38 SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
39 fi
40 @@ -30,7 +29,7 @@
41
42 src_unpack() {
43 if [[ ${PV} == "9999" ]] ; then
44 - cvs_src_unpack
45 + git_src_unpack
46 cd "${S}"
47 ./bootstrap || die
48 else
49
50
51
52 --
53 gentoo-commits@l.g.o mailing list