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: gnumeric-1.12.16.ebuild ChangeLog gnumeric-1.12.12.ebuild
Date: Sat, 31 May 2014 09:41:51
Message-Id: 20140531094146.C10152004E@flycatcher.gentoo.org
1 pacho 14/05/31 09:41:46
2
3 Modified: ChangeLog
4 Added: gnumeric-1.12.16.ebuild
5 Removed: gnumeric-1.12.12.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.273 app-office/gnumeric/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.273&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.273&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?r1=1.272&r2=1.273
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v
21 retrieving revision 1.272
22 retrieving revision 1.273
23 diff -u -r1.272 -r1.273
24 --- ChangeLog 4 May 2014 12:09:42 -0000 1.272
25 +++ ChangeLog 31 May 2014 09:41:46 -0000 1.273
26 @@ -1,6 +1,12 @@
27 # ChangeLog for app-office/gnumeric
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.272 2014/05/04 12:09:42 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.273 2014/05/31 09:41:46 pacho Exp $
31 +
32 +*gnumeric-1.12.16 (31 May 2014)
33 +
34 + 31 May 2014; Pacho Ramos <pacho@g.o> +gnumeric-1.12.16.ebuild,
35 + -gnumeric-1.12.12.ebuild:
36 + Version bump
37
38 04 May 2014; Pacho Ramos <pacho@g.o> gnumeric-1.12.14.ebuild:
39 x86 stable, bug 508862
40
41
42
43 1.1 app-office/gnumeric/gnumeric-1.12.16.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.16.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.16.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnumeric-1.12.16.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.12.16.ebuild,v 1.1 2014/05/31 09:41:46 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57 PYTHON_COMPAT=( python2_7 )
58
59 inherit gnome2 flag-o-matic python-single-r1
60
61 DESCRIPTION="The GNOME Spreadsheet"
62 HOMEPAGE="http://www.gnumeric.org/"
63 LICENSE="GPL-2"
64
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
67
68 IUSE="+introspection libgda perl python"
69 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
70
71 # Missing gnome-extra/libgnomedb required version in tree
72 # but its upstream is dead and will be dropped soon.
73
74 # lots of missing files, also fails tests due to 80-bit long story
75 # upstream bug #721556
76 RESTRICT="test"
77
78 RDEPEND="
79 app-arch/bzip2
80 sys-libs/zlib
81 >=dev-libs/glib-2.38.0:2
82 >=gnome-extra/libgsf-1.14.24:=
83 >=x11-libs/goffice-0.10.14:0.10
84 >=dev-libs/libxml2-2.4.12:2
85 >=x11-libs/pango-1.24.0:=
86
87 >=x11-libs/gtk+-3.8.7:3
88 x11-libs/cairo:=[svg]
89
90 introspection? ( >=dev-libs/gobject-introspection-1:= )
91 perl? ( dev-lang/perl )
92 python? ( ${PYTHON_DEPS}
93 >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] )
94 libgda? ( gnome-extra/libgda:5[gtk] )
95 "
96 DEPEND="${RDEPEND}
97 app-text/scrollkeeper
98 >=dev-util/intltool-0.35.0
99 virtual/pkgconfig
100 "
101
102 pkg_setup() {
103 use python && python-single-r1_pkg_setup
104 }
105
106 src_configure() {
107 gnome2_src_configure \
108 --disable-static \
109 --with-zlib \
110 $(use_with libgda gda) \
111 $(use_enable introspection) \
112 $(use_with perl) \
113 $(use_with python)
114 }