Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwps/
Date: Tue, 29 Nov 2016 20:27:23
Message-Id: 1480451230.c2d6fff84cfb72523058b251ecbea193242385cc.dilfridge@gentoo
1 commit: c2d6fff84cfb72523058b251ecbea193242385cc
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 20:00:44 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 20:27:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d6fff8
7
8 app-text/libwps: Remove old
9
10 Package-Manager: portage-2.3.2
11
12 app-text/libwps/Manifest | 2 --
13 app-text/libwps/libwps-0.4.2.ebuild | 40 -------------------------------------
14 app-text/libwps/libwps-0.4.3.ebuild | 40 -------------------------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/app-text/libwps/Manifest b/app-text/libwps/Manifest
18 index 5a9c11b..0880fe9 100644
19 --- a/app-text/libwps/Manifest
20 +++ b/app-text/libwps/Manifest
21 @@ -1,5 +1,3 @@
22 DIST libwps-0.2.9.tar.xz 387340 SHA256 cf9a17a6c0452ab32cce342c1410f1620c66f9cb6f9431b82f95da7fe9730177 SHA512 60ddc8db5a90589248a0a8f90950907ca3be3362983f6c4847670e6eaf4d7ad22a2b6795b0a1b0a1920075f25f1ffcfd581757c26bfb74deacd000e94459da34 WHIRLPOOL bc847cb65c72daa01db5d6f17a20cbaff741fab1fc7a63d789993334b7853009f59c1ca370d7d3798a26b294c96c3435664314b07ff5a2324fa7ca7980378fe8
23 DIST libwps-0.3.1.tar.xz 410376 SHA256 bb2c2a7db5121411ba705ccf3452cdce51d9798384fd9621e9702ba802878e93 SHA512 f628e6532b32331c7df0d97a9b71bf1f97347634657148b47d46ba7c2fd888d7fa9ffe52f31cfc24f86688c9c713bfaff360c7fe9f4a92d646cf8f21e7f5c2b1 WHIRLPOOL ebe35fabf22aedccfe3ca35e46971a26332040852357ea0f2241534261c77d597da38766192661ecd6fa24881e0bf9de4a80bdfea300129420d4635924434110
24 -DIST libwps-0.4.2.tar.xz 543052 SHA256 e4fa907dd2b49b309fb4a860332bc44158570e02cb4ec07d4c8577b374b9f935 SHA512 6e91a4dbb26335b6d4db47daec70d4f50313a8101de1dccce592cec49e00aaf50256580b3ea0c37f24b7ad1cc065a82e0a71deb0cfcd23dabf0a2627d915f48f WHIRLPOOL 137f54be1a0d342205275891008a8de32ae3ee6ba6c2cdafccd61112e4e99e82039a471ef2aa98f0a935a470f48cc59690e8e783e676cde50a78ff1e56558e6c
25 -DIST libwps-0.4.3.tar.xz 539624 SHA256 617d448a6c9bf935fc77a766e0b45d26f0886663d90b9bb00cfed9c28fbf13da SHA512 b05375a956871386fe4e4448407868cdc6f09a8ff5c6329450396529bf148222a17dd9e82f92f443d5d86030e4ef10d18fc89363b91d1dd36f14d4c24d8645d9 WHIRLPOOL 807d0800f17ec0fb9fc82828b1b9f434c06f61a3d2acfdb23c8b2bb5d1989c8a94091fd508ab0a2d5b17a5ece89c03258ecf85d875b348039caea488b75c4d35
26 DIST libwps-0.4.4.tar.xz 574768 SHA256 b7c564bba7bc9058c524eaf94cb43448832aa03e3d763b98e11ee12d25082df4 SHA512 201b4a7d6788e4193aeff694e25bbda78678126b654907f4d20783afa343a069d7f6c12344b261496434df4fd1f3df933881a5ed5358f330cd15568c8710963d WHIRLPOOL de32feb8721771a5058b283b5dd6a59e005db1e53a8539c5e1268540cf3e9f5d0353babafcb42e82aade103dd1efc0834f0a80d7b3e995a8d5464ffbc0f538b7
27
28 diff --git a/app-text/libwps/libwps-0.4.2.ebuild b/app-text/libwps/libwps-0.4.2.ebuild
29 deleted file mode 100644
30 index d0256a7..00000000
31 --- a/app-text/libwps/libwps-0.4.2.ebuild
32 +++ /dev/null
33 @@ -1,40 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit eutils
41 -
42 -DESCRIPTION="Microsoft Works file word processor format import filter library"
43 -HOMEPAGE="http://libwps.sourceforge.net/"
44 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
45 -
46 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
47 -SLOT="0"
48 -KEYWORDS="~alpha amd64 ~arm x86"
49 -IUSE="doc debug static-libs"
50 -
51 -RDEPEND="
52 - app-text/libwpd:0.10
53 - dev-libs/boost:=
54 - dev-libs/librevenge
55 -"
56 -DEPEND="${RDEPEND}
57 - virtual/pkgconfig
58 - doc? ( app-doc/doxygen )
59 -"
60 -
61 -src_configure() {
62 - econf \
63 - --disable-werror \
64 - $(use_enable static-libs static) \
65 - --docdir=/usr/share/doc/${PF} \
66 - $(use_with doc docs) \
67 - $(use_enable debug)
68 -}
69 -
70 -src_install() {
71 - default
72 - prune_libtool_files --all
73 -}
74
75 diff --git a/app-text/libwps/libwps-0.4.3.ebuild b/app-text/libwps/libwps-0.4.3.ebuild
76 deleted file mode 100644
77 index 06cc434..00000000
78 --- a/app-text/libwps/libwps-0.4.3.ebuild
79 +++ /dev/null
80 @@ -1,40 +0,0 @@
81 -# Copyright 1999-2016 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -# $Id$
84 -
85 -EAPI=6
86 -
87 -inherit eutils
88 -
89 -DESCRIPTION="Microsoft Works file word processor format import filter library"
90 -HOMEPAGE="http://libwps.sourceforge.net/"
91 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
92 -
93 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
94 -SLOT="0"
95 -KEYWORDS="~alpha ~amd64 ~arm ~x86"
96 -IUSE="doc debug static-libs"
97 -
98 -RDEPEND="
99 - app-text/libwpd:0.10
100 - dev-libs/boost:=
101 - dev-libs/librevenge
102 -"
103 -DEPEND="${RDEPEND}
104 - virtual/pkgconfig
105 - doc? ( app-doc/doxygen )
106 -"
107 -
108 -src_configure() {
109 - econf \
110 - --disable-werror \
111 - $(use_enable static-libs static) \
112 - --docdir=/usr/share/doc/${PF} \
113 - $(use_with doc docs) \
114 - $(use_enable debug)
115 -}
116 -
117 -src_install() {
118 - default
119 - prune_libtool_files --all
120 -}