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: Sat, 17 Nov 2018 17:22:17
Message-Id: 1542475226.9c49393fd6831e5ff2ed47ee2286476b409333d2.eva@gentoo
1 commit: 9c49393fd6831e5ff2ed47ee2286476b409333d2
2 Author: Igor Mróz <mrozigor <AT> wp <DOT> pl>
3 AuthorDate: Tue Nov 6 20:38:09 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 17:20:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c49393f
7
8 x11-libs/goffice: Formatted ebuild file.
9
10 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
11
12 x11-libs/goffice/goffice-0.10.43.ebuild | 17 +++++++++--------
13 1 file changed, 9 insertions(+), 8 deletions(-)
14
15 diff --git a/x11-libs/goffice/goffice-0.10.43.ebuild b/x11-libs/goffice/goffice-0.10.43.ebuild
16 index 6101179ce7e..27c07ac7b75 100644
17 --- a/x11-libs/goffice/goffice-0.10.43.ebuild
18 +++ b/x11-libs/goffice/goffice-0.10.43.ebuild
19 @@ -2,13 +2,14 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="6"
23 +
24 GNOME2_LA_PUNT="yes"
25
26 inherit gnome2
27
28 DESCRIPTION="A library of document-centric objects and utilities"
29 HOMEPAGE="https://git.gnome.org/browse/goffice/"
30 -SRC_URI="https://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/goffice-0.10.43.tar.xz"
31 +SRC_URI="https://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/${P}.tar.xz"
32
33 LICENSE="GPL-2"
34 SLOT="0.10"
35 @@ -19,27 +20,27 @@ IUSE="+introspection"
36 RDEPEND="
37 >=app-text/libspectre-0.2.6:=
38 >=dev-libs/glib-2.38.0:2
39 + >=dev-libs/libxml2-2.4.12:2
40 dev-libs/libxslt
41 >=gnome-base/librsvg-2.22:2
42 >=gnome-extra/libgsf-1.14.24:=[introspection?]
43 - >=dev-libs/libxml2-2.4.12:2
44 - >=x11-libs/pango-1.24:=
45 >=x11-libs/cairo-1.10:=[svg]
46 - x11-libs/libXext:=
47 - x11-libs/libXrender:=
48 >=x11-libs/gdk-pixbuf-2.22:2
49 >=x11-libs/gtk+-3.20:3
50 + >=x11-libs/pango-1.24:=
51 + x11-libs/libXext:=
52 + x11-libs/libXrender:=
53 introspection? (
54 >=dev-libs/gobject-introspection-1:=
55 >=gnome-extra/libgsf-1.14.23:= )
56 "
57 DEPEND="${RDEPEND}
58 dev-lang/perl
59 - virtual/perl-Getopt-Long
60 - virtual/perl-IO-Compress
61 - virtual/perl-Compress-Raw-Zlib
62 >=dev-util/gtk-doc-am-1.12
63 >=dev-util/intltool-0.35
64 + virtual/perl-Compress-Raw-Zlib
65 + virtual/perl-Getopt-Long
66 + virtual/perl-IO-Compress
67 virtual/pkgconfig
68 "