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