Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/dia2code: dia2code-0.8.4.ebuild ChangeLog dia2code-0.8.1.ebuild
Date: Sat, 30 Jun 2012 17:44:51
Message-Id: 20120630174441.D214F2004B@flycatcher.gentoo.org
1 pacho 12/06/30 17:44:41
2
3 Modified: ChangeLog
4 Added: dia2code-0.8.4.ebuild
5 Removed: dia2code-0.8.1.ebuild
6 Log:
7 Version bump, remove old.
8
9 (Portage version: 2.1.11.3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.20 app-office/dia2code/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.20&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.20&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.19&r2=1.20
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
21 retrieving revision 1.19
22 retrieving revision 1.20
23 diff -u -r1.19 -r1.20
24 --- ChangeLog 22 Mar 2011 19:56:11 -0000 1.19
25 +++ ChangeLog 30 Jun 2012 17:44:41 -0000 1.20
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-office/dia2code
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.19 2011/03/22 19:56:11 ranger Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.20 2012/06/30 17:44:41 pacho Exp $
32 +
33 +*dia2code-0.8.4 (30 Jun 2012)
34 +
35 + 30 Jun 2012; Pacho Ramos <pacho@g.o> +dia2code-0.8.4.ebuild,
36 + -dia2code-0.8.1.ebuild:
37 + Version bump, remove old.
38
39 22 Mar 2011; Brent Baude <ranger@g.o> dia2code-0.8.3.ebuild:
40 Marking dia2code-0.8.3 ppc stable for bug 353436
41
42
43
44 1.1 app-office/dia2code/dia2code-0.8.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: dia2code-0.8.4.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.4.ebuild,v 1.1 2012/06/30 17:44:41 pacho Exp $
54
55 EAPI=4
56
57 inherit flag-o-matic autotools
58
59 DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours."
60 HOMEPAGE="http://dia2code.sourceforge.net/"
61 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
66 IUSE=""
67
68 DEPEND="dev-libs/libxml2"
69 RDEPEND="${DEPEND}
70 >=app-office/dia-0.90.0"
71
72 src_prepare() {
73 eautoreconf # Needed to prevent maintainer-mode to get activated
74 }
75
76 src_install() {
77 default
78 doman dia2code.1
79 }