Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/gspdf: ChangeLog gspdf-0.3.ebuild gspdf-0.2.ebuild
Date: Sat, 26 Dec 2009 19:41:00
Message-Id: E1NOcVW-0000Aw-RW@stork.gentoo.org
1 pva 09/12/26 19:40:58
2
3 Modified: ChangeLog gspdf-0.3.ebuild gspdf-0.2.ebuild
4 Log:
5 virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
6 (Portage version: 2.1.7.16/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 gnustep-apps/gspdf/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gspdf/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gspdf/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gspdf/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gspdf/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 5 Jul 2009 21:50:38 -0000 1.2
22 +++ ChangeLog 26 Dec 2009 19:40:58 -0000 1.3
23 @@ -1,6 +1,11 @@
24 # ChangeLog for gnustep-apps/gspdf
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gspdf/ChangeLog,v 1.2 2009/07/05 21:50:38 voyageur Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gspdf/ChangeLog,v 1.3 2009/12/26 19:40:58 pva Exp $
28 +
29 + 26 Dec 2009; Peter Volkov <pva@g.o> gspdf-0.2.ebuild,
30 + gspdf-0.3.ebuild:
31 + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
32 + implementation left in the tree.
33
34 *gspdf-0.3 (05 Jul 2009)
35
36
37
38
39 1.2 gnustep-apps/gspdf/gspdf-0.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gspdf/gspdf-0.3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gspdf/gspdf-0.3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gspdf/gspdf-0.3.ebuild?r1=1.1&r2=1.2
44
45 Index: gspdf-0.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gspdf/gspdf-0.3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gspdf-0.3.ebuild 5 Jul 2009 21:50:38 -0000 1.1
52 +++ gspdf-0.3.ebuild 26 Dec 2009 19:40:58 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gspdf/gspdf-0.3.ebuild,v 1.1 2009/07/05 21:50:38 voyageur Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gspdf/gspdf-0.3.ebuild,v 1.2 2009/12/26 19:40:58 pva Exp $
58
59 inherit eutils gnustep-2
60
61 @@ -14,6 +14,6 @@
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 -RDEPEND="virtual/ghostscript"
66 +RDEPEND="app-text/ghostscript-gpl"
67
68 S=${WORKDIR}/${MY_PN}-${PV}
69
70
71
72 1.2 gnustep-apps/gspdf/gspdf-0.2.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gspdf/gspdf-0.2.ebuild?rev=1.2&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gspdf/gspdf-0.2.ebuild?rev=1.2&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gspdf/gspdf-0.2.ebuild?r1=1.1&r2=1.2
77
78 Index: gspdf-0.2.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gspdf/gspdf-0.2.ebuild,v
81 retrieving revision 1.1
82 retrieving revision 1.2
83 diff -u -r1.1 -r1.2
84 --- gspdf-0.2.ebuild 27 Mar 2009 12:08:56 -0000 1.1
85 +++ gspdf-0.2.ebuild 26 Dec 2009 19:40:58 -0000 1.2
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2009 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gspdf/gspdf-0.2.ebuild,v 1.1 2009/03/27 12:08:56 voyageur Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gspdf/gspdf-0.2.ebuild,v 1.2 2009/12/26 19:40:58 pva Exp $
91
92 inherit eutils gnustep-2
93
94 @@ -14,6 +14,6 @@
95 KEYWORDS="~amd64 ~ppc ~x86"
96 IUSE=""
97
98 -RDEPEND="virtual/ghostscript"
99 +RDEPEND="app-text/ghostscript-gpl"
100
101 S=${WORKDIR}/${MY_PN}-${PV}