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.21.ebuild ChangeLog goffice-0.10.19.ebuild
Date: Sat, 07 Mar 2015 11:55:51
Message-Id: 20150307115546.0197D133B4@oystercatcher.gentoo.org
1 pacho 15/03/07 11:55:45
2
3 Modified: ChangeLog
4 Added: goffice-0.10.21.ebuild
5 Removed: goffice-0.10.19.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.165 x11-libs/goffice/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.165&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.165&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.164&r2=1.165
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
21 retrieving revision 1.164
22 retrieving revision 1.165
23 diff -u -r1.164 -r1.165
24 --- ChangeLog 6 Feb 2015 12:40:53 -0000 1.164
25 +++ ChangeLog 7 Mar 2015 11:55:45 -0000 1.165
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-libs/goffice
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.164 2015/02/06 12:40:53 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.165 2015/03/07 11:55:45 pacho Exp $
31 +
32 +*goffice-0.10.21 (07 Mar 2015)
33 +
34 + 07 Mar 2015; Pacho Ramos <pacho@g.o> +goffice-0.10.21.ebuild,
35 + -goffice-0.10.19.ebuild:
36 + Version bump, drop old
37
38 *goffice-0.10.20 (06 Feb 2015)
39
40
41
42
43 1.1 x11-libs/goffice/goffice-0.10.21.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.21.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.21.ebuild?rev=1.1&content-type=text/plain
47
48 Index: goffice-0.10.21.ebuild
49 ===================================================================
50 # Copyright 1999-2015 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.21.ebuild,v 1.1 2015/03/07 11:55:45 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 }