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.13.ebuild ChangeLog goffice-0.10.8.ebuild goffice-0.10.11.ebuild
Date: Sat, 29 Mar 2014 19:09:28
Message-Id: 20140329190921.1C76620054@flycatcher.gentoo.org
1 pacho 14/03/29 19:09:21
2
3 Modified: ChangeLog
4 Added: goffice-0.10.13.ebuild
5 Removed: goffice-0.10.8.ebuild goffice-0.10.11.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.141 x11-libs/goffice/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.141&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.141&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.140&r2=1.141
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
21 retrieving revision 1.140
22 retrieving revision 1.141
23 diff -u -r1.140 -r1.141
24 --- ChangeLog 9 Mar 2014 12:04:35 -0000 1.140
25 +++ ChangeLog 29 Mar 2014 19:09:20 -0000 1.141
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.140 2014/03/09 12:04:35 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.141 2014/03/29 19:09:20 pacho Exp $
31 +
32 +*goffice-0.10.13 (29 Mar 2014)
33 +
34 + 29 Mar 2014; Pacho Ramos <pacho@g.o> +goffice-0.10.13.ebuild,
35 + -goffice-0.10.11.ebuild, -goffice-0.10.8.ebuild:
36 + Version bump, drop old
37
38 09 Mar 2014; Pacho Ramos <pacho@g.o> goffice-0.10.12.ebuild:
39 x86 stable, bug 499954
40
41
42
43 1.1 x11-libs/goffice/goffice-0.10.13.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.13.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.13.ebuild?rev=1.1&content-type=text/plain
47
48 Index: goffice-0.10.13.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.13.ebuild,v 1.1 2014/03/29 19:09:20 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.28:2
73 dev-libs/libxslt
74 >=gnome-base/librsvg-2.22:2
75 >=gnome-extra/libgsf-1.14.9:=[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.2: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 }