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: Sat, 26 Dec 2015 14:21:07
Message-Id: 1451139621.6d4f56d7e93d80ff618d5bd9420a6fb915513dde.pacho@gentoo
1 commit: 6d4f56d7e93d80ff618d5bd9420a6fb915513dde
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 13:49:32 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 14:20:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4f56d7
7
8 x11-libs/goffice: Drop old
9
10 Package-Manager: portage-2.2.26
11
12 x11-libs/goffice/Manifest | 1 -
13 x11-libs/goffice/goffice-0.10.23.ebuild | 56 ----------------------------
14 x11-libs/goffice/goffice-0.8.17-r1.ebuild | 62 -------------------------------
15 3 files changed, 119 deletions(-)
16
17 diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
18 index 2dcb297..c8c02fb 100644
19 --- a/x11-libs/goffice/Manifest
20 +++ b/x11-libs/goffice/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST goffice-0.10.23.tar.xz 2356604 SHA256 1325fc38f2476977bd8d71588ccb2a57aa418260406b7c28a20098b6b4e33f9f SHA512 1930fb744c33a9b2166243fbeefdae1ec31343890db311b8d7044efbb7c670f8f71512df91966c081c76dd0ed88bc2c1dc2dce589ffb9cfc44c6799677eefccb WHIRLPOOL 0b0a6c6696f7831b6c9b16dcd1c501e6c36e312343f862ba745acc41d144b16391c54bb4ea1a8ca9e0dcd431306e8630a5e1f54a1e23422414d7eecfd7ae8860
23 DIST goffice-0.10.24.tar.xz 2358736 SHA256 cda70eab0b0b0e29c3bea09849bcfca0c2ccc20038ee69e7e14cde664484af5a SHA512 67732854942769d221a677614edd51bfe9fcdaaf19f532a4182d5d0f0f31b4385ef6fbbf4be8a2f2b5f2d39d1cbb0218712c42cfcc0efaf754d0f4a9fd001b17 WHIRLPOOL 189e7f5ee790cd85d3f55ee6c441cfa829b692d1fc3d24dc9e036de4298653fd21db7e3853e6550fd2c2e76eaa54d0d15a233d98b2d2d47803e9ec72b833b84b
24 DIST goffice-0.10.25.tar.xz 2358836 SHA256 cdeab902c7811a0b31c71872497f7ec21ebaeeb8a05b86bdd48d112b06c9ffa2 SHA512 eb62883833d4578309f0849c9643576cd83bb336d1e1c0a2f677b0d2849d65c005ca5e4d4ae6bf13b37a308798b204cd2a8eb9577165d6f4e0a161792115109b WHIRLPOOL 76f66e09ef3fcbe82ddc242e799cf41f540474ea952f9d7c7ac15b9422dec1989cd508cb16a2597ebf086300e45df972d1c4050a4edc1471c4efbeea5dc156e8
25 DIST goffice-0.8.17.tar.xz 1814488 SHA256 165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 SHA512 61a3063d37e2ded4d4065d261f728c862daea04090ac38abe2524089ed1ee253e0d77e501f5b3451b1e011491a8225f90fd4914f28ce2a347ecf561098e6400c WHIRLPOOL 12ac2587af25c41686797b9bd5ff93429687217cb3d14e130067685701fd0685ed1c4f9900eb34a15cfb30dcdfe9ebe9f9856a1b4eb6684555d0a9cb1ef86ff1
26
27 diff --git a/x11-libs/goffice/goffice-0.10.23.ebuild b/x11-libs/goffice/goffice-0.10.23.ebuild
28 deleted file mode 100644
29 index 9093e1a..0000000
30 --- a/x11-libs/goffice/goffice-0.10.23.ebuild
31 +++ /dev/null
32 @@ -1,56 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -GCONF_DEBUG="no"
39 -GNOME2_LA_PUNT="yes"
40 -
41 -inherit gnome2
42 -
43 -DESCRIPTION="A library of document-centric objects and utilities"
44 -HOMEPAGE="https://git.gnome.org/browse/goffice/"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0.10"
48 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
49 -IUSE="+introspection"
50 -
51 -# Build fails with -gtk
52 -# FIXME: add lasem to tree
53 -RDEPEND="
54 - >=app-text/libspectre-0.2.6:=
55 - >=dev-libs/glib-2.38.0:2
56 - dev-libs/libxslt
57 - >=gnome-base/librsvg-2.22:2
58 - >=gnome-extra/libgsf-1.14.24:=[introspection?]
59 - >=dev-libs/libxml2-2.4.12:2
60 - >=x11-libs/pango-1.24:=
61 - >=x11-libs/cairo-1.10:=[svg]
62 - x11-libs/libXext:=
63 - x11-libs/libXrender:=
64 - >=x11-libs/gdk-pixbuf-2.22:2
65 - >=x11-libs/gtk+-3.8.7:3
66 - introspection? (
67 - >=dev-libs/gobject-introspection-1:=
68 - >=gnome-extra/libgsf-1.14.23:= )
69 -"
70 -DEPEND="${RDEPEND}
71 - dev-lang/perl
72 - virtual/perl-Getopt-Long
73 - virtual/perl-IO-Compress
74 - virtual/perl-Compress-Raw-Zlib
75 - >=dev-util/gtk-doc-am-1.12
76 - >=dev-util/intltool-0.35
77 - virtual/pkgconfig
78 -"
79 -# eautoreconf requires:
80 -# gnome-base/gnome-common
81 -
82 -src_configure() {
83 - gnome2_src_configure \
84 - --without-lasem \
85 - --with-gtk \
86 - --with-config-backend=gsettings \
87 - $(use_enable introspection)
88 -}
89
90 diff --git a/x11-libs/goffice/goffice-0.8.17-r1.ebuild b/x11-libs/goffice/goffice-0.8.17-r1.ebuild
91 deleted file mode 100644
92 index cea128c..0000000
93 --- a/x11-libs/goffice/goffice-0.8.17-r1.ebuild
94 +++ /dev/null
95 @@ -1,62 +0,0 @@
96 -# Copyright 1999-2015 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -# $Id$
99 -
100 -EAPI="4"
101 -GCONF_DEBUG="no"
102 -GNOME2_LA_PUNT="yes"
103 -
104 -inherit autotools eutils gnome2 flag-o-matic
105 -
106 -DESCRIPTION="A library of document-centric objects and utilities"
107 -HOMEPAGE="https://git.gnome.org/browse/goffice/"
108 -
109 -LICENSE="GPL-2"
110 -SLOT="0.8"
111 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
112 -IUSE="doc gnome"
113 -
114 -# Build fails with -gtk
115 -# FIXME: add lasem to tree
116 -RDEPEND=">=dev-libs/glib-2.16:2
117 - >=gnome-extra/libgsf-1.14.9
118 - >=dev-libs/libxml2-2.4.12:2
119 - >=x11-libs/pango-1.8.1
120 - >=x11-libs/cairo-1.2[svg]
121 - x11-libs/libXext
122 - x11-libs/libXrender
123 - >=x11-libs/gtk+-2.16:2
124 - gnome? ( >=gnome-base/gconf-2:2 )
125 -"
126 -DEPEND="${RDEPEND}
127 - virtual/pkgconfig
128 - >=dev-util/intltool-0.35
129 - doc? ( >=dev-util/gtk-doc-1.11 )
130 -
131 - dev-util/gtk-doc-am
132 - gnome-base/gnome-common"
133 -# eautoreconf requires: gtk-doc-am, gnome-common
134 -
135 -pkg_setup() {
136 - DOCS="AUTHORS BUGS ChangeLog MAINTAINERS NEWS README"
137 -
138 - # Gsettings is still experimental
139 - if use gnome; then
140 - G2CONF="${G2CONF} --with-config-backend=gconf"
141 - else
142 - G2CONF="${G2CONF} --with-config-backend=keyfile"
143 - fi
144 -
145 - G2CONF="${G2CONF}
146 - --without-lasem
147 - --with-gtk"
148 -
149 - filter-flags -ffast-math
150 -}
151 -
152 -src_prepare() {
153 - # bug #404271, https://bugzilla.gnome.org/show_bug.cgi?id=670316
154 - epatch "${FILESDIR}/${P}-no-pcre.patch"
155 - eautoreconf
156 - gnome2_src_prepare
157 -}