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: ChangeLog gworkspace-0.7.1.ebuild
Date: Tue, 11 Sep 2007 18:59:44
Message-Id: E1IVAqi-00087U-Qf@stork.gentoo.org
1 voyageur 07/09/11 18:52:36
2
3 Modified: ChangeLog gworkspace-0.7.1.ebuild
4 Log:
5 Make it work, until 0.8.6 can get marked stable
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.23 gnustep-apps/gworkspace/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 10 Sep 2007 16:24:07 -0000 1.22
22 +++ ChangeLog 11 Sep 2007 18:52:36 -0000 1.23
23 @@ -1,6 +1,10 @@
24 # ChangeLog for gnustep-apps/gworkspace
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.22 2007/09/10 16:24:07 voyageur Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.23 2007/09/11 18:52:36 voyageur Exp $
28 +
29 + 11 Sep 2007; Bernard Cafarelli <voyageur@g.o>
30 + gworkspace-0.7.1.ebuild:
31 + Dropped conditional depend on masked package, updated SRC_URI
32
33 *gworkspace-0.8.6 (10 Sep 2007)
34
35
36
37
38 1.6 gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild?r1=1.5&r2=1.6
43
44 Index: gworkspace-0.7.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- gworkspace-0.7.1.ebuild 13 Jul 2007 07:00:14 -0000 1.5
51 +++ gworkspace-0.7.1.ebuild 11 Sep 2007 18:52:36 -0000 1.6
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2006 Gentoo Foundation
54 +# Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild,v 1.5 2007/07/13 07:00:14 mr_bones_ Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild,v 1.6 2007/09/11 18:52:36 voyageur Exp $
58
59 inherit gnustep
60
61 @@ -8,19 +8,16 @@
62
63 DESCRIPTION="A workspace manager for GNUstep."
64 HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/"
65 -SRC_URI="http://www.gnustep.it/enrico/gworkspace/${P}.tar.gz"
66 +SRC_URI="mirror://gentoo/${P}.tar.gz"
67
68 KEYWORDS="~ppc x86"
69 LICENSE="GPL-2"
70 SLOT="0"
71
72 -IUSE="pdf"
73 DEPEND="${GS_DEPEND}
74 - pdf? ( gnustep-libs/pdfkit )
75 !gnustep-apps/desktop
76 !gnustep-apps/recycler"
77 RDEPEND="${GS_RDEPEND}
78 - pdf? ( gnustep-libs/pdfkit )
79 !gnustep-apps/desktop
80 !gnustep-apps/recycler"
81
82
83
84
85 --
86 gentoo-commits@g.o mailing list