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.8.17.ebuild ChangeLog goffice-0.8.15.ebuild
Date: Sun, 31 Jul 2011 18:13:43
Message-Id: 20110731181326.322F12004B@flycatcher.gentoo.org
1 pacho 11/07/31 18:13:26
2
3 Modified: ChangeLog
4 Added: goffice-0.8.17.ebuild
5 Removed: goffice-0.8.15.ebuild
6 Log:
7 Version bump, remove old.
8
9 (Portage version: 2.1.10.7/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.98 x11-libs/goffice/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.98&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?rev=1.98&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/ChangeLog?r1=1.97&r2=1.98
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v
21 retrieving revision 1.97
22 retrieving revision 1.98
23 diff -u -r1.97 -r1.98
24 --- ChangeLog 24 Jul 2011 11:04:09 -0000 1.97
25 +++ ChangeLog 31 Jul 2011 18:13:26 -0000 1.98
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-libs/goffice
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.97 2011/07/24 11:04:09 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.98 2011/07/31 18:13:26 pacho Exp $
31 +
32 +*goffice-0.8.17 (31 Jul 2011)
33 +
34 + 31 Jul 2011; Pacho Ramos <pacho@g.o> -goffice-0.8.15.ebuild,
35 + +goffice-0.8.17.ebuild:
36 + Version bump, remove old.
37
38 24 Jul 2011; Raúl Porcel <armin76@g.o> goffice-0.8.16.ebuild:
39 alpha/ia64/sparc stable wrt #372349
40
41
42
43 1.1 x11-libs/goffice/goffice-0.8.17.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goffice/goffice-0.8.17.ebuild?rev=1.1&content-type=text/plain
47
48 Index: goffice-0.8.17.ebuild
49 ===================================================================
50 # Copyright 1999-2011 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.8.17.ebuild,v 1.1 2011/07/31 18:13:26 pacho Exp $
53
54 EAPI="4"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57
58 inherit eutils 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.8"
65 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
66 IUSE="doc gnome"
67
68 # Build fails with -gtk
69 # FIXME: add lasem to tree
70 RDEPEND=">=dev-libs/glib-2.16:2
71 >=gnome-extra/libgsf-1.14.9
72 >=dev-libs/libxml2-2.4.12:2
73 >=x11-libs/pango-1.8.1
74 >=x11-libs/cairo-1.2[svg]
75 x11-libs/libXext
76 x11-libs/libXrender
77 >=x11-libs/gtk+-2.16:2
78 gnome? ( >=gnome-base/gconf-2:2 )
79 "
80 DEPEND="${RDEPEND}
81 >=dev-util/pkgconfig-0.18
82 >=dev-util/intltool-0.35
83 doc? ( >=dev-util/gtk-doc-1.11 )"
84
85 pkg_setup() {
86 DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
87
88 # Gsettings is still experimental
89 if use gnome; then
90 G2CONF="${G2CONF} --with-config-backend=gconf"
91 else
92 G2CONF="${G2CONF} --with-config-backend=keyfile"
93 fi
94
95 G2CONF="${G2CONF}
96 --without-lasem
97 --with-gtk"
98
99 filter-flags -ffast-math
100 }