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.18.ebuild ChangeLog goffice-0.10.14.ebuild goffice-0.10.16.ebuild
Date: Wed, 01 Oct 2014 12:36:15
Message-Id: 20141001123608.D4F106AB5@oystercatcher.gentoo.org
1 pacho 14/10/01 12:36:08
2
3 Modified: ChangeLog
4 Added: goffice-0.10.18.ebuild
5 Removed: goffice-0.10.14.ebuild goffice-0.10.16.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.155 x11-libs/goffice/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.155&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.155&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.154&r2=1.155
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
21 retrieving revision 1.154
22 retrieving revision 1.155
23 diff -u -r1.154 -r1.155
24 --- ChangeLog 15 Sep 2014 08:24:39 -0000 1.154
25 +++ ChangeLog 1 Oct 2014 12:36:08 -0000 1.155
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.154 2014/09/15 08:24:39 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.155 2014/10/01 12:36:08 pacho Exp $
31 +
32 +*goffice-0.10.18 (01 Oct 2014)
33 +
34 + 01 Oct 2014; Pacho Ramos <pacho@g.o> +goffice-0.10.18.ebuild,
35 + -goffice-0.10.14.ebuild, -goffice-0.10.16.ebuild:
36 + Version bump, drop old
37
38 15 Sep 2014; Agostino Sarubbo <ago@g.o> goffice-0.10.17.ebuild:
39 Stable for sparc, wrt bug #512012
40
41
42
43 1.1 x11-libs/goffice/goffice-0.10.18.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.18.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.18.ebuild?rev=1.1&content-type=text/plain
47
48 Index: goffice-0.10.18.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.18.ebuild,v 1.1 2014/10/01 12:36:08 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57
58 inherit gnome2
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 gnome2_src_configure \
97 --without-lasem \
98 --with-gtk \
99 --with-config-backend=gsettings \
100 $(use_enable introspection)
101 }