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, 29 Dec 2017 23:06:10
Message-Id: 1514588696.5d768a0519c0b8b8fabe1f2a4664972dbb3f91a1.asturm@gentoo
1 commit: 5d768a0519c0b8b8fabe1f2a4664972dbb3f91a1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 22:38:51 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 23:04:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d768a05
7
8 app-text/libwps: Drop 0.4.7
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-text/libwps/Manifest | 1 -
13 app-text/libwps/libwps-0.4.7.ebuild | 36 ------------------------------------
14 2 files changed, 37 deletions(-)
15
16 diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
17 index 80727c38495..5e8f12fd1aa 100644
18 --- a/app-text/libwps/Manifest
19 +++ b/app-text/libwps/Manifest
20 @@ -1,2 +1 @@
21 -DIST libwps-0.4.7.tar.xz 595580 BLAKE2B 697d0572aa8dccc732b5ff3f23c3bacf2a82ea77442e819172a03a8b906aaee010fc992419d161f573efb3c998cc8d001a7431e16996f5348fe4aa80b8060bdd SHA512 d38b778016f8ca6a44edba86177d28a3f0bcd338e57276a615eeb9d470def71aa9326c3077789129418b38e88ae6f6d1901d08f5716081ba2eb9847a133c96da
22 DIST libwps-0.4.8.tar.xz 648512 BLAKE2B b446c9999ff0e760569daa52fd24e42af8cdda78f2c0bc77d26cc25957381456f045dde1eb4ec8bd7999de29f658d67b2a493fdeacde4faa12a00aa28725603f SHA512 bf5d7aeb6f06e87f15ec8e911fb6436fb4e14839123db71488638f0e658034ad4ea8849ed83926af2fab9b50a7ef7410199d4a1102abc63c83d37bf1966a4afb
23
24 diff --git a/app-text/libwps/libwps-0.4.7.ebuild b/app-text/libwps/libwps-0.4.7.ebuild
25 deleted file mode 100644
26 index 640c8c1bdff..00000000000
27 --- a/app-text/libwps/libwps-0.4.7.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 ~arm64 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 -}