Gentoo Archives: gentoo-commits

From: "Andrew Gaffney (agaffney)" <agaffney@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/catalyst: ChangeLog catalyst-9999.ebuild
Date: Sun, 03 May 2009 20:21:12
Message-Id: E1M0erk-0005ly-VC@stork.gentoo.org
1 agaffney 09/05/03 16:48:36
2
3 Modified: ChangeLog catalyst-9999.ebuild
4 Log:
5 Adding ${PN} to ${S} for -9999 to make it work everywhere
6 (Portage version: 2.1.6.12/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.208 dev-util/catalyst/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.208&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?rev=1.208&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/ChangeLog?r1=1.207&r2=1.208
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v
18 retrieving revision 1.207
19 retrieving revision 1.208
20 diff -u -r1.207 -r1.208
21 --- ChangeLog 20 Dec 2008 21:30:08 -0000 1.207
22 +++ ChangeLog 3 May 2009 16:48:36 -0000 1.208
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/catalyst
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.207 2008/12/20 21:30:08 agaffney Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.208 2009/05/03 16:48:36 agaffney Exp $
29 +
30 + 03 May 2009; Andrew Gaffney <agaffney@g.o> catalyst-9999.ebuild:
31 + Adding ${PN} to ${S} for -9999 to make it work everywhere
32
33 *catalyst-2.0.6.903 (20 Dec 2008)
34
35
36
37
38 1.7 dev-util/catalyst/catalyst-9999.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild?r1=1.6&r2=1.7
43
44 Index: catalyst-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- catalyst-9999.ebuild 11 Oct 2008 03:01:54 -0000 1.6
51 +++ catalyst-9999.ebuild 3 May 2009 16:48:36 -0000 1.7
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.6 2008/10/11 03:01:54 robbat2 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-9999.ebuild,v 1.7 2009/05/03 16:48:36 agaffney Exp $
58
59 # catalyst-9999 -> latest SVN
60 # catalyst-9999.REV -> use SVN REV
61 @@ -12,7 +12,7 @@
62 EGIT_REPO_URI="git://git.wolf31o2.org/projs/catalyst.git"
63 inherit git eutils multilib
64 SRC_URI=""
65 - S="${WORKDIR}"
66 + S="${WORKDIR}/${PN}"
67 else
68 inherit eutils multilib
69 SRC_URI="mirror://gentoo/${P}.tar.bz2