Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwps/
Date: Sat, 03 Dec 2016 22:51:20
Message-Id: 1480805467.1f0d2ff37b70772b4fb1562dbdcdbd1610d2a727.dilfridge@gentoo
1 commit: 1f0d2ff37b70772b4fb1562dbdcdbd1610d2a727
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 22:51:07 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 22:51:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0d2ff3
7
8 app-text/libwps: Drop old and thereby several arches
9
10 Package-Manager: portage-2.3.2
11
12 app-text/libwps/Manifest | 1 -
13 app-text/libwps/libwps-0.2.9.ebuild | 39 -------------------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
17 index 0880fe9..b30e2ef 100644
18 --- a/app-text/libwps/Manifest
19 +++ b/app-text/libwps/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST libwps-0.2.9.tar.xz 387340 SHA256 cf9a17a6c0452ab32cce342c1410f1620c66f9cb6f9431b82f95da7fe9730177 SHA512 60ddc8db5a90589248a0a8f90950907ca3be3362983f6c4847670e6eaf4d7ad22a2b6795b0a1b0a1920075f25f1ffcfd581757c26bfb74deacd000e94459da34 WHIRLPOOL bc847cb65c72daa01db5d6f17a20cbaff741fab1fc7a63d789993334b7853009f59c1ca370d7d3798a26b294c96c3435664314b07ff5a2324fa7ca7980378fe8
22 DIST libwps-0.3.1.tar.xz 410376 SHA256 bb2c2a7db5121411ba705ccf3452cdce51d9798384fd9621e9702ba802878e93 SHA512 f628e6532b32331c7df0d97a9b71bf1f97347634657148b47d46ba7c2fd888d7fa9ffe52f31cfc24f86688c9c713bfaff360c7fe9f4a92d646cf8f21e7f5c2b1 WHIRLPOOL ebe35fabf22aedccfe3ca35e46971a26332040852357ea0f2241534261c77d597da38766192661ecd6fa24881e0bf9de4a80bdfea300129420d4635924434110
23 DIST libwps-0.4.4.tar.xz 574768 SHA256 b7c564bba7bc9058c524eaf94cb43448832aa03e3d763b98e11ee12d25082df4 SHA512 201b4a7d6788e4193aeff694e25bbda78678126b654907f4d20783afa343a069d7f6c12344b261496434df4fd1f3df933881a5ed5358f330cd15568c8710963d WHIRLPOOL de32feb8721771a5058b283b5dd6a59e005db1e53a8539c5e1268540cf3e9f5d0353babafcb42e82aade103dd1efc0834f0a80d7b3e995a8d5464ffbc0f538b7
24
25 diff --git a/app-text/libwps/libwps-0.2.9.ebuild b/app-text/libwps/libwps-0.2.9.ebuild
26 deleted file mode 100644
27 index a89ed3b..00000000
28 --- a/app-text/libwps/libwps-0.2.9.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -
37 -inherit base eutils
38 -
39 -DESCRIPTION="Microsoft Works file word processor format import filter library"
40 -HOMEPAGE="http://libwps.sourceforge.net/"
41 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
42 -
43 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
46 -IUSE="doc debug static-libs"
47 -
48 -RDEPEND="
49 - app-text/libwpd:0.9
50 - dev-libs/boost
51 -"
52 -DEPEND="${RDEPEND}
53 - virtual/pkgconfig
54 - doc? ( app-doc/doxygen )
55 -"
56 -
57 -src_configure() {
58 - econf \
59 - --disable-werror \
60 - $(use_enable static-libs static) \
61 - --docdir=/usr/share/doc/${PF} \
62 - $(use_with doc docs) \
63 - $(use_enable debug)
64 -}
65 -
66 -src_install() {
67 - default
68 - prune_libtool_files --all
69 -}