Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/lhs2tex: lhs2tex-1.11.ebuild lhs2tex-1.10_pre.ebuild ChangeLog
Date: Wed, 03 Sep 2008 21:03:28
Message-Id: E1KazVd-000670-Qf@stork.gentoo.org
1 opfer 08/09/03 21:03:25
2
3 Modified: lhs2tex-1.11.ebuild lhs2tex-1.10_pre.ebuild
4 ChangeLog
5 Log:
6 replace virtual/tetex with virtual/latex-base
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.11 dev-haskell/lhs2tex/lhs2tex-1.11.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild?r1=1.10&r2=1.11
15
16 Index: lhs2tex-1.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- lhs2tex-1.11.ebuild 14 Dec 2007 01:31:45 -0000 1.10
23 +++ lhs2tex-1.11.ebuild 3 Sep 2008 21:03:25 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.10 2007/12/14 01:31:45 dcoutts Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.11 2008/09/03 21:03:25 opfer Exp $
30
31 DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX"
32 HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex"
33 @@ -16,7 +16,7 @@
34 DEPEND=">=dev-tex/polytable-0.8.2
35 <dev-lang/ghc-6.8
36 =dev-haskell/cabal-1.1.6*
37 - doc? ( dev-lang/hugs98 virtual/tetex )"
38 + doc? ( dev-lang/hugs98 virtual/latex-base )"
39
40 RDEPEND=">=dev-tex/polytable-0.8.2"
41
42
43
44
45 1.13 dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild?rev=1.13&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild?rev=1.13&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild?r1=1.12&r2=1.13
50
51 Index: lhs2tex-1.10_pre.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v
54 retrieving revision 1.12
55 retrieving revision 1.13
56 diff -u -r1.12 -r1.13
57 --- lhs2tex-1.10_pre.ebuild 31 Oct 2007 13:08:10 -0000 1.12
58 +++ lhs2tex-1.10_pre.ebuild 3 Sep 2008 21:03:25 -0000 1.13
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2007 Gentoo Foundation
61 +# Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v 1.12 2007/10/31 13:08:10 dcoutts Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v 1.13 2008/09/03 21:03:25 opfer Exp $
65
66 DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX"
67 HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex"
68 @@ -17,7 +17,7 @@
69 >=dev-lang/ghc-5.04
70 !>=dev-lang/ghc-6.6
71 doc? ( dev-lang/hugs98 )
72 - virtual/tetex"
73 + virtual/latex-base"
74
75 src_compile() {
76 # polytable is installed separately
77
78
79
80 1.23 dev-haskell/lhs2tex/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/ChangeLog?rev=1.23&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/ChangeLog?rev=1.23&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/lhs2tex/ChangeLog?r1=1.22&r2=1.23
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v
89 retrieving revision 1.22
90 retrieving revision 1.23
91 diff -u -r1.22 -r1.23
92 --- ChangeLog 12 Mar 2008 12:56:31 -0000 1.22
93 +++ ChangeLog 3 Sep 2008 21:03:25 -0000 1.23
94 @@ -1,6 +1,10 @@
95 # ChangeLog for dev-haskell/lhs2tex
96 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.22 2008/03/12 12:56:31 phreak Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.23 2008/09/03 21:03:25 opfer Exp $
99 +
100 + 03 Sep 2008; Christian Faulhammer <opfer@g.o>
101 + lhs2tex-1.10_pre.ebuild, lhs2tex-1.11.ebuild:
102 + replace virtual/tetex with virtual/latex-base
103
104 12 Mar 2008; Christian Heim <phreak@g.o> metadata.xml:
105 Removing Andres Loeh (kosmikus, #200333) from metadata.xml.