Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/dia2code: dia2code-0.8.1.ebuild ChangeLog dia2code-0.8.3.ebuild
Date: Sun, 24 Feb 2008 10:31:28
Message-Id: E1JTE8j-0001ia-KX@stork.gentoo.org
1 eva 08/02/24 10:31:25
2
3 Modified: dia2code-0.8.1.ebuild ChangeLog
4 Added: dia2code-0.8.3.ebuild
5 Log:
6 bump to 0.8.3, fix bug #168870
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.17 app-office/dia2code/dia2code-0.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild?r1=1.16&r2=1.17
15
16 Index: dia2code-0.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- dia2code-0.8.1.ebuild 13 Oct 2005 17:12:52 -0000 1.16
23 +++ dia2code-0.8.1.ebuild 24 Feb 2008 10:31:25 -0000 1.17
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2005 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild,v 1.16 2005/10/13 17:12:52 agriffis Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.1.ebuild,v 1.17 2008/02/24 10:31:25 eva Exp $
30
31 inherit flag-o-matic
32
33 @@ -26,7 +26,7 @@
34 }
35
36 src_install() {
37 - make DESTDIR=${D} install || die
38 + make DESTDIR="${D}" install || die
39 dodoc AUTHORS ChangeLog README TODO
40 doman dia2code.1
41 }
42
43
44
45 1.14 app-office/dia2code/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.14&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.14&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.13&r2=1.14
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
54 retrieving revision 1.13
55 retrieving revision 1.14
56 diff -u -r1.13 -r1.14
57 --- ChangeLog 9 Feb 2007 00:43:13 -0000 1.13
58 +++ ChangeLog 24 Feb 2008 10:31:25 -0000 1.14
59 @@ -1,6 +1,12 @@
60 # ChangeLog for app-office/dia2code
61 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.13 2007/02/09 00:43:13 flameeyes Exp $
63 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.14 2008/02/24 10:31:25 eva Exp $
65 +
66 +*dia2code-0.8.3 (24 Feb 2008)
67 +
68 + 24 Feb 2008; Gilles Dartiguelongue <eva@g.o>
69 + +dia2code-0.8.3.ebuild:
70 + bump to 0.8.3, fix bug #168870
71
72 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
73 Regenerate digest in Manifest2 format.
74
75
76
77 1.1 app-office/dia2code/dia2code-0.8.3.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.1&content-type=text/plain
81
82 Index: dia2code-0.8.3.ebuild
83 ===================================================================
84 # Copyright 1999-2008 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v 1.1 2008/02/24 10:31:25 eva Exp $
87
88 inherit flag-o-matic
89
90 DESCRIPTION="Convert UML diagrams produced with Dia to various source code flavours."
91 HOMEPAGE="http://dia2code.sourceforge.net/"
92 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
93
94 LICENSE="GPL-2"
95 SLOT="0"
96 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
97 IUSE=""
98
99 DEPEND="virtual/libc
100 dev-libs/libxml2"
101 RDEPEND="${DEPEND}
102 >=app-office/dia-0.90.0"
103
104 src_install() {
105 emake DESTDIR="${D}" install || die
106 dodoc AUTHORS ChangeLog README TODO
107 doman dia2code.1
108 }
109
110
111
112 --
113 gentoo-commits@l.g.o mailing list