Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/
Date: Sun, 02 Dec 2018 17:36:03
Message-Id: 1543771748.0951f937f456dd0f14dd51e9bd6f20c453231b50.leio@gentoo
1 commit: 0951f937f456dd0f14dd51e9bd6f20c453231b50
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 17:29:08 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 17:29:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0951f937
7
8 x11-libs/goffice: remove old
9
10 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
11 Package-Manager: Portage-2.3.52, Repoman-2.3.11
12
13 x11-libs/goffice/Manifest | 1 -
14 x11-libs/goffice/goffice-0.10.38.ebuild | 52 ---------------------------------
15 2 files changed, 53 deletions(-)
16
17 diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
18 index 2d5a94d8a32..595a4718f70 100644
19 --- a/x11-libs/goffice/Manifest
20 +++ b/x11-libs/goffice/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST goffice-0.10.38.tar.xz 2373308 BLAKE2B f270233adbbf300ad41516b1ed988db0772b95940196a6ac92c3090f6e52bc47933bb6bb4c023d7137cbca42adfab17fc41b82042c2e9c0340a6cd84942874e5 SHA512 1d72e30ee0b9f322cd4114d0a024a99e6d9ff7efcaeb9ca40b5fffe94180c232f03935743c15b1c6170f8bfc04fea5bdcc4d12760643c66cffafefbaa562fd62
23 DIST goffice-0.10.41.tar.xz 2381656 BLAKE2B 7d73b892d91f917e3a47058f508094a16bb50860686dcf33c68ac8028b40e7ba74cc276f276672f29ddafef73b03887cf6280a2812305bd9b24ae3021c319d25 SHA512 d4b6a30b2b5d92e7500a1810626d20a2d4e5f66c1a879c904fe57df384bf4a480de322e9ae0a5fe7a44e73e060d9a33da6d56cd051c3d6cb1ebf0eae09fda2f8
24 DIST goffice-0.10.43.tar.xz 2381804 BLAKE2B 60e305620118f80595a0dfec8192648273f845c9f868142adb957796ee291e1e53b0f3d3f2446064d8014ec54e7008ac03eca7f2f4925efa00ff42b98810371b SHA512 979ccf67fe08d09a2cf0413b4674a44208aa5f4802ab086a463ea2b449fc8c9d1c96dea7234c8e715064cf1726a47d2a5428728a2ff0d00759d5fe7017dc709f
25
26 diff --git a/x11-libs/goffice/goffice-0.10.38.ebuild b/x11-libs/goffice/goffice-0.10.38.ebuild
27 deleted file mode 100644
28 index 6ce1d66a8eb..00000000000
29 --- a/x11-libs/goffice/goffice-0.10.38.ebuild
30 +++ /dev/null
31 @@ -1,52 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="6"
36 -GNOME2_LA_PUNT="yes"
37 -
38 -inherit gnome2
39 -
40 -DESCRIPTION="A library of document-centric objects and utilities"
41 -HOMEPAGE="https://git.gnome.org/browse/goffice/"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0.10"
45 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
46 -IUSE="+introspection"
47 -
48 -# FIXME: add lasem to tree
49 -RDEPEND="
50 - >=app-text/libspectre-0.2.6:=
51 - >=dev-libs/glib-2.38.0:2
52 - dev-libs/libxslt
53 - >=gnome-base/librsvg-2.22:2
54 - >=gnome-extra/libgsf-1.14.24:=[introspection?]
55 - >=dev-libs/libxml2-2.4.12:2
56 - >=x11-libs/pango-1.24:=
57 - >=x11-libs/cairo-1.10:=[svg]
58 - x11-libs/libXext:=
59 - x11-libs/libXrender:=
60 - >=x11-libs/gdk-pixbuf-2.22:2
61 - >=x11-libs/gtk+-3.20:3
62 - introspection? (
63 - >=dev-libs/gobject-introspection-1:=
64 - >=gnome-extra/libgsf-1.14.23:= )
65 -"
66 -DEPEND="${RDEPEND}
67 - dev-lang/perl
68 - virtual/perl-Getopt-Long
69 - virtual/perl-IO-Compress
70 - virtual/perl-Compress-Raw-Zlib
71 - dev-util/glib-utils
72 - >=dev-util/gtk-doc-am-1.12
73 - >=dev-util/intltool-0.35
74 - virtual/pkgconfig
75 -"
76 -
77 -src_configure() {
78 - gnome2_src_configure \
79 - --without-lasem \
80 - --with-gtk \
81 - --with-config-backend=gsettings \
82 - $(use_enable introspection)
83 -}