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.12.ebuild
Date: Sat, 04 Dec 2010 10:13:38
Message-Id: 20101204101327.7057920054@flycatcher.gentoo.org
1 pacho 10/12/04 10:13:27
2
3 Modified: ChangeLog
4 Added: gnumeric-1.10.12.ebuild
5 Log:
6 Version bump with bugfixes and translation updates, remove old.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.212 app-office/gnumeric/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.212&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.212&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?r1=1.211&r2=1.212
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v
20 retrieving revision 1.211
21 retrieving revision 1.212
22 diff -u -r1.211 -r1.212
23 --- ChangeLog 4 Nov 2010 21:07:49 -0000 1.211
24 +++ ChangeLog 4 Dec 2010 10:13:27 -0000 1.212
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-office/gnumeric
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.211 2010/11/04 21:07:49 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.212 2010/12/04 10:13:27 pacho Exp $
30 +
31 +*gnumeric-1.10.12 (04 Dec 2010)
32 +
33 + 04 Dec 2010; Pacho Ramos <pacho@g.o> +gnumeric-1.10.12.ebuild:
34 + Version bump with bugfixes and translation updates, remove old.
35
36 04 Nov 2010; Pacho Ramos <pacho@g.o>
37 -files/gnumeric-1.8.4-CVE-2009-0318.patch,
38
39
40
41 1.1 app-office/gnumeric/gnumeric-1.10.12.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.10.12.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.10.12.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnumeric-1.10.12.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.12.ebuild,v 1.1 2010/12/04 10:13:27 pacho Exp $
51
52 EAPI="3"
53 GCONF_DEBUG="no"
54 PYTHON_DEPEND="python? 2:2.4"
55
56 inherit gnome2 flag-o-matic python
57
58 DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
59 HOMEPAGE="http://projects.gnome.org/gnumeric/"
60 LICENSE="GPL-2"
61
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
64
65 IUSE="gnome perl python"
66 # Missing gnome-extra/libgnomedb required version in tree
67
68 # lots of missing files, wait for next release
69 # also fails tests due to 80-bit long story
70 RESTRICT="test"
71
72 RDEPEND="sys-libs/zlib
73 app-arch/bzip2
74 >=dev-libs/glib-2.12
75 >=gnome-extra/libgsf-1.14.19[gnome?]
76 >=x11-libs/goffice-0.8.10:0.8
77 >=dev-libs/libxml2-2.4.12
78 >=x11-libs/pango-1.12
79
80 >=x11-libs/gtk+-2.18:2
81 x11-libs/cairo[svg]
82
83 gnome? (
84 >=gnome-base/gconf-2
85 >=gnome-base/libgnome-2
86 >=gnome-base/libgnomeui-2
87 >=gnome-base/libbonobo-2.2
88 >=gnome-base/libbonoboui-2.2 )
89 perl? ( dev-lang/perl )
90 python? ( >=dev-python/pygtk-2 )
91 "
92 # libgda? (
93 # >=gnome-extra/libgda-4.1.1:4.0
94 # >=gnome-extra/libgnomedb-3.99.6:4.0 )
95 DEPEND="${RDEPEND}
96 >=dev-util/intltool-0.25
97 >=dev-util/pkgconfig-0.18
98 app-text/scrollkeeper"
99
100 pkg_setup() {
101 G2CONF="${G2CONF}
102 --enable-ssindex
103 --disable-static
104 --without-gda
105 --with-zlib
106 $(use_with perl)
107 $(use_with python)
108 $(use_with gnome)"
109 DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README"
110 use python && python_set_active_version 2
111 }
112
113 src_install() {
114 gnome2_src_install
115
116 # Remove useless .la files
117 find "${ED}" -name "*.la" -delete || die
118 }
119
120 pkg_postinst() {
121 gnome2_pkg_postinst
122 python_need_rebuild
123 }