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