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.20.ebuild ChangeLog
Date: Fri, 06 Feb 2015 12:47:14
Message-Id: 20150206124708.AB6AF112DC@oystercatcher.gentoo.org
1 pacho 15/02/06 12:47:08
2
3 Modified: ChangeLog
4 Added: gnumeric-1.12.20.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.282 app-office/gnumeric/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.282&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?rev=1.282&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/ChangeLog?r1=1.281&r2=1.282
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v
20 retrieving revision 1.281
21 retrieving revision 1.282
22 diff -u -r1.281 -r1.282
23 --- ChangeLog 26 Jan 2015 14:33:07 -0000 1.281
24 +++ ChangeLog 6 Feb 2015 12:47:08 -0000 1.282
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-office/gnumeric
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.281 2015/01/26 14:33:07 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.282 2015/02/06 12:47:08 pacho Exp $
30 +
31 +*gnumeric-1.12.20 (06 Feb 2015)
32 +
33 + 06 Feb 2015; Pacho Ramos <pacho@g.o> +gnumeric-1.12.20.ebuild:
34 + Version bump
35
36 *gnumeric-1.12.19 (26 Jan 2015)
37
38
39
40
41 1.1 app-office/gnumeric/gnumeric-1.12.20.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.20.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnumeric/gnumeric-1.12.20.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnumeric-1.12.20.ebuild
47 ===================================================================
48 # Copyright 1999-2015 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.20.ebuild,v 1.1 2015/02/06 12:47:08 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55 PYTHON_COMPAT=( python2_7 )
56
57 inherit gnome2 flag-o-matic python-single-r1
58
59 DESCRIPTION="The GNOME Spreadsheet"
60 HOMEPAGE="http://www.gnumeric.org/"
61 LICENSE="GPL-2"
62
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~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, also fails tests due to 80-bit long story
73 # upstream bug #721556
74 RESTRICT="test"
75
76 RDEPEND="
77 app-arch/bzip2
78 sys-libs/zlib
79 >=dev-libs/glib-2.38.0:2
80 >=gnome-extra/libgsf-1.14.24:=
81 >=x11-libs/goffice-0.10.14:0.10
82 >=dev-libs/libxml2-2.4.12:2
83 >=x11-libs/pango-1.24.0:=
84
85 >=x11-libs/gtk+-3.8.7: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 pkg_setup() {
101 use python && python-single-r1_pkg_setup
102 }
103
104 src_configure() {
105 gnome2_src_configure \
106 --disable-static \
107 --with-zlib \
108 $(use_with libgda gda) \
109 $(use_enable introspection) \
110 $(use_with perl) \
111 $(use_with python)
112 }