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: Fri, 30 Jun 2017 17:27:09
Message-Id: 1498843582.296da062a4b21824e5f0d40693abc4e9cc35c0ec.asturm@gentoo
1 commit: 296da062a4b21824e5f0d40693abc4e9cc35c0ec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 28 17:30:06 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 17:26:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296da062
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.4-r1.ebuild | 37 ----------------------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
17 index 1d3e8eefd84..f341e451fb2 100644
18 --- a/app-text/libwps/Manifest
19 +++ b/app-text/libwps/Manifest
20 @@ -1,2 +1 @@
21 -DIST libwps-0.4.4.tar.xz 574768 SHA256 b7c564bba7bc9058c524eaf94cb43448832aa03e3d763b98e11ee12d25082df4 SHA512 201b4a7d6788e4193aeff694e25bbda78678126b654907f4d20783afa343a069d7f6c12344b261496434df4fd1f3df933881a5ed5358f330cd15568c8710963d WHIRLPOOL de32feb8721771a5058b283b5dd6a59e005db1e53a8539c5e1268540cf3e9f5d0353babafcb42e82aade103dd1efc0834f0a80d7b3e995a8d5464ffbc0f538b7
22 DIST libwps-0.4.6.tar.xz 592276 SHA256 e48a7c2fd20048a0a8eaf69bad972575f8b9f06e7497c787463f127d332fccd0 SHA512 00d1d9108f405cb5eeb67985057f0c6a5d9dd8ef9c3daeebb6739e10a38a5db7cbf22a9e4d09684452376896009993ba08cb015ec0616b56c222244d87a3241e WHIRLPOOL 31198a1889148c87357c0411cd7c28c75de69048ed9c589e98c8a9f866a18295a6d572308966bc1173f207499616bcd1e87eb48bbbec5193fef36228a23ca5c5
23
24 diff --git a/app-text/libwps/libwps-0.4.4-r1.ebuild b/app-text/libwps/libwps-0.4.4-r1.ebuild
25 deleted file mode 100644
26 index dfef4a6a180..00000000000
27 --- a/app-text/libwps/libwps-0.4.4-r1.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -DESCRIPTION="Microsoft Works file word processor format import filter library"
36 -HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/"
37 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
38 -
39 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
40 -SLOT="0"
41 -KEYWORDS="~alpha amd64 ~arm x86"
42 -IUSE="doc debug static-libs tools"
43 -
44 -RDEPEND="
45 - app-text/libwpd:0.10
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 -}