Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/gridlock: ChangeLog gridlock-1.9-r2.ebuild gridlock-1.9-r1.ebuild
Date: Tue, 11 Sep 2007 11:25:23
Message-Id: E1IV3l4-0001Yl-H6@stork.gentoo.org
1 voyageur 07/09/11 11:18:18
2
3 Modified: ChangeLog
4 Added: gridlock-1.9-r2.ebuild
5 Removed: gridlock-1.9-r1.ebuild
6 Log:
7 Port to new GNUstep eclasses
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.10 gnustep-apps/gridlock/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gridlock/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gridlock/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gridlock/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gridlock/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 18 Aug 2007 15:19:45 -0000 1.9
24 +++ ChangeLog 11 Sep 2007 11:18:17 -0000 1.10
25 @@ -1,6 +1,13 @@
26 # ChangeLog for gnustep-apps/gridlock
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gridlock/ChangeLog,v 1.9 2007/08/18 15:19:45 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gridlock/ChangeLog,v 1.10 2007/09/11 11:18:17 voyageur Exp $
30 +
31 +*gridlock-1.9-r2 (11 Sep 2007)
32 +
33 + 11 Sep 2007; Bernard Cafarelli <voyageur@g.o>
34 + -gridlock-1.9-r1.ebuild, +gridlock-1.9-r2.ebuild:
35 + Port to new GNUstep eclasses, fix bug #170467
36 + Changed SRC_URI to gentoo mirrors
37
38 18 Aug 2007; Christoph Mende <angelos@g.o> gridlock-1.9-r1.ebuild:
39 Added ~amd64 wrt bug #170433
40
41
42
43 1.1 gnustep-apps/gridlock/gridlock-1.9-r2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gridlock/gridlock-1.9-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gridlock/gridlock-1.9-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gridlock-1.9-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gridlock/gridlock-1.9-r2.ebuild,v 1.1 2007/09/11 11:18:17 voyageur Exp $
53
54 inherit gnustep-2
55
56 S=${WORKDIR}/${PN/g/G}
57
58 DESCRIPTION="Gridlock is a collection of grid-based games"
59 # 25 Mar 2006: upstream appears to be dead
60 HOMEPAGE="http://dozingcat.com/"
61 SRC_URI="mirror://gentoo/${PN/g/G}-gnustep-${PV}.tar.gz"
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65
66 src_unpack() {
67 unpack ${A}
68 cd ${S}
69
70 # Needed for newer make
71 rm ./obj
72 }
73
74
75
76 --
77 gentoo-commits@g.o mailing list