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: Wed, 29 Aug 2018 10:49:55
Message-Id: 1535539778.48a3cb3518696c2abb2ebecba3ae0d2033ec0fa9.asturm@gentoo
1 commit: 48a3cb3518696c2abb2ebecba3ae0d2033ec0fa9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 08:42:14 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 10:49:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a3cb35
7
8 app-text/libwps: Drop old
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 app-text/libwps/Manifest | 2 --
13 app-text/libwps/libwps-0.4.8.ebuild | 35 -----------------------------------
14 app-text/libwps/libwps-0.4.9.ebuild | 35 -----------------------------------
15 3 files changed, 72 deletions(-)
16
17 diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
18 index 00580182a4b..2c5946f198a 100644
19 --- a/app-text/libwps/Manifest
20 +++ b/app-text/libwps/Manifest
21 @@ -1,3 +1 @@
22 DIST libwps-0.4.10.tar.xz 695448 BLAKE2B ec26b6ccd918aa29d0df053b3e321b651e0c7142910009e0b50a89f88f4dba8f7e9e20f8962a7afb84497b533129d85eb5c7628aa7c64f2a57ce2976d5ff372f SHA512 e5a6155d9e59df226e72db5723ae7574d3f3fdc49bd64156e11f9d3715748fb919dd3d2ab83b6d5fb80c002e7d4ca12563f6ff80472a6485f374b037404acf83
23 -DIST libwps-0.4.8.tar.xz 648512 BLAKE2B b446c9999ff0e760569daa52fd24e42af8cdda78f2c0bc77d26cc25957381456f045dde1eb4ec8bd7999de29f658d67b2a493fdeacde4faa12a00aa28725603f SHA512 bf5d7aeb6f06e87f15ec8e911fb6436fb4e14839123db71488638f0e658034ad4ea8849ed83926af2fab9b50a7ef7410199d4a1102abc63c83d37bf1966a4afb
24 -DIST libwps-0.4.9.tar.xz 673784 BLAKE2B 7843de719d6c2ff3152b216e808fc06798ae77e582a644fccd34667e409ec8a34764f302c484bf991e653cd1bb8eaca48f68861aa50e5c41ae41373b5b0c531d SHA512 8703e60837c525ab24e40bb3e2e25244e9f4d2231699373b28d86430f6d7f818a5ba32de08f19febdb4f917f1a90e3b27f95e7d3200ca2d4a9101c262b37a30d
25
26 diff --git a/app-text/libwps/libwps-0.4.8.ebuild b/app-text/libwps/libwps-0.4.8.ebuild
27 deleted file mode 100644
28 index 2e18f207c81..00000000000
29 --- a/app-text/libwps/libwps-0.4.8.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="Microsoft Works file word processor format import filter library"
38 -HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/"
39 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
40 -
41 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 ~arm ~arm64 x86"
44 -IUSE="doc debug static-libs tools"
45 -
46 -RDEPEND="
47 - dev-libs/librevenge
48 -"
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig
51 - doc? ( app-doc/doxygen )
52 -"
53 -
54 -src_configure() {
55 - econf \
56 - --disable-werror \
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 -}
67
68 diff --git a/app-text/libwps/libwps-0.4.9.ebuild b/app-text/libwps/libwps-0.4.9.ebuild
69 deleted file mode 100644
70 index 9cf94d783aa..00000000000
71 --- a/app-text/libwps/libwps-0.4.9.ebuild
72 +++ /dev/null
73 @@ -1,35 +0,0 @@
74 -# Copyright 1999-2018 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=6
78 -
79 -DESCRIPTION="Microsoft Works file word processor format import filter library"
80 -HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/"
81 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
82 -
83 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
84 -SLOT="0"
85 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~x86"
86 -IUSE="doc debug static-libs tools"
87 -
88 -RDEPEND="
89 - dev-libs/librevenge
90 -"
91 -DEPEND="${RDEPEND}
92 - virtual/pkgconfig
93 - doc? ( app-doc/doxygen )
94 -"
95 -
96 -src_configure() {
97 - econf \
98 - --disable-werror \
99 - $(use_enable debug) \
100 - $(use_with doc docs) \
101 - $(use_enable static-libs static) \
102 - $(use_enable tools)
103 -}
104 -
105 -src_install() {
106 - default
107 - find "${D}" -name '*.la' -delete || die
108 -}