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.8.11.ebuild goffice-0.8.7.ebuild goffice-0.8.9.ebuild
Date: Sun, 03 Oct 2010 22:36:28
Message-Id: 20101003223622.B0C8220051@flycatcher.gentoo.org
1 eva 10/10/03 22:36:22
2
3 Modified: ChangeLog
4 Added: goffice-0.8.11.ebuild
5 Removed: goffice-0.8.7.ebuild goffice-0.8.9.ebuild
6 Log:
7 Version bump. Clean up old revisions.
8
9 (Portage version: 2.2_rc88/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.79 x11-libs/goffice/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.79&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.79&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.78&r2=1.79
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
21 retrieving revision 1.78
22 retrieving revision 1.79
23 diff -u -r1.78 -r1.79
24 --- ChangeLog 13 Sep 2010 07:08:45 -0000 1.78
25 +++ ChangeLog 3 Oct 2010 22:36:22 -0000 1.79
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-libs/goffice
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.78 2010/09/13 07:08:45 josejx Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.79 2010/10/03 22:36:22 eva Exp $
31 +
32 +*goffice-0.8.11 (03 Oct 2010)
33 +
34 + 03 Oct 2010; Gilles Dartiguelongue <eva@g.o> -goffice-0.8.7.ebuild,
35 + -goffice-0.8.9.ebuild, +goffice-0.8.11.ebuild:
36 + Version bump. Clean up old revisions.
37
38 13 Sep 2010; Joseph Jezak <josejx@g.o> goffice-0.8.6.ebuild:
39 Marked ppc stable for bug #326503.
40
41
42
43 1.1 x11-libs/goffice/goffice-0.8.11.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.11.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.11.ebuild?rev=1.1&content-type=text/plain
47
48 Index: goffice-0.8.11.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.11.ebuild,v 1.1 2010/10/03 22:36:22 eva Exp $
53
54 EAPI="3"
55 GCONF_DEBUG="no"
56
57 inherit eutils gnome2 flag-o-matic
58
59 DESCRIPTION="A library of document-centric objects and utilities"
60 HOMEPAGE="http://freshmeat.net/projects/goffice/"
61
62 LICENSE="GPL-2"
63 SLOT="0.8"
64 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
65 IUSE="doc gnome"
66
67 # Build fails with -gtk
68 # FIXME: add lasem to tree
69 RDEPEND=">=dev-libs/glib-2.16
70 >=gnome-extra/libgsf-1.14.9[gnome?]
71 >=dev-libs/libxml2-2.4.12
72 >=x11-libs/pango-1.8.1
73 >=x11-libs/cairo-1.2[svg]
74 x11-libs/libXext
75 x11-libs/libXrender
76 >=x11-libs/gtk+-2.16
77 gnome? ( >=gnome-base/gconf-2 )
78 "
79 DEPEND="${RDEPEND}
80 >=dev-util/pkgconfig-0.18
81 >=dev-util/intltool-0.35
82 doc? ( >=dev-util/gtk-doc-1.11 )"
83
84 DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
85
86 pkg_setup() {
87 G2CONF="${G2CONF}
88 --without-lasem
89 --with-gtk
90 $(use_with gnome gconf)"
91 filter-flags -ffast-math
92 }
93
94 src_install() {
95 gnome2_src_install
96 find "${ED}" -name "*.la" -delete || die
97 }