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.7.ebuild gnumeric-1.10.5.ebuild
Date: Sat, 03 Jul 2010 15:13:02
Message-Id: 20100703151257.66AF22CE15@corvid.gentoo.org
1 pacho 10/07/03 15:12:57
2
3 Modified: ChangeLog
4 Added: gnumeric-1.10.7.ebuild
5 Removed: gnumeric-1.10.5.ebuild
6 Log:
7 Version bump, remove old testing.
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.203 app-office/gnumeric/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.203&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.203&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?r1=1.202&r2=1.203
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v
20 retrieving revision 1.202
21 retrieving revision 1.203
22 diff -u -r1.202 -r1.203
23 --- ChangeLog 17 Jun 2010 19:18:40 -0000 1.202
24 +++ ChangeLog 3 Jul 2010 15:12:57 -0000 1.203
25 @@ -1,6 +1,12 @@
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.202 2010/06/17 19:18:40 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.203 2010/07/03 15:12:57 pacho Exp $
30 +
31 +*gnumeric-1.10.7 (03 Jul 2010)
32 +
33 + 03 Jul 2010; Pacho Ramos <pacho@g.o> -gnumeric-1.10.5.ebuild,
34 + +gnumeric-1.10.7.ebuild:
35 + Version bump, remove old testing.
36
37 *gnumeric-1.10.6 (17 Jun 2010)
38
39
40
41
42 1.1 app-office/gnumeric/gnumeric-1.10.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.10.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.10.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnumeric-1.10.7.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.7.ebuild,v 1.1 2010/07/03 15:12:57 pacho Exp $
52
53 EAPI="2"
54
55 inherit gnome2 flag-o-matic python
56
57 DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
58 HOMEPAGE="http://www.gnome.org/projects/gnumeric/"
59 LICENSE="GPL-2"
60
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63
64 IUSE="gnome perl python"
65 # libgda
66
67 # lots of missing files, wait for next release
68 # also fails tests due to 80-bit long story
69 RESTRICT="test"
70
71 RDEPEND="sys-libs/zlib
72 app-arch/bzip2
73 >=dev-libs/glib-2.12
74 >=gnome-extra/libgsf-1.14.15[gnome?]
75 >=x11-libs/goffice-0.8.7:0.8
76 >=dev-libs/libxml2-2.4.12
77 >=x11-libs/pango-1.12
78
79 >=x11-libs/gtk+-2.18
80 x11-libs/cairo[svg]
81 >=gnome-base/libglade-2.3.6
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? (
91 >=dev-lang/python-2
92 >=dev-python/pygtk-2 )
93 "
94 # libgda? (
95 # >=gnome-extra/libgda-4.1.1:4.0
96 # >=gnome-extra/libgnomedb-3.99.6:4.0 )
97 DEPEND="${RDEPEND}
98 >=dev-util/intltool-0.25
99 >=dev-util/pkgconfig-0.18
100 app-text/scrollkeeper"
101
102 DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README"
103
104 pkg_setup() {
105 G2CONF="${G2CONF}
106 --enable-ssindex
107 --disable-static
108 --without-gda
109 --with-zlib
110 $(use_with perl)
111 $(use_with python)
112 $(use_with gnome)"
113 }
114
115 src_install() {
116 gnome2_src_install
117
118 # Remove useless .la files
119 find "${D}" -name "*.la" -delete
120 }
121
122 pkg_postinst() {
123 gnome2_pkg_postinst
124 python_need_rebuild
125 }