Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnumeric/
Date: Sat, 17 Nov 2018 17:22:17
Message-Id: 1542475233.e05b118b0a7f9c6405120232651c93ae09f3b4a2.eva@gentoo
1 commit: e05b118b0a7f9c6405120232651c93ae09f3b4a2
2 Author: Igor Mróz <mrozigor <AT> wp <DOT> pl>
3 AuthorDate: Thu Nov 1 19:37:41 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 17:20:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e05b118b
7
8 app-office/gnumeric: bump to 1.12.43
9
10 Signed-off-by: Igor Mróz <mrozigor <AT> wp.pl>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Closes: https://github.com/gentoo/gentoo/pull/10318
13 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
14
15 app-office/gnumeric/Manifest | 1 +
16 app-office/gnumeric/gnumeric-1.12.43.ebuild | 65 +++++++++++++++++++++++++++++
17 2 files changed, 66 insertions(+)
18
19 diff --git a/app-office/gnumeric/Manifest b/app-office/gnumeric/Manifest
20 index c6e4ee7fe31..c288b34a945 100644
21 --- a/app-office/gnumeric/Manifest
22 +++ b/app-office/gnumeric/Manifest
23 @@ -1,2 +1,3 @@
24 DIST gnumeric-1.12.38.tar.xz 19807364 BLAKE2B 5b250991d2a635334d1799b421733a50cbe5dc92c3b792f0c8f3635a37bb72601f62e444ed7cb705ae7456b804fd16e8ab7c1b6567db27a9f12b4b5407b30e1b SHA512 71cf29355b865a3c0f966482ef0cbc90553326fcdc10103762d6c35c1f932371b5dffa3d3d89cd575d3f202ba041e4caaf987db08051b700757ea165508ea217
25 DIST gnumeric-1.12.39.tar.xz 20040688 BLAKE2B 5d99da20b567a939208881b962de3c79ab115a24953dc04d6c882e9a54946e5c5fbd32808a8006e396d70bc9a2a9783b20106536da1c19f7ed7dccd3b12c2fff SHA512 8ae09ea857989e65a8fe2070b30c2309d82daa4142816ef3a1b107035aea0d71498d84eaeeaa870a1587e3785146fad3304321a531c75f6e2f200def53a8e898
26 +DIST gnumeric-1.12.43.tar.xz 18033636 BLAKE2B 32cbbefc10c0537b02b56564ed37f03d69d0865e9bd16dc8cb77aacf682087fce60f01a2e70b5dbef4d73840b6ccbe198d3c5cc5f13b0f1b2a48d0af635e607f SHA512 d2702000e6c4f4c0c7ff442a2b81e10f4d55f0cffbf7b7f1e7c9fed98fb46172b0118ca05102aa53fb4f953799e2be3534f0518b025ece26647ce67b870a34a7
27
28 diff --git a/app-office/gnumeric/gnumeric-1.12.43.ebuild b/app-office/gnumeric/gnumeric-1.12.43.ebuild
29 new file mode 100644
30 index 00000000000..84dd56b8e17
31 --- /dev/null
32 +++ b/app-office/gnumeric/gnumeric-1.12.43.ebuild
33 @@ -0,0 +1,65 @@
34 +# Copyright 1999-2018 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI="6"
38 +GNOME2_LA_PUNT="yes"
39 +PYTHON_COMPAT=( python2_7 )
40 +
41 +inherit gnome2 flag-o-matic python-single-r1
42 +
43 +DESCRIPTION="The GNOME Spreadsheet"
44 +HOMEPAGE="http://www.gnumeric.org/"
45 +LICENSE="GPL-2"
46 +SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.43.tar.xz"
47 +
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
50 +
51 +IUSE="introspection libgda perl python"
52 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
53 +
54 +# Missing gnome-extra/libgnomedb required version in tree
55 +# but its upstream is dead and will be dropped soon.
56 +
57 +# lots of missing files, also fails tests due to 80-bit long story
58 +# upstream bug #721556
59 +RESTRICT="test"
60 +
61 +RDEPEND="
62 + app-arch/bzip2
63 + sys-libs/zlib
64 + >=dev-libs/glib-2.40.0:2
65 + >=gnome-extra/libgsf-1.14.33:=
66 + >=x11-libs/goffice-0.10.42:0.10
67 + >=dev-libs/libxml2-2.4.12:2
68 + >=x11-libs/pango-1.24.0:=
69 +
70 + >=x11-libs/gtk+-3.8.7:3
71 + x11-libs/cairo:=[svg]
72 +
73 + introspection? ( >=dev-libs/gobject-introspection-1:= )
74 + perl? ( dev-lang/perl:= )
75 + python? ( ${PYTHON_DEPS}
76 + >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] )
77 + libgda? ( gnome-extra/libgda:5[gtk] )
78 +"
79 +DEPEND="${RDEPEND}
80 + dev-util/gtk-doc-am
81 + >=dev-util/intltool-0.35.0
82 + app-text/yelp-tools
83 + virtual/pkgconfig
84 +"
85 +
86 +pkg_setup() {
87 + use python && python-single-r1_pkg_setup
88 +}
89 +
90 +src_configure() {
91 + gnome2_src_configure \
92 + --disable-static \
93 + --with-zlib \
94 + $(use_with libgda gda) \
95 + $(use_enable introspection) \
96 + $(use_with perl) \
97 + $(use_with python)
98 +}