Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gsview: gsview-4.8.ebuild ChangeLog
Date: Sat, 26 Dec 2009 19:39:02
Message-Id: E1NOcTb-0008Ju-LS@stork.gentoo.org
1 pva 09/12/26 19:38:59
2
3 Modified: gsview-4.8.ebuild ChangeLog
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.14 app-text/gsview/gsview-4.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gsview/gsview-4.8.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gsview/gsview-4.8.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gsview/gsview-4.8.ebuild?r1=1.13&r2=1.14
14
15 Index: gsview-4.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.8.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- gsview-4.8.ebuild 29 Aug 2009 22:07:12 -0000 1.13
22 +++ gsview-4.8.ebuild 26 Dec 2009 19:38:59 -0000 1.14
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.8.ebuild,v 1.13 2009/08/29 22:07:12 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.8.ebuild,v 1.14 2009/12/26 19:38:59 pva Exp $
28
29 inherit eutils
30
31 @@ -17,7 +17,7 @@
32 RDEPEND="=x11-libs/gtk+-1.2*
33 app-text/epstool
34 app-text/pstotext
35 - virtual/ghostscript"
36 + app-text/ghostscript-gpl"
37 DEPEND="app-arch/unzip
38 =x11-libs/gtk+-1.2*"
39
40
41
42
43 1.31 app-text/gsview/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gsview/ChangeLog?rev=1.31&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gsview/ChangeLog?rev=1.31&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/gsview/ChangeLog?r1=1.30&r2=1.31
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-text/gsview/ChangeLog,v
52 retrieving revision 1.30
53 retrieving revision 1.31
54 diff -u -r1.30 -r1.31
55 --- ChangeLog 29 Aug 2009 22:07:12 -0000 1.30
56 +++ ChangeLog 26 Dec 2009 19:38:59 -0000 1.31
57 @@ -1,6 +1,10 @@
58 # ChangeLog for app-text/gsview
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/ChangeLog,v 1.30 2009/08/29 22:07:12 flameeyes Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/ChangeLog,v 1.31 2009/12/26 19:38:59 pva Exp $
62 +
63 + 26 Dec 2009; Peter Volkov <pva@g.o> gsview-4.8.ebuild:
64 + virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
65 + implementation left in the tree.
66
67 29 Aug 2009; Diego E. Pettenò <flameeyes@g.o> gsview-4.8.ebuild:
68 Use emake -j1 (bug #283165).