Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/GraphViz: ChangeLog GraphViz-2.03.ebuild
Date: Sat, 02 Aug 2008 10:43:31
Message-Id: E1KPEa8-0007Qg-00@stork.gentoo.org
1 tove 08/08/02 10:43:27
2
3 Modified: ChangeLog
4 Added: GraphViz-2.03.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc6/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.5 dev-perl/GraphViz/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GraphViz/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GraphViz/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GraphViz/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 15 Jan 2007 22:32:51 -0000 1.4
23 +++ ChangeLog 2 Aug 2008 10:43:27 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/GraphViz
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.4 2007/01/15 22:32:51 mcummings Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.5 2008/08/02 10:43:27 tove Exp $
30 +
31 +*GraphViz-2.03 (02 Aug 2008)
32 +
33 + 02 Aug 2008; Torsten Veller <tove@g.o> +GraphViz-2.03.ebuild:
34 + Version bump
35
36 15 Jan 2007; Michael Cummings <mcummings@g.o> GraphViz-2.02.ebuild:
37 Ebuild maintenance
38
39
40
41 1.1 dev-perl/GraphViz/GraphViz-2.03.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GraphViz/GraphViz-2.03.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/GraphViz/GraphViz-2.03.ebuild?rev=1.1&content-type=text/plain
45
46 Index: GraphViz-2.03.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.03.ebuild,v 1.1 2008/08/02 10:43:27 tove Exp $
51
52 MODULE_AUTHOR=LBROCARD
53 inherit perl-module eutils
54
55 DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
56
57 LICENSE="Artistic GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61 SRC_TEST="do"
62
63 DEPEND="dev-lang/perl
64 media-gfx/graphviz
65 dev-perl/IPC-Run"
66 #dev-perl/XML-Twig #used in GraphViz::XML
67
68 src_install() {
69 perl-module_src_install
70
71 insinto /usr/share/doc/${PF}/examples
72 doins "${S}"/examples/* || die
73 }