Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/bibtex2html: bibtex2html-1.91.ebuild bibtex2html-1.80.ebuild ChangeLog
Date: Fri, 03 Oct 2008 06:29:21
Message-Id: E1KleA9-0000zO-4V@stork.gentoo.org
1 aballier 08/10/03 06:29:17
2
3 Modified: bibtex2html-1.91.ebuild bibtex2html-1.80.ebuild
4 ChangeLog
5 Log:
6 rdepend on latex-base for bibtex and some bibtex styles, bug #239352
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
8
9 Revision Changes Path
10 1.2 dev-tex/bibtex2html/bibtex2html-1.91.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.91.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.91.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.91.ebuild?r1=1.1&r2=1.2
15
16 Index: bibtex2html-1.91.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.91.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bibtex2html-1.91.ebuild 8 Apr 2008 21:28:32 -0000 1.1
23 +++ bibtex2html-1.91.ebuild 3 Oct 2008 06:29:16 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.91.ebuild,v 1.1 2008/04/08 21:28:32 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.91.ebuild,v 1.2 2008/10/03 06:29:16 aballier Exp $
29
30 inherit eutils
31
32 @@ -16,14 +16,15 @@
33 KEYWORDS="~amd64 ~ppc ~x86"
34 RESTRICT="test"
35
36 -RDEPEND=">=dev-lang/ocaml-3.09"
37 # With use doc we need a latex compiler to generate manual.ps
38 # hevea is used for manual.html
39 # manual.tex needs fullpage.sty
40 -DEPEND="${RDEPEND}
41 +DEPEND=">=dev-lang/ocaml-3.09
42 doc? ( virtual/latex-base
43 || ( dev-texlive/texlive-latexextra app-text/tetex app-text/ptex )
44 dev-tex/hevea )"
45 +# We need tex-base for bibtex but also some bibtex styles, so we use latex-base
46 +RDEPEND="virtual/latex-base"
47
48 src_unpack() {
49 unpack ${A}
50
51
52
53 1.4 dev-tex/bibtex2html/bibtex2html-1.80.ebuild
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.80.ebuild?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.80.ebuild?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.80.ebuild?r1=1.3&r2=1.4
58
59 Index: bibtex2html-1.80.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.80.ebuild,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- bibtex2html-1.80.ebuild 5 Nov 2007 15:09:47 -0000 1.3
66 +++ bibtex2html-1.80.ebuild 3 Oct 2008 06:29:16 -0000 1.4
67 @@ -1,6 +1,6 @@
68 -# Copyright 1999-2007 Gentoo Foundation
69 +# Copyright 1999-2008 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.80.ebuild,v 1.3 2007/11/05 15:09:47 cryos Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.80.ebuild,v 1.4 2008/10/03 06:29:16 aballier Exp $
73
74 inherit fixheadtails
75
76 @@ -16,6 +16,8 @@
77 KEYWORDS="amd64 ~ppc x86"
78
79 DEPEND=">=dev-lang/ocaml-3.07"
80 +# We need tex-base for bibtex but also some bibtex styles, so we use latex-base
81 +RDEPEND="virtual/latex-base"
82
83 src_compile() {
84 ht_fix_file configure*
85
86
87
88 1.14 dev-tex/bibtex2html/ChangeLog
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/ChangeLog?rev=1.14&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/ChangeLog?rev=1.14&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/ChangeLog?r1=1.13&r2=1.14
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v
97 retrieving revision 1.13
98 retrieving revision 1.14
99 diff -u -r1.13 -r1.14
100 --- ChangeLog 13 Apr 2008 18:22:57 -0000 1.13
101 +++ ChangeLog 3 Oct 2008 06:29:16 -0000 1.14
102 @@ -1,6 +1,10 @@
103 # ChangeLog for dev-tex/bibtex2html
104 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.13 2008/04/13 18:22:57 aballier Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.14 2008/10/03 06:29:16 aballier Exp $
107 +
108 + 03 Oct 2008; Alexis Ballier <aballier@g.o> bibtex2html-1.80.ebuild,
109 + bibtex2html-1.91.ebuild:
110 + rdepend on latex-base for bibtex and some bibtex styles, bug #239352
111
112 13 Apr 2008; Alexis Ballier <aballier@g.o>
113 -bibtex2html-1.70.ebuild, -bibtex2html-1.88.ebuild: