Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/gnumeric: ChangeLog gnumeric-1.10.17.ebuild
Date: Sun, 31 Jul 2011 18:16:51
Message-Id: 20110731181638.EF68D2004B@flycatcher.gentoo.org
1 pacho 11/07/31 18:16:38
2
3 Modified: ChangeLog
4 Added: gnumeric-1.10.17.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.7/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.227 app-office/gnumeric/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.227&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.227&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?r1=1.226&r2=1.227
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v
20 retrieving revision 1.226
21 retrieving revision 1.227
22 diff -u -r1.226 -r1.227
23 --- ChangeLog 24 Jul 2011 11:07:29 -0000 1.226
24 +++ ChangeLog 31 Jul 2011 18:16:38 -0000 1.227
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-office/gnumeric
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.226 2011/07/24 11:07:29 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.227 2011/07/31 18:16:38 pacho Exp $
30 +
31 +*gnumeric-1.10.17 (31 Jul 2011)
32 +
33 + 31 Jul 2011; Pacho Ramos <pacho@g.o> +gnumeric-1.10.17.ebuild:
34 + Version bump.
35
36 24 Jul 2011; Raúl Porcel <armin76@g.o> gnumeric-1.10.15.ebuild:
37 alpha/ia64/sparc stable wrt #372349
38
39
40
41 1.1 app-office/gnumeric/gnumeric-1.10.17.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.10.17.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.10.17.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnumeric-1.10.17.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.17.ebuild,v 1.1 2011/07/31 18:16:38 pacho Exp $
51
52 EAPI="3"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55 GNOME_TARBALL_SUFFIX="xz"
56 PYTHON_DEPEND="python? 2:2.4"
57
58 inherit gnome2 flag-o-matic python
59
60 DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
61 HOMEPAGE="http://projects.gnome.org/gnumeric/"
62 LICENSE="GPL-2"
63
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
66
67 IUSE="perl python"
68 # Missing gnome-extra/libgnomedb required version in tree
69 # but its upstream is dead and will be dropped soon.
70
71 # lots of missing files, wait for next release
72 # also fails tests due to 80-bit long story
73 RESTRICT="test"
74
75 RDEPEND="sys-libs/zlib
76 app-arch/bzip2
77 >=dev-libs/glib-2.12:2
78 >=gnome-extra/libgsf-1.14.19
79 >=x11-libs/goffice-0.8.15:0.8
80 >=dev-libs/libxml2-2.4.12:2
81 >=x11-libs/pango-1.12
82
83 >=x11-libs/gtk+-2.18:2
84 x11-libs/cairo[svg]
85
86 perl? ( dev-lang/perl )
87 python? ( >=dev-python/pygtk-2:2 )
88 "
89 # libgda? (
90 # >=gnome-extra/libgda-4.1.1:4.0
91 # >=gnome-extra/libgnomedb-3.99.6:4.0 )
92 DEPEND="${RDEPEND}
93 >=dev-util/intltool-0.35.0
94 >=dev-util/pkgconfig-0.18
95 app-text/scrollkeeper"
96
97 pkg_setup() {
98 G2CONF="${G2CONF}
99 --enable-ssindex
100 --disable-static
101 --without-gnome
102 --without-gda
103 --with-zlib
104 $(use_with perl)
105 $(use_with python)"
106 DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README"
107 use python && python_set_active_version 2
108 }
109
110 pkg_postinst() {
111 gnome2_pkg_postinst
112 python_need_rebuild
113 }