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.12.1.ebuild
Date: Sun, 31 Mar 2013 14:53:34
Message-Id: 20130331145331.5076D2171D@flycatcher.gentoo.org
1 eva 13/03/31 14:53:31
2
3 Modified: ChangeLog
4 Added: gnumeric-1.12.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.245 app-office/gnumeric/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.245&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.245&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?r1=1.244&r2=1.245
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v
20 retrieving revision 1.244
21 retrieving revision 1.245
22 diff -u -r1.244 -r1.245
23 --- ChangeLog 29 Mar 2013 13:21:34 -0000 1.244
24 +++ ChangeLog 31 Mar 2013 14:53:31 -0000 1.245
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-office/gnumeric
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.244 2013/03/29 13:21:34 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.245 2013/03/31 14:53:31 eva Exp $
30 +
31 +*gnumeric-1.12.1 (31 Mar 2013)
32 +
33 + 31 Mar 2013; Gilles Dartiguelongue <eva@g.o> +gnumeric-1.12.1.ebuild:
34 + Version bump.
35
36 29 Mar 2013; Agostino Sarubbo <ago@g.o> gnumeric-1.12.0-r1.ebuild:
37 Stable for ia64, wrt bug #458984
38
39
40
41 1.1 app-office/gnumeric/gnumeric-1.12.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnumeric-1.12.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.12.1.ebuild,v 1.1 2013/03/31 14:53:31 eva Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55 PYTHON_COMPAT=( python{2_6,2_7} )
56
57 inherit eutils gnome2 flag-o-matic python-single-r1
58
59 DESCRIPTION="The GNOME Spreadsheet"
60 HOMEPAGE="http://projects.gnome.org/gnumeric/"
61 LICENSE="GPL-2"
62
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65
66 IUSE="+introspection perl python"
67 # Missing gnome-extra/libgnomedb required version in tree
68 # but its upstream is dead and will be dropped soon.
69
70 # lots of missing files, wait for next release
71 # also fails tests due to 80-bit long story
72 RESTRICT="test"
73
74 RDEPEND="
75 app-arch/bzip2
76 sys-libs/zlib
77 >=dev-libs/glib-2.28:2
78 >=gnome-extra/libgsf-1.14.24:=
79 >=x11-libs/goffice-0.10.1:0.10
80 >=dev-libs/libxml2-2.4.12:2
81 >=x11-libs/pango-1.24.0:=
82
83 >=x11-libs/gtk+-3.2:3
84 x11-libs/cairo:=[svg]
85
86 introspection? ( >=dev-libs/gobject-introspection-1:= )
87 perl? ( dev-lang/perl )
88 python? ( ${PYTHON_DEPS}
89 >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] )
90 "
91 # libgda? (
92 # >=gnome-extra/libgda-4.1.1:4.0
93 # >=gnome-extra/libgnomedb-3.99.6:4.0 )
94 DEPEND="${RDEPEND}
95 app-text/scrollkeeper
96 >=dev-util/intltool-0.35.0
97 virtual/pkgconfig
98 "
99
100 src_configure() {
101 gnome2_src_configure \
102 --enable-ssindex \
103 --disable-static \
104 --without-gda \
105 --with-zlib \
106 $(use_enable introspection) \
107 $(use_with perl) \
108 $(use_with python)
109 }