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