Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/a2ps: ChangeLog a2ps-4.13c-r5.ebuild a2ps-4.13c-r6.ebuild
Date: Tue, 02 Sep 2008 23:39:25
Message-Id: E1KafT1-0004XW-2G@stork.gentoo.org
1 opfer 08/09/02 23:39:23
2
3 Modified: ChangeLog a2ps-4.13c-r5.ebuild a2ps-4.13c-r6.ebuild
4 Log:
5 rename USE=tetex to USE=latex for bug 196745
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.84 app-text/a2ps/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/a2ps/ChangeLog?rev=1.84&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/a2ps/ChangeLog?rev=1.84&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/a2ps/ChangeLog?r1=1.83&r2=1.84
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v
18 retrieving revision 1.83
19 retrieving revision 1.84
20 diff -u -r1.83 -r1.84
21 --- ChangeLog 2 Jun 2008 21:59:57 -0000 1.83
22 +++ ChangeLog 2 Sep 2008 23:39:22 -0000 1.84
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-text/a2ps
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.83 2008/06/02 21:59:57 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.84 2008/09/02 23:39:22 opfer Exp $
28 +
29 + 02 Sep 2008; Christian Faulhammer <opfer@g.o> a2ps-4.13c-r5.ebuild,
30 + a2ps-4.13c-r6.ebuild:
31 + rename USE=tetex to USE=latex for bug 196745
32
33 02 Jun 2008; Ulrich Mueller <ulm@g.o> a2ps-4.13c-r6.ebuild:
34 Fix compile issues, bug 216588.
35
36
37
38 1.21 app-text/a2ps/a2ps-4.13c-r5.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild?rev=1.21&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild?rev=1.21&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild?r1=1.20&r2=1.21
43
44 Index: a2ps-4.13c-r5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v
47 retrieving revision 1.20
48 retrieving revision 1.21
49 diff -u -r1.20 -r1.21
50 --- a2ps-4.13c-r5.ebuild 25 Jan 2008 19:32:00 -0000 1.20
51 +++ a2ps-4.13c-r5.ebuild 2 Sep 2008 23:39:22 -0000 1.21
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.20 2008/01/25 19:32:00 grobian Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.21 2008/09/02 23:39:22 opfer Exp $
57
58 WANT_AUTOCONF="latest"
59 WANT_AUTOMAKE="latest"
60 @@ -22,7 +22,7 @@
61 || ( >=dev-util/yacc-1.9.1 sys-devel/bison )
62 virtual/ghostscript
63 >=app-text/psutils-1.17
64 - tetex? ( virtual/tetex )
65 + latex? ( virtual/latex-base )
66 nls? ( sys-devel/gettext )"
67 RDEPEND="virtual/ghostscript
68 userland_GNU? ( || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp ) )
69
70
71
72 1.11 app-text/a2ps/a2ps-4.13c-r6.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/a2ps/a2ps-4.13c-r6.ebuild?rev=1.11&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/a2ps/a2ps-4.13c-r6.ebuild?rev=1.11&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/a2ps/a2ps-4.13c-r6.ebuild?r1=1.10&r2=1.11
77
78 Index: a2ps-4.13c-r6.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r6.ebuild,v
81 retrieving revision 1.10
82 retrieving revision 1.11
83 diff -u -r1.10 -r1.11
84 --- a2ps-4.13c-r6.ebuild 2 Jun 2008 21:59:57 -0000 1.10
85 +++ a2ps-4.13c-r6.ebuild 2 Sep 2008 23:39:22 -0000 1.11
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2008 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r6.ebuild,v 1.10 2008/06/02 21:59:57 ulm Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r6.ebuild,v 1.11 2008/09/02 23:39:22 opfer Exp $
91
92 WANT_AUTOCONF="latest"
93 WANT_AUTOMAKE="latest"
94 @@ -16,14 +16,14 @@
95 LICENSE="GPL-2"
96 SLOT="0"
97 KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
98 -IUSE="cjk emacs nls tetex vanilla userland_BSD userland_GNU"
99 +IUSE="cjk emacs nls latex vanilla userland_BSD userland_GNU"
100
101 DEPEND=">=dev-util/gperf-2.7.2
102 || ( >=dev-util/yacc-1.9.1 sys-devel/bison )
103 virtual/ghostscript
104 >=app-text/psutils-1.17
105 emacs? ( virtual/emacs )
106 - tetex? ( virtual/tetex )
107 + latex? ( virtual/latex-base )
108 nls? ( sys-devel/gettext )"
109 RDEPEND="virtual/ghostscript
110 userland_GNU? ( || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp ) )