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