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: ChangeLog bibtex2html-1.88.ebuild
Date: Sat, 08 Dec 2007 10:11:05
Message-Id: E1J0weC-0002aJ-Qe@stork.gentoo.org
1 aballier 07/12/08 10:11:00
2
3 Modified: ChangeLog bibtex2html-1.88.ebuild
4 Log:
5 restrict test since it needs inexistant files
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.10 dev-tex/bibtex2html/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 8 Dec 2007 10:06:48 -0000 1.9
22 +++ ChangeLog 8 Dec 2007 10:11:00 -0000 1.10
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-tex/bibtex2html
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.9 2007/12/08 10:06:48 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/ChangeLog,v 1.10 2007/12/08 10:11:00 aballier Exp $
28 +
29 + 08 Dec 2007; Alexis Ballier <aballier@g.o> bibtex2html-1.88.ebuild:
30 + restrict test since it needs inexistant files
31
32 *bibtex2html-1.88 (08 Dec 2007)
33
34
35
36
37 1.2 dev-tex/bibtex2html/bibtex2html-1.88.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.88.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.88.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.88.ebuild?r1=1.1&r2=1.2
42
43 Index: bibtex2html-1.88.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.88.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- bibtex2html-1.88.ebuild 8 Dec 2007 10:06:48 -0000 1.1
50 +++ bibtex2html-1.88.ebuild 8 Dec 2007 10:11:00 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.88.ebuild,v 1.1 2007/12/08 10:06:48 aballier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtex2html/bibtex2html-1.88.ebuild,v 1.2 2007/12/08 10:11:00 aballier Exp $
56
57 inherit eutils
58
59 @@ -14,6 +14,7 @@
60
61 LICENSE="GPL-2"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 +RESTRICT="test"
64
65 RDEPEND=">=dev-lang/ocaml-3.09"
66 # With use doc we need a latex compile to generate manual.ps
67
68
69
70 --
71 gentoo-commits@g.o mailing list