Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/goffice: ChangeLog goffice-0.6.4.ebuild
Date: Sun, 29 Jun 2008 14:02:30
Message-Id: E1KCxU0-0000yX-Jr@stork.gentoo.org
1 eva 08/06/29 14:02:24
2
3 Modified: ChangeLog goffice-0.6.4.ebuild
4 Log:
5 use eautomake, fix bug #226831.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2 i686)
7
8 Revision Changes Path
9 1.43 x11-libs/goffice/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.43&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.43&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.42&r2=1.43
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
18 retrieving revision 1.42
19 retrieving revision 1.43
20 diff -u -r1.42 -r1.43
21 --- ChangeLog 15 May 2008 22:46:29 -0000 1.42
22 +++ ChangeLog 29 Jun 2008 14:02:24 -0000 1.43
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/goffice
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.42 2008/05/15 22:46:29 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.43 2008/06/29 14:02:24 eva Exp $
28 +
29 + 29 Jun 2008; Gilles Dartiguelongue <eva@g.o> goffice-0.6.4.ebuild:
30 + use eautomake, fix bug #226831.
31
32 *goffice-0.6.4 (15 May 2008)
33
34
35
36
37 1.2 x11-libs/goffice/goffice-0.6.4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.4.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.4.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/goffice/goffice-0.6.4.ebuild?r1=1.1&r2=1.2
42
43 Index: goffice-0.6.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.4.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- goffice-0.6.4.ebuild 15 May 2008 22:46:29 -0000 1.1
50 +++ goffice-0.6.4.ebuild 29 Jun 2008 14:02:24 -0000 1.2
51 @@ -1,8 +1,8 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.4.ebuild,v 1.1 2008/05/15 22:46:29 eva Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.6.4.ebuild,v 1.2 2008/06/29 14:02:24 eva Exp $
56
57 -inherit eutils gnome2 flag-o-matic
58 +inherit autotools eutils gnome2 flag-o-matic
59
60 DESCRIPTION="A library of document-centric objects and utilities"
61 HOMEPAGE="http://freshmeat.net/projects/goffice/"
62 @@ -26,7 +26,7 @@
63 gnome? (
64 >=gnome-base/gconf-2
65 >=gnome-base/libgnomeui-2 )"
66 -# libpcre raised to unicode USE flag
67 +# libpcre raised for unicode USE flag
68
69 DEPEND="${RDEPEND}
70 >=dev-util/pkgconfig-0.18
71 @@ -69,6 +69,8 @@
72 mv "${S}"/docs/reference/goffice{,-0.6}-overrides.txt
73 mv "${S}"/docs/reference/goffice{,-0.6}-sections.txt
74 mv "${S}"/docs/reference/goffice{,-0.6}.types
75 +
76 + eautomake
77 }
78
79 src_compile() {
80
81
82
83 --
84 gentoo-commits@l.g.o mailing list