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/dot2tex: ChangeLog dot2tex-2.8.4.ebuild dot2tex-2.8.2.ebuild
Date: Fri, 26 Sep 2008 11:27:28
Message-Id: E1KjBTi-0008Pl-O8@stork.gentoo.org
1 aballier 08/09/26 11:27:18
2
3 Modified: ChangeLog
4 Added: dot2tex-2.8.4.ebuild
5 Removed: dot2tex-2.8.2.ebuild
6 Log:
7 version bump
8 (Portage version: 2.2_rc10/cvs/Linux 2.6.26.5 x86_64)
9
10 Revision Changes Path
11 1.5 dev-tex/dot2tex/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/dot2tex/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/dot2tex/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/dot2tex/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 14 Jun 2008 10:18:22 -0000 1.4
24 +++ ChangeLog 26 Sep 2008 11:27:18 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-tex/dot2tex
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.4 2008/06/14 10:18:22 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.5 2008/09/26 11:27:18 aballier Exp $
30 +
31 +*dot2tex-2.8.4 (26 Sep 2008)
32 +
33 + 26 Sep 2008; Alexis Ballier <aballier@g.o> -dot2tex-2.8.2.ebuild,
34 + +dot2tex-2.8.4.ebuild:
35 + version bump
36
37 14 Jun 2008; Raúl Porcel <armin76@g.o> dot2tex-2.8.2.ebuild:
38 Add ~x86
39
40
41
42 1.1 dev-tex/dot2tex/dot2tex-2.8.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: dot2tex-2.8.4.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.4.ebuild,v 1.1 2008/09/26 11:27:18 aballier Exp $
52
53 inherit distutils
54
55 DESCRIPTION="A Graphviz to LaTeX converter"
56 HOMEPAGE="http://www.fauskes.net/code/dot2tex/"
57 SRC_URI="http://dot2tex.googlecode.com/files/${P}.tar.gz"
58
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="doc examples"
63
64 DEPEND=""
65 RDEPEND=">=dev-python/pyparsing-1.4.8
66 media-gfx/pydot
67 media-gfx/graphviz"
68
69 DOCS="changelog.txt"
70
71 src_install() {
72 distutils_src_install
73 if use doc; then
74 dohtml -r doc/*
75 dodoc doc/usage.{txt,pdf}
76 fi
77 if use examples; then
78 insinto "/usr/share/doc/${PF}/examples"
79 doins examples/*
80 fi
81 }