Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/gnumeric: ChangeLog gnumeric-1.8.3.ebuild gnumeric-1.8.1.ebuild
Date: Sun, 25 May 2008 21:45:00
Message-Id: E1K0O1R-0006aT-CZ@stork.gentoo.org
1 eva 08/05/25 21:44:57
2
3 Modified: ChangeLog
4 Added: gnumeric-1.8.3.ebuild
5 Removed: gnumeric-1.8.1.ebuild
6 Log:
7 bump to 1.8.3. Bug fixes.
8 (Portage version: 2.1.5)
9
10 Revision Changes Path
11 1.167 app-office/gnumeric/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.167&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.167&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnumeric/ChangeLog?r1=1.166&r2=1.167
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v
20 retrieving revision 1.166
21 retrieving revision 1.167
22 diff -u -r1.166 -r1.167
23 --- ChangeLog 21 Apr 2008 19:19:48 -0000 1.166
24 +++ ChangeLog 25 May 2008 21:44:56 -0000 1.167
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-office/gnumeric
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.166 2008/04/21 19:19:48 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.167 2008/05/25 21:44:56 eva Exp $
30 +
31 +*gnumeric-1.8.3 (25 May 2008)
32 +
33 + 25 May 2008; Gilles Dartiguelongue <eva@g.o>
34 + +gnumeric-1.8.3.ebuild:
35 + bump to 1.8.3. Bug fixes.
36
37 21 Apr 2008; Markus Meier <maekke@g.o> gnumeric-1.8.2.ebuild:
38 amd64/x86 stable, bug #218022
39
40
41
42 1.1 app-office/gnumeric/gnumeric-1.8.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnumeric/gnumeric-1.8.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnumeric/gnumeric-1.8.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnumeric-1.8.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 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.8.3.ebuild,v 1.1 2008/05/25 21:44:56 eva Exp $
52
53 inherit gnome2 flag-o-matic
54
55 DESCRIPTION="Gnumeric, the GNOME Spreadsheet"
56 HOMEPAGE="http://www.gnome.org/projects/gnumeric/"
57 LICENSE="GPL-2"
58
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61
62 IUSE="gnome perl python"
63 # bonobo guile libgda mono (experimental)
64
65 # lots of missing files, wait for next release
66 RESTRICT="test"
67
68 RDEPEND="sys-libs/zlib
69 app-arch/bzip2
70 >=dev-libs/glib-2.6
71 >=gnome-extra/libgsf-1.14.6
72 >=x11-libs/goffice-0.6.3
73 >=dev-libs/libxml2-2.4.12
74 >=x11-libs/pango-1.8.1
75
76 >=x11-libs/gtk+-2.10
77 >=gnome-base/libglade-2.3.6
78 >=media-libs/libart_lgpl-2.3.11
79
80 gnome? (
81 >=gnome-base/gconf-2
82 >=gnome-base/libgnome-2
83 >=gnome-base/libgnomeui-2
84 >=gnome-base/libbonobo-2.2
85 >=gnome-base/libbonoboui-2.2 )
86 perl? ( dev-lang/perl )
87 python? (
88 >=dev-lang/python-2
89 >=dev-python/pygtk-2 )"
90 # libgda? (
91 # >=gnome-extra/libgda-3.1.1
92 # >=gnome-extra/libgnomedb-3.0.1 )
93
94 DEPEND="${RDEPEND}
95 >=dev-util/intltool-0.29
96 >=dev-util/pkgconfig-0.18
97 app-text/scrollkeeper"
98
99 DOCS="AUTHORS BEVERAGES BUGS ChangeLog HACKING MAINTAINERS NEWS README TODO"
100
101 pkg_setup() {
102 G2CONF="${G2CONF}
103 --enable-ssindex
104 --enable-static
105 --without-gda
106 --without-guile
107 --without-mono
108 $(use_with perl)
109 $(use_with python)
110 $(use_with gnome)"
111
112 if use gnome && ! built_with_use gnome-extra/libgsf gnome; then
113 eerror "libgsf needs to be compiled with gnome in USE"
114 eerror "for this version of gnumeric to work. Rebuild"
115 eerror "libgsf first like this :"
116 eerror "USE=gnome emerge libgsf -vp"
117 die "libgsf was built without gnome support..."
118 fi
119
120 # gcc bug (http://bugs.gnome.org/show_bug.cgi?id=128834)
121 replace-flags "-Os" "-O2"
122 }
123
124 src_install() {
125 gnome2_src_install
126
127 # make gnumeric find its help
128 dosym \
129 /usr/share/gnome/help/gnumeric \
130 /usr/share/${PN}/${PV}/doc
131 }
132
133
134
135 --
136 gentoo-commits@l.g.o mailing list