Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/
Date: Sat, 28 May 2016 15:49:50
Message-Id: 1464450518.1001aa2c842e054448f427fb3f7f683b3c77e461.pacho@gentoo
1 commit: 1001aa2c842e054448f427fb3f7f683b3c77e461
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 14:55:21 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:48:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1001aa2c
7
8 x11-libs/goffice: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 x11-libs/goffice/Manifest | 1 -
13 x11-libs/goffice/goffice-0.10.28.ebuild | 56 ---------------------------------
14 2 files changed, 57 deletions(-)
15
16 diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
17 index c9c3f58..ff1ee56 100644
18 --- a/x11-libs/goffice/Manifest
19 +++ b/x11-libs/goffice/Manifest
20 @@ -1,3 +1,2 @@
21 DIST goffice-0.10.27.tar.xz 2363972 SHA256 3717b400fd190f18cf1dd7a16e1991b1f7c7cbdfeb1993656e7972347168d8c0 SHA512 31776e03928f7128319d3db7b6a049fbd2b9bbab56546666df7fd4b65c62ec96323a298e00d61d129bf4fbd7c148d0e94eee06014bef30f544225f1fc7ddf903 WHIRLPOOL 7bef90d215ccb11ac25419fef025a542ef7403091b29345d3a5565dfea6e4cc77783251db7a8286809a8e22e1008b966c0b279ed9fdf4acf5535de8a90d8a32d
22 -DIST goffice-0.10.28.tar.xz 2379056 SHA256 068f060de1a4c058b373dbd4adbfc48fda4b4e3402ec070499d7cd1e737f3a8b SHA512 f04a0b7eda2e7a0a154c92d82495450f2e6da4968f2db2de5df0d10f5404b3cc0f1c7f8559faeb6e9393a6722bca76c146bce68e004d06dfe3d751afcdaf9ff1 WHIRLPOOL ae221bf1761ef6f775d217689f3f218a956aab649cc6818fe8a8a7fff4213423a37b715a4d4256cce6e6d17b2367884c4a99eba103386cec106b2ee86082b075
23 DIST goffice-0.8.17.tar.xz 1814488 SHA256 165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 SHA512 61a3063d37e2ded4d4065d261f728c862daea04090ac38abe2524089ed1ee253e0d77e501f5b3451b1e011491a8225f90fd4914f28ce2a347ecf561098e6400c WHIRLPOOL 12ac2587af25c41686797b9bd5ff93429687217cb3d14e130067685701fd0685ed1c4f9900eb34a15cfb30dcdfe9ebe9f9856a1b4eb6684555d0a9cb1ef86ff1
24
25 diff --git a/x11-libs/goffice/goffice-0.10.28.ebuild b/x11-libs/goffice/goffice-0.10.28.ebuild
26 deleted file mode 100644
27 index 3b351e2..0000000
28 --- a/x11-libs/goffice/goffice-0.10.28.ebuild
29 +++ /dev/null
30 @@ -1,56 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="no"
37 -GNOME2_LA_PUNT="yes"
38 -
39 -inherit gnome2
40 -
41 -DESCRIPTION="A library of document-centric objects and utilities"
42 -HOMEPAGE="https://git.gnome.org/browse/goffice/"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0.10"
46 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
47 -IUSE="+introspection"
48 -
49 -# Build fails with -gtk
50 -# FIXME: add lasem to tree
51 -RDEPEND="
52 - >=app-text/libspectre-0.2.6:=
53 - >=dev-libs/glib-2.38.0:2
54 - dev-libs/libxslt
55 - >=gnome-base/librsvg-2.22:2
56 - >=gnome-extra/libgsf-1.14.24:=[introspection?]
57 - >=dev-libs/libxml2-2.4.12:2
58 - >=x11-libs/pango-1.24:=
59 - >=x11-libs/cairo-1.10:=[svg]
60 - x11-libs/libXext:=
61 - x11-libs/libXrender:=
62 - >=x11-libs/gdk-pixbuf-2.22:2
63 - >=x11-libs/gtk+-3.8.7:3
64 - introspection? (
65 - >=dev-libs/gobject-introspection-1:=
66 - >=gnome-extra/libgsf-1.14.23:= )
67 -"
68 -DEPEND="${RDEPEND}
69 - dev-lang/perl
70 - virtual/perl-Getopt-Long
71 - virtual/perl-IO-Compress
72 - virtual/perl-Compress-Raw-Zlib
73 - >=dev-util/gtk-doc-am-1.12
74 - >=dev-util/intltool-0.35
75 - virtual/pkgconfig
76 -"
77 -# eautoreconf requires:
78 -# gnome-base/gnome-common
79 -
80 -src_configure() {
81 - gnome2_src_configure \
82 - --without-lasem \
83 - --with-gtk \
84 - --with-config-backend=gsettings \
85 - $(use_enable introspection)
86 -}