Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/
Date: Sun, 03 Jul 2016 16:34:00
Message-Id: 1467563611.fb4788a7af80e45d63788ed879b58a9ac2d6ff73.pacho@gentoo
1 commit: fb4788a7af80e45d63788ed879b58a9ac2d6ff73
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 16:26:42 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 16:33:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4788a7
7
8 x11-libs/goffice: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 x11-libs/goffice/Manifest | 1 +
13 x11-libs/goffice/goffice-0.10.31.ebuild | 54 +++++++++++++++++++++++++++++++++
14 2 files changed, 55 insertions(+)
15
16 diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
17 index 665bf2b..9318073 100644
18 --- a/x11-libs/goffice/Manifest
19 +++ b/x11-libs/goffice/Manifest
20 @@ -1,2 +1,3 @@
21 DIST goffice-0.10.29.tar.xz 2379280 SHA256 b395dcf062f8575788aeab087b66ae21c2e22a7661309adc81d1825b507b7ff9 SHA512 7e6bf2e3d469f8428e6f0c4c7b381ac9f855b3c491cb70676df15aa33f05555d15a899147d488c8478b57aabd206bfe61b811352c05be0f9d8458a611b7aa6f4 WHIRLPOOL 44d83acd5fd65ee566a25c48fec5b8bbd7bbb6e5843a2aa51b2406991d515399da0ad55831b822f5102c6c30ca065ba05f6282fc24183aed4d0476b6f998cbf6
22 +DIST goffice-0.10.31.tar.xz 2386264 SHA256 9d1fc2dcc131742348ed6e1597e2fab143cbf73e7067c5c05a3f3565266ed5a5 SHA512 bdc497bd61c9b1e303afba6c9ed5f2d23a09e380702959a64d6877ce5ad7c7c495e63650686135aef137206ebec285227c9ee24cb3f73c64d7e5a504bf49bfc6 WHIRLPOOL c270d7a29a555173ed1d0f2942d50000b32ff90102cbc9ad14e07d307701533bf5f9b8813328457fa122376aaf56eba6df71f971f369fcb7cff7d16f9530cdbe
23 DIST goffice-0.8.17.tar.xz 1814488 SHA256 165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 SHA512 61a3063d37e2ded4d4065d261f728c862daea04090ac38abe2524089ed1ee253e0d77e501f5b3451b1e011491a8225f90fd4914f28ce2a347ecf561098e6400c WHIRLPOOL 12ac2587af25c41686797b9bd5ff93429687217cb3d14e130067685701fd0685ed1c4f9900eb34a15cfb30dcdfe9ebe9f9856a1b4eb6684555d0a9cb1ef86ff1
24
25 diff --git a/x11-libs/goffice/goffice-0.10.31.ebuild b/x11-libs/goffice/goffice-0.10.31.ebuild
26 new file mode 100644
27 index 0000000..1f36ed7
28 --- /dev/null
29 +++ b/x11-libs/goffice/goffice-0.10.31.ebuild
30 @@ -0,0 +1,54 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
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.8.7: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/gtk-doc-am-1.12
72 + >=dev-util/intltool-0.35
73 + virtual/pkgconfig
74 +"
75 +# eautoreconf requires:
76 +# gnome-base/gnome-common
77 +
78 +src_configure() {
79 + gnome2_src_configure \
80 + --without-lasem \
81 + --with-gtk \
82 + --with-config-backend=gsettings \
83 + $(use_enable introspection)
84 +}