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, 31 May 2020 21:09:25
Message-Id: 1590959320.8813f637fd830b244fd560795627e904f54c8a84.asturm@gentoo
1 commit: 8813f637fd830b244fd560795627e904f54c8a84
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 21:04:55 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 21:08:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8813f637
7
8 app-text/libwps: Drop 0.4.10
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/libwps/Manifest | 1 -
14 app-text/libwps/libwps-0.4.10.ebuild | 35 -----------------------------------
15 2 files changed, 36 deletions(-)
16
17 diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
18 index 7f39641750d..85d3186eab6 100644
19 --- a/app-text/libwps/Manifest
20 +++ b/app-text/libwps/Manifest
21 @@ -1,2 +1 @@
22 -DIST libwps-0.4.10.tar.xz 695448 BLAKE2B ec26b6ccd918aa29d0df053b3e321b651e0c7142910009e0b50a89f88f4dba8f7e9e20f8962a7afb84497b533129d85eb5c7628aa7c64f2a57ce2976d5ff372f SHA512 e5a6155d9e59df226e72db5723ae7574d3f3fdc49bd64156e11f9d3715748fb919dd3d2ab83b6d5fb80c002e7d4ca12563f6ff80472a6485f374b037404acf83
23 DIST libwps-0.4.11.tar.xz 706000 BLAKE2B e733b2fed9a05352b41126b2c0225807b3fe9a57f01f3b2a3bf35f99bd0adbd47bab8ef058f45de749332d407d589f6c33a03a3579fc76551548cb92c236e09f SHA512 6c81342b68fd93974c10ec0907dd46e9417cafa46d06205843941650828f4299a8793a7ace5c0ca755b8b9fb91fc1d6ef63304c641e7b5de36885e9995566e36
24
25 diff --git a/app-text/libwps/libwps-0.4.10.ebuild b/app-text/libwps/libwps-0.4.10.ebuild
26 deleted file mode 100644
27 index 7f0beb210da..00000000000
28 --- a/app-text/libwps/libwps-0.4.10.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
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 arm64 ~ppc64 x86"
43 -IUSE="doc debug static-libs tools"
44 -
45 -RDEPEND="
46 - dev-libs/librevenge
47 -"
48 -DEPEND="${RDEPEND}"
49 -BDEPEND="
50 - virtual/pkgconfig
51 - doc? ( app-doc/doxygen )
52 -"
53 -
54 -src_configure() {
55 - econf \
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 -}