Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/
Date: Tue, 31 May 2022 18:24:25
Message-Id: 1654021423.db2e7c7d8ea334e6175712abb72628f2bc76ce70.mattst88@gentoo
1 commit: db2e7c7d8ea334e6175712abb72628f2bc76ce70
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 17:32:36 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 18:23:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2e7c7d
7
8 x11-libs/goffice: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/goffice/Manifest | 1 -
13 x11-libs/goffice/goffice-0.10.51.ebuild | 64 ---------------------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
17 index 2bc5c2fad247..d959bf89a608 100644
18 --- a/x11-libs/goffice/Manifest
19 +++ b/x11-libs/goffice/Manifest
20 @@ -1,2 +1 @@
21 -DIST goffice-0.10.51.tar.xz 2432992 BLAKE2B 89da3c4707516884c13fed15f3ea04a60f871888469c7a119d42654f1470001bbcbc5a67bd46fcdb6af458ded0cb951a132cc60cd7861d6ebb762bdab1cf4311 SHA512 4d0e6c4c4c6c2f18b1e22c2b24d4034a693c1f6698e58589b83a956b9ff52d1ce05f1e7fdaab5c22c8c6f1d93b53c202f2505bdf9fddba646ef34c75fdb2f520
22 DIST goffice-0.10.52.tar.xz 2436944 BLAKE2B 13c2d28cd9bd081d4636325e3df14193d5ffad913f4f9fa78251d848f293eeca5ee265058b2c9662b5bd48957b39f31714eb41469f3228359dba1923f918bea5 SHA512 8636bdfd436a0b5853aead6ecf09ae39c5059b2d9044cf04c9f2e0f4d2572aaa07e51cfd123b0dd153877d1c0d5f4af78a031d63b03c724bf1e8282d2e1cc841
23
24 diff --git a/x11-libs/goffice/goffice-0.10.51.ebuild b/x11-libs/goffice/goffice-0.10.51.ebuild
25 deleted file mode 100644
26 index d5051f0e3b5c..000000000000
27 --- a/x11-libs/goffice/goffice-0.10.51.ebuild
28 +++ /dev/null
29 @@ -1,64 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -inherit gnome.org libtool
35 -
36 -DESCRIPTION="A library of document-centric objects and utilities"
37 -HOMEPAGE="https://gitlab.gnome.org/GNOME/goffice/"
38 -
39 -LICENSE="GPL-2"
40 -SLOT="0.10"
41 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
42 -IUSE="+introspection"
43 -
44 -# FIXME: add lasem to tree
45 -RDEPEND="
46 - >=app-text/libspectre-0.2.6:=
47 - >=dev-libs/glib-2.40.0:2
48 - >=dev-libs/libxml2-2.4.12:2
49 - dev-libs/libxslt
50 - >=gnome-base/librsvg-2.22:2
51 - >=gnome-extra/libgsf-1.14.24:=[introspection?]
52 - >=x11-libs/cairo-1.10:=[svg]
53 - >=x11-libs/gdk-pixbuf-2.22:2
54 - >=x11-libs/gtk+-3.20:3
55 - >=x11-libs/pango-1.24:=
56 - x11-libs/libXext:=
57 - x11-libs/libXrender:=
58 - introspection? (
59 - >=dev-libs/gobject-introspection-1:=
60 - >=gnome-extra/libgsf-1.14.23:=
61 - )"
62 -DEPEND="${RDEPEND}"
63 -BDEPEND="
64 - dev-lang/perl
65 - dev-util/glib-utils
66 - >=dev-util/gtk-doc-am-1.12
67 - >=dev-util/intltool-0.35
68 - virtual/perl-Compress-Raw-Zlib
69 - virtual/perl-Getopt-Long
70 - virtual/perl-IO-Compress
71 - virtual/pkgconfig"
72 -
73 -src_prepare() {
74 - default
75 - elibtoolize
76 -}
77 -
78 -src_configure() {
79 - econf \
80 - --disable-gtk-doc \
81 - --disable-maintainer-mode \
82 - --without-lasem \
83 - --with-gtk \
84 - --with-config-backend=gsettings \
85 - $(use_enable introspection)
86 -}
87 -
88 -src_install() {
89 - default
90 - dodoc MAINTAINERS
91 -
92 - find "${ED}" -name '*.la' -delete || die
93 -}