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: Sun, 19 Nov 2017 23:49:39
Message-Id: 1511135356.d442edec73938b717333817c30b01b0c0ffc092f.asturm@gentoo
1 commit: d442edec73938b717333817c30b01b0c0ffc092f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 23:23:01 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 23:49:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d442edec
7
8 app-text/libwps: Drop old
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 app-text/libwps/Manifest | 1 -
13 app-text/libwps/libwps-0.4.6.ebuild | 36 ------------------------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
17 index 1c5c3b10aba..1f7ac191590 100644
18 --- a/app-text/libwps/Manifest
19 +++ b/app-text/libwps/Manifest
20 @@ -1,2 +1 @@
21 -DIST libwps-0.4.6.tar.xz 592276 SHA256 e48a7c2fd20048a0a8eaf69bad972575f8b9f06e7497c787463f127d332fccd0 SHA512 00d1d9108f405cb5eeb67985057f0c6a5d9dd8ef9c3daeebb6739e10a38a5db7cbf22a9e4d09684452376896009993ba08cb015ec0616b56c222244d87a3241e WHIRLPOOL 31198a1889148c87357c0411cd7c28c75de69048ed9c589e98c8a9f866a18295a6d572308966bc1173f207499616bcd1e87eb48bbbec5193fef36228a23ca5c5
22 DIST libwps-0.4.7.tar.xz 595580 SHA256 2f2cab630bceace24f9dbb7d187cd6cd1f4c9f8a7b682c5f7e49c1e2cb58b217 SHA512 d38b778016f8ca6a44edba86177d28a3f0bcd338e57276a615eeb9d470def71aa9326c3077789129418b38e88ae6f6d1901d08f5716081ba2eb9847a133c96da WHIRLPOOL 8dd7cc93f9a9da8e1685ab40c9a8fbe92bc0b1ca1c2888c9d70681156fdaea918dcef2bc6ed31f8d0d6a1345009275cb5517cdb513bea8abd90c17b124aba5e7
23
24 diff --git a/app-text/libwps/libwps-0.4.6.ebuild b/app-text/libwps/libwps-0.4.6.ebuild
25 deleted file mode 100644
26 index c4509e0069c..00000000000
27 --- a/app-text/libwps/libwps-0.4.6.ebuild
28 +++ /dev/null
29 @@ -1,36 +0,0 @@
30 -# Copyright 1999-2017 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 - dev-libs/librevenge
46 -"
47 -DEPEND="${RDEPEND}
48 - virtual/pkgconfig
49 - doc? ( app-doc/doxygen )
50 -"
51 -
52 -src_configure() {
53 - econf \
54 - --disable-werror \
55 - --with-sharedptr=c++11 \
56 - $(use_enable debug) \
57 - $(use_with doc docs) \
58 - $(use_enable static-libs static) \
59 - $(use_enable tools)
60 -}
61 -
62 -src_install() {
63 - default
64 - find "${D}" -name '*.la' -delete || die
65 -}