Gentoo Archives: gentoo-commits

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