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: gnumeric-1.12.7.ebuild ChangeLog
Date: Sun, 01 Sep 2013 22:44:55
Message-Id: 20130901224446.A83012004C@flycatcher.gentoo.org
1 eva 13/09/01 22:44:46
2
3 Modified: ChangeLog
4 Added: gnumeric-1.12.7.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.252 app-office/gnumeric/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.252&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.252&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?r1=1.251&r2=1.252
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v
20 retrieving revision 1.251
21 retrieving revision 1.252
22 diff -u -r1.251 -r1.252
23 --- ChangeLog 25 Aug 2013 21:34:03 -0000 1.251
24 +++ ChangeLog 1 Sep 2013 22:44:46 -0000 1.252
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.251 2013/08/25 21:34:03 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.252 2013/09/01 22:44:46 eva Exp $
30 +
31 +*gnumeric-1.12.7 (01 Sep 2013)
32 +
33 + 01 Sep 2013; Gilles Dartiguelongue <eva@g.o> +gnumeric-1.12.7.ebuild:
34 + Version bump.
35
36 *gnumeric-1.12.5 (25 Aug 2013)
37
38
39
40
41 1.1 app-office/gnumeric/gnumeric-1.12.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnumeric-1.12.7.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.7.ebuild,v 1.1 2013/09/01 22:44:46 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 libgda perl python"
67 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
68
69 # Missing gnome-extra/libgnomedb required version in tree
70 # but its upstream is dead and will be dropped soon.
71
72 # lots of missing files, wait for next release
73 # also fails tests due to 80-bit long story
74 RESTRICT="test"
75
76 RDEPEND="
77 app-arch/bzip2
78 sys-libs/zlib
79 >=dev-libs/glib-2.28:2
80 >=gnome-extra/libgsf-1.14.24:=
81 >=x11-libs/goffice-0.10.3:0.10
82 >=dev-libs/libxml2-2.4.12:2
83 >=x11-libs/pango-1.24.0:=
84
85 >=x11-libs/gtk+-3.2:3
86 x11-libs/cairo:=[svg]
87
88 introspection? ( >=dev-libs/gobject-introspection-1:= )
89 perl? ( dev-lang/perl )
90 python? ( ${PYTHON_DEPS}
91 >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] )
92 libgda? ( gnome-extra/libgda:5[gtk] )
93 "
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 --disable-static \
103 --with-zlib \
104 $(use_with libgda) \
105 $(use_enable introspection) \
106 $(use_with perl) \
107 $(use_with python)
108 }