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.10.7.ebuild ChangeLog
Date: Sun, 01 Sep 2013 22:24:48
Message-Id: 20130901222440.4A0792004C@flycatcher.gentoo.org
1 eva 13/09/01 22:24:40
2
3 Modified: ChangeLog
4 Added: goffice-0.10.7.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.127 x11-libs/goffice/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.127&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.127&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.126&r2=1.127
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
20 retrieving revision 1.126
21 retrieving revision 1.127
22 diff -u -r1.126 -r1.127
23 --- ChangeLog 25 Aug 2013 19:11:58 -0000 1.126
24 +++ ChangeLog 1 Sep 2013 22:24:40 -0000 1.127
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.126 2013/08/25 19:11:58 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.127 2013/09/01 22:24:40 eva Exp $
30 +
31 +*goffice-0.10.7 (01 Sep 2013)
32 +
33 + 01 Sep 2013; Gilles Dartiguelongue <eva@g.o> +goffice-0.10.7.ebuild:
34 + Version bump.
35
36 *goffice-0.10.5 (25 Aug 2013)
37
38
39
40
41 1.1 x11-libs/goffice/goffice-0.10.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: goffice-0.10.7.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.7.ebuild,v 1.1 2013/09/01 22:24:40 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 }