Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnumeric/
Date: Sat, 26 Dec 2015 14:20:59
Message-Id: 1451139623.0507115c88628fe9befd0fe4b23ddf9920c2a4a4.pacho@gentoo
1 commit: 0507115c88628fe9befd0fe4b23ddf9920c2a4a4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 13:51:21 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 14:20:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0507115c
7
8 app-office/gnumeric: Drop old
9
10 Package-Manager: portage-2.2.26
11
12 app-office/gnumeric/Manifest | 1 -
13 app-office/gnumeric/gnumeric-1.12.23.ebuild | 65 -----------------------------
14 2 files changed, 66 deletions(-)
15
16 diff --git a/app-office/gnumeric/Manifest b/app-office/gnumeric/Manifest
17 index eeec2a5..b8ae410 100644
18 --- a/app-office/gnumeric/Manifest
19 +++ b/app-office/gnumeric/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnumeric-1.12.23.tar.xz 18515672 SHA256 00474cbf1e70f62062974d0beb5f65ebc45d1047bc8fd0a1133e3d9725e19551 SHA512 58f7667196cef453a24689640d21f7de20b052502fcd8f18c9abbe3ca6210d183e0bd53080ba0d6686f145400f404e75f4ed691c90801c5e2cb9f0168420cca0 WHIRLPOOL 7717082ce618adc32f20146aa86b355cbc235e8643fb7729d96c35230035cdebdf8b3aca6ba04fc53e47ce8124efe899129763384bd2172a27087482abedb30a
22 DIST gnumeric-1.12.24.tar.xz 18526768 SHA256 c59d5271b27366008bccb4d53ad8333da36d837003a018892f2da325c1449551 SHA512 71bed41a1b50ed57e9ab4993df8d963cb14a9f6f3fbf87d81c30f71359a23c4092daab00079936e587a118041a303c1c563bcd3f38f2aaea78a9ae5593dcdd4b WHIRLPOOL 648930de4d37d25db471fe9b639b91a64a1d1ebf1a50291ef2c79a23d4082b7249e6197467e86ce752e96699b38a7c3d86730cead7d0438c7e6605521b61e7b8
23
24 diff --git a/app-office/gnumeric/gnumeric-1.12.23.ebuild b/app-office/gnumeric/gnumeric-1.12.23.ebuild
25 deleted file mode 100644
26 index 6536b60..0000000
27 --- a/app-office/gnumeric/gnumeric-1.12.23.ebuild
28 +++ /dev/null
29 @@ -1,65 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -GNOME2_LA_PUNT="yes"
37 -PYTHON_COMPAT=( python2_7 )
38 -
39 -inherit gnome2 flag-o-matic python-single-r1
40 -
41 -DESCRIPTION="The GNOME Spreadsheet"
42 -HOMEPAGE="http://www.gnumeric.org/"
43 -LICENSE="GPL-2"
44 -
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
47 -
48 -IUSE="+introspection libgda perl python"
49 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
50 -
51 -# Missing gnome-extra/libgnomedb required version in tree
52 -# but its upstream is dead and will be dropped soon.
53 -
54 -# lots of missing files, also fails tests due to 80-bit long story
55 -# upstream bug #721556
56 -RESTRICT="test"
57 -
58 -RDEPEND="
59 - app-arch/bzip2
60 - sys-libs/zlib
61 - >=dev-libs/glib-2.38.0:2
62 - >=gnome-extra/libgsf-1.14.33:=
63 - >=x11-libs/goffice-0.10.22:0.10
64 - >=dev-libs/libxml2-2.4.12:2
65 - >=x11-libs/pango-1.24.0:=
66 -
67 - >=x11-libs/gtk+-3.8.7:3
68 - x11-libs/cairo:=[svg]
69 -
70 - introspection? ( >=dev-libs/gobject-introspection-1:= )
71 - perl? ( dev-lang/perl )
72 - python? ( ${PYTHON_DEPS}
73 - >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] )
74 - libgda? ( gnome-extra/libgda:5[gtk] )
75 -"
76 -DEPEND="${RDEPEND}
77 - app-text/scrollkeeper
78 - >=dev-util/intltool-0.35.0
79 - virtual/pkgconfig
80 -"
81 -
82 -pkg_setup() {
83 - use python && python-single-r1_pkg_setup
84 -}
85 -
86 -src_configure() {
87 - gnome2_src_configure \
88 - --disable-static \
89 - --with-zlib \
90 - $(use_with libgda gda) \
91 - $(use_enable introspection) \
92 - $(use_with perl) \
93 - $(use_with python)
94 -}