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.20.ebuild ChangeLog
Date: Fri, 06 Feb 2015 12:40:57
Message-Id: 20150206124053.51904112DB@oystercatcher.gentoo.org
1 pacho 15/02/06 12:40:53
2
3 Modified: ChangeLog
4 Added: goffice-0.10.20.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.164 x11-libs/goffice/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.164&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.164&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.163&r2=1.164
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
20 retrieving revision 1.163
21 retrieving revision 1.164
22 diff -u -r1.163 -r1.164
23 --- ChangeLog 24 Jan 2015 12:31:54 -0000 1.163
24 +++ ChangeLog 6 Feb 2015 12:40:53 -0000 1.164
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/goffice
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.163 2015/01/24 12:31:54 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.164 2015/02/06 12:40:53 pacho Exp $
30 +
31 +*goffice-0.10.20 (06 Feb 2015)
32 +
33 + 06 Feb 2015; Pacho Ramos <pacho@g.o> +goffice-0.10.20.ebuild:
34 + Version bump
35
36 *goffice-0.10.19 (24 Jan 2015)
37
38
39
40
41 1.1 x11-libs/goffice/goffice-0.10.20.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.20.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.10.20.ebuild?rev=1.1&content-type=text/plain
45
46 Index: goffice-0.10.20.ebuild
47 ===================================================================
48 # Copyright 1999-2015 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.20.ebuild,v 1.1 2015/02/06 12:40:53 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2
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 ~mips ~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.38.0:2
71 dev-libs/libxslt
72 >=gnome-base/librsvg-2.22:2
73 >=gnome-extra/libgsf-1.14.24:=[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.8.7: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 gnome2_src_configure \
95 --without-lasem \
96 --with-gtk \
97 --with-config-backend=gsettings \
98 $(use_enable introspection)
99 }