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