Gentoo Archives: gentoo-commits

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