Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/catalyst: catalyst-9999.ebuild ChangeLog
Date: Sat, 11 Oct 2008 03:01:57
Message-Id: E1KoUjq-0002JH-8b@stork.gentoo.org
1 robbat2 08/10/11 03:01:54
2
3 Modified: catalyst-9999.ebuild ChangeLog
4 Log:
5 Move live ebuild to using new Git per bug #236145
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc6-00521-gcdbf87e x86_64)
7
8 Revision Changes Path
9 1.6 dev-util/catalyst/catalyst-9999.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?r1=1.5&r2=1.6
14
15 Index: catalyst-9999.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -p -w -b -B -u -u -r1.5 -r1.6
21 --- catalyst-9999.ebuild 12 Jun 2008 23:54:26 -0000 1.5
22 +++ catalyst-9999.ebuild 11 Oct 2008 03:01:54 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.5 2008/06/12 23:54:26 wolf31o2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.6 2008/10/11 03:01:54 robbat2 Exp $
28
29 # catalyst-9999 -> latest SVN
30 # catalyst-9999.REV -> use SVN REV
31 @@ -9,10 +9,10 @@
32 if [[ ${PV} == 9999* ]]
33 then
34 [[ ${PV} == 9999.* ]] && ESVN_UPDATE_CMD="svn up -r ${PV/9999./}"
35 - ESVN_REPO_URI="svn://anonsvn.gentoo.org/catalyst/trunk"
36 - inherit subversion eutils multilib
37 + EGIT_REPO_URI="git://git.wolf31o2.org/projs/catalyst.git"
38 + inherit git eutils multilib
39 SRC_URI=""
40 - S=${WORKDIR}/trunk
41 + S="${WORKDIR}"
42 else
43 inherit eutils multilib
44 SRC_URI="mirror://gentoo/${P}.tar.bz2
45 @@ -55,7 +55,7 @@ pkg_setup() {
46
47 src_unpack() {
48 if [[ ${PV} == 9999* ]] ; then
49 - subversion_src_unpack
50 + git_src_unpack
51 else
52 unpack ${A}
53 cd "${S}"
54
55
56
57 1.205 dev-util/catalyst/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.205&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.205&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?r1=1.204&r2=1.205
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v
66 retrieving revision 1.204
67 retrieving revision 1.205
68 diff -p -w -b -B -u -u -r1.204 -r1.205
69 --- ChangeLog 12 Jun 2008 23:54:26 -0000 1.204
70 +++ ChangeLog 11 Oct 2008 03:01:54 -0000 1.205
71 @@ -1,6 +1,9 @@
72 # ChangeLog for dev-util/catalyst
73 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.204 2008/06/12 23:54:26 wolf31o2 Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.205 2008/10/11 03:01:54 robbat2 Exp $
76 +
77 + 11 Oct 2008; Robin H. Johnson <robbat2@g.o> catalyst-9999.ebuild:
78 + Move live ebuild to using new Git per bug #236145
79
80 12 Jun 2008; Chris Gianelloni <wolf31o2@g.o> catalyst-2.0.6.ebuild,
81 catalyst-9999.ebuild: