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/gworkspace: gworkspace-0.8.6.ebuild ChangeLog gworkspace-0.7.1.ebuild
Date: Thu, 08 Nov 2007 23:36:28
Message-Id: E1IqGv8-0005e9-TD@stork.gentoo.org
1 voyageur 07/11/08 23:36:22
2
3 Modified: gworkspace-0.8.6.ebuild ChangeLog
4 Removed: gworkspace-0.7.1.ebuild
5 Log:
6 Remove old version, fix some quoting
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.5 gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild?r1=1.4&r2=1.5
15
16 Index: gworkspace-0.8.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- gworkspace-0.8.6.ebuild 27 Oct 2007 16:39:57 -0000 1.4
23 +++ gworkspace-0.8.6.ebuild 8 Nov 2007 23:36:22 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild,v 1.4 2007/10/27 16:39:57 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild,v 1.5 2007/11/08 23:36:22 voyageur Exp $
29
30 inherit autotools gnustep-2
31
32 @@ -25,8 +25,8 @@
33 unpack ${A}
34 cd "${S}"
35
36 - epatch ${FILESDIR}/${P}-rpath.patch
37 - epatch ${FILESDIR}/${P}-popplerkit.patch
38 + epatch "${FILESDIR}"/${P}-rpath.patch
39 + epatch "${FILESDIR}"/${P}-popplerkit.patch
40
41 cd Inspector
42 eautoreconf || die "failed running autoreconf"
43
44
45
46 1.26 gnustep-apps/gworkspace/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.26&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.26&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?r1=1.25&r2=1.26
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v
55 retrieving revision 1.25
56 retrieving revision 1.26
57 diff -u -r1.25 -r1.26
58 --- ChangeLog 27 Oct 2007 16:39:57 -0000 1.25
59 +++ ChangeLog 8 Nov 2007 23:36:22 -0000 1.26
60 @@ -1,6 +1,10 @@
61 # ChangeLog for gnustep-apps/gworkspace
62 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.25 2007/10/27 16:39:57 nixnut Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.26 2007/11/08 23:36:22 voyageur Exp $
65 +
66 + 08 Nov 2007; Bernard Cafarelli <voyageur@g.o>
67 + -gworkspace-0.7.1.ebuild, gworkspace-0.8.6.ebuild:
68 + Remove old version, fix some quoting
69
70 27 Oct 2007; nixnut <nixnut@g.o> gworkspace-0.8.6.ebuild:
71 Stable on ppc wrt bug 195990
72
73
74
75 --
76 gentoo-commits@g.o mailing list