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.10.1.ebuild
Date: Sun, 31 Mar 2013 14:47:44
Message-Id: 20130331144741.3F1052171D@flycatcher.gentoo.org
1 eva 13/03/31 14:47:41
2
3 Modified: ChangeLog
4 Added: goffice-0.10.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.120 x11-libs/goffice/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.120&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.120&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.119&r2=1.120
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
20 retrieving revision 1.119
21 retrieving revision 1.120
22 diff -u -r1.119 -r1.120
23 --- ChangeLog 29 Mar 2013 13:43:34 -0000 1.119
24 +++ ChangeLog 31 Mar 2013 14:47:41 -0000 1.120
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/goffice
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.119 2013/03/29 13:43:34 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.120 2013/03/31 14:47:41 eva Exp $
30 +
31 +*goffice-0.10.1 (31 Mar 2013)
32 +
33 + 31 Mar 2013; Gilles Dartiguelongue <eva@g.o> +goffice-0.10.1.ebuild:
34 + Version bump.
35
36 29 Mar 2013; Agostino Sarubbo <ago@g.o> goffice-0.10.0.ebuild:
37 Stable for ia64, wrt bug #458984
38
39
40
41 1.1 x11-libs/goffice/goffice-0.10.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: goffice-0.10.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.10.1.ebuild,v 1.1 2013/03/31 14:47:41 eva Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2 flag-o-matic
57
58 DESCRIPTION="A library of document-centric objects and utilities"
59 HOMEPAGE="http://git.gnome.org/browse/goffice/"
60
61 LICENSE="GPL-2"
62 SLOT="0.10"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
64 IUSE="+introspection"
65
66 # Build fails with -gtk
67 # FIXME: add lasem to tree
68 RDEPEND="
69 >=app-text/libspectre-0.2.6:=
70 >=dev-libs/glib-2.28:2
71 >=gnome-base/librsvg-2.22:2
72 >=gnome-extra/libgsf-1.14.9:=
73 >=dev-libs/libxml2-2.4.12:2
74 >=x11-libs/pango-1.24:=
75 >=x11-libs/cairo-1.10:=[svg]
76 x11-libs/libXext:=
77 x11-libs/libXrender:=
78 >=x11-libs/gdk-pixbuf-2.22:2
79 >=x11-libs/gtk+-3.2:3
80 introspection? (
81 >=dev-libs/gobject-introspection-1:=
82 >=gnome-extra/libgsf-1.14.23:= )
83 "
84 DEPEND="${RDEPEND}
85 >=dev-util/gtk-doc-am-1.12
86 >=dev-util/intltool-0.35
87 virtual/pkgconfig
88 "
89 # eautoreconf requires:
90 # gnome-base/gnome-common
91
92 src_configure() {
93 filter-flags -ffast-math
94 gnome2_src_configure \
95 --without-lasem \
96 --with-gtk \
97 --with-config-backend=gsettings \
98 $(use_enable introspection)
99 }