Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwps/
Date: Tue, 27 Jun 2017 21:28:21
Message-Id: 1498598883.063251de61d68e48aa9f1687e5f95e2815d1eb65.asturm@gentoo
1 commit: 063251de61d68e48aa9f1687e5f95e2815d1eb65
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 27 20:46:42 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 27 21:28:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063251de
7
8 app-text/libwps: Drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-text/libwps/Manifest | 1 -
13 app-text/libwps/libwps-0.4.5.ebuild | 36 ------------------------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
17 index 519d273f4f2..1d3e8eefd84 100644
18 --- a/app-text/libwps/Manifest
19 +++ b/app-text/libwps/Manifest
20 @@ -1,3 +1,2 @@
21 DIST libwps-0.4.4.tar.xz 574768 SHA256 b7c564bba7bc9058c524eaf94cb43448832aa03e3d763b98e11ee12d25082df4 SHA512 201b4a7d6788e4193aeff694e25bbda78678126b654907f4d20783afa343a069d7f6c12344b261496434df4fd1f3df933881a5ed5358f330cd15568c8710963d WHIRLPOOL de32feb8721771a5058b283b5dd6a59e005db1e53a8539c5e1268540cf3e9f5d0353babafcb42e82aade103dd1efc0834f0a80d7b3e995a8d5464ffbc0f538b7
22 -DIST libwps-0.4.5.tar.xz 588948 SHA256 8e175ab9339d447a285a1533bfdc405432b9a275e4f3a98690ffaf12fe7f4d4a SHA512 bed70efbd51bc18891e901810eba72e3b21050cde6ac170589cc0e55fb8cbef44de4be7b7ec657895715efaa30fb0ad1b6032cf507ca969d31cc03cc96973a94 WHIRLPOOL 91948ede9976c9d62865c76a93bc8779b14d9438dd5d64fd8f8d6fd98abe9bb748d19e0509c88b7f6d47770d5ce62c1e8ccb9a2281963166b4e93f465079a78c
23 DIST libwps-0.4.6.tar.xz 592276 SHA256 e48a7c2fd20048a0a8eaf69bad972575f8b9f06e7497c787463f127d332fccd0 SHA512 00d1d9108f405cb5eeb67985057f0c6a5d9dd8ef9c3daeebb6739e10a38a5db7cbf22a9e4d09684452376896009993ba08cb015ec0616b56c222244d87a3241e WHIRLPOOL 31198a1889148c87357c0411cd7c28c75de69048ed9c589e98c8a9f866a18295a6d572308966bc1173f207499616bcd1e87eb48bbbec5193fef36228a23ca5c5
24
25 diff --git a/app-text/libwps/libwps-0.4.5.ebuild b/app-text/libwps/libwps-0.4.5.ebuild
26 deleted file mode 100644
27 index 93c2ec4fbaa..00000000000
28 --- a/app-text/libwps/libwps-0.4.5.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DESCRIPTION="Microsoft Works file word processor format import filter library"
37 -HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/"
38 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
39 -
40 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
41 -SLOT="0"
42 -KEYWORDS="~alpha ~amd64 ~arm ~x86"
43 -IUSE="doc debug static-libs tools"
44 -
45 -RDEPEND="
46 - dev-libs/librevenge
47 -"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig
50 - doc? ( app-doc/doxygen )
51 -"
52 -
53 -src_configure() {
54 - econf \
55 - --disable-werror \
56 - --with-sharedptr=c++11 \
57 - $(use_enable debug) \
58 - $(use_with doc docs) \
59 - $(use_enable static-libs static) \
60 - $(use_enable tools)
61 -}
62 -
63 -src_install() {
64 - default
65 - find "${D}" -name '*.la' -delete || die
66 -}