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-util/autodia: autodia-2.08.ebuild ChangeLog
Date: Sat, 21 Mar 2009 14:17:02
Message-Id: E1Ll20R-0002fI-Qq@stork.gentoo.org
1 tove 09/03/21 14:16:59
2
3 Modified: ChangeLog
4 Added: autodia-2.08.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc26/cvs/Linux i686)
8
9 Revision Changes Path
10 1.4 dev-util/autodia/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/autodia/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/autodia/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/autodia/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/autodia/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 18 Nov 2008 16:03:02 -0000 1.3
23 +++ ChangeLog 21 Mar 2009 14:16:59 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/autodia
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/ChangeLog,v 1.3 2008/11/18 16:03:02 tove Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/ChangeLog,v 1.4 2009/03/21 14:16:59 tove Exp $
30 +
31 +*autodia-2.08 (21 Mar 2009)
32 +
33 + 21 Mar 2009; Torsten Veller <tove@g.o> +autodia-2.08.ebuild:
34 + Version bump
35
36 18 Nov 2008; Torsten Veller <tove@g.o> autodia-2.03.ebuild:
37 New virtuals: module-build
38
39
40
41 1.1 dev-util/autodia/autodia-2.08.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/autodia/autodia-2.08.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/autodia/autodia-2.08.ebuild?rev=1.1&content-type=text/plain
45
46 Index: autodia-2.08.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/autodia-2.08.ebuild,v 1.1 2009/03/21 14:16:59 tove Exp $
51
52 MODULE_AUTHOR=TEEJAY
53 MY_PN=Autodia
54 MY_P=${MY_PN}-${PV}
55
56 inherit perl-app multilib
57
58 DESCRIPTION="A modular application that parses source code, XML or data and produces an XML document in Dia format"
59 HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="graphviz"
65
66 RDEPEND="dev-lang/perl
67 dev-perl/Template-Toolkit
68 dev-perl/XML-Simple
69 graphviz? ( dev-perl/GraphViz )"
70
71 DEPEND="${RDEPEND}
72 virtual/perl-Module-Build"
73
74 S=${WORKDIR}/${MY_P}
75
76 src_install() {
77 mydoc="FAQ DEVELOP TODO"
78 perl-module_src_install
79 dosym ${VENDOR_LIB}/autodia.pl /usr/bin/autodia.pl || die
80 }