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/libmwaw/
Date: Fri, 29 Dec 2017 23:06:09
Message-Id: 1514588696.9fb2e1f6c7da03914c85bb572d3a1e0a2e56675f.asturm@gentoo
1 commit: 9fb2e1f6c7da03914c85bb572d3a1e0a2e56675f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 22:38:07 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=9fb2e1f6
7
8 app-text/libmwaw: Drop 0.3.12
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-text/libmwaw/Manifest | 1 -
13 app-text/libmwaw/libmwaw-0.3.12.ebuild | 50 ----------------------------------
14 2 files changed, 51 deletions(-)
15
16 diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
17 index c526d563e2b..4f79c5c8510 100644
18 --- a/app-text/libmwaw/Manifest
19 +++ b/app-text/libmwaw/Manifest
20 @@ -1,2 +1 @@
21 -DIST libmwaw-0.3.12.tar.xz 1258972 BLAKE2B d6a6bf588f4039abb7288547127b49d90b5ce254d3852cfc479ce6771566684251aa46fc354aaae17f9cc9b530d11597d5bc76dde38380d41c5847bba763553f SHA512 8af8477ff6fc251600f9a66059b20fd8b9fad8d599c01e847d7185944447b3a34567036daff4d4510934aa1462bd4810a39467e8ac0ec223147b3b53447220ec
22 DIST libmwaw-0.3.13.tar.xz 1258220 BLAKE2B 79cb4d8a91d361ceae70fa7a0145fa9f5e230bbafba1b0a586b10a1375e34511769d2a5d6b8ba9b6b9676a3cffc9ae6d22529a1920ed4bf932ef7e88ca7bae0c SHA512 3d6a5142cc45f6519ac29f935c01418278ed4cc1bdcb0ecb1a190309c43d3f7ee06deab519d29a3e2aec01ef091cb4f4c17809662640b54a8e4fe8d4bd8db5f3
23
24 diff --git a/app-text/libmwaw/libmwaw-0.3.12.ebuild b/app-text/libmwaw/libmwaw-0.3.12.ebuild
25 deleted file mode 100644
26 index 83978a0e482..00000000000
27 --- a/app-text/libmwaw/libmwaw-0.3.12.ebuild
28 +++ /dev/null
29 @@ -1,50 +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 -EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
36 -[[ ${PV} == 9999 ]] && inherit autotools git-r3
37 -
38 -DESCRIPTION="Library parsing many pre-OSX MAC text formats"
39 -HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/"
40 -[[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
41 -
42 -LICENSE="LGPL-2.1"
43 -SLOT="0"
44 -
45 -[[ ${PV} == 9999 ]] || \
46 -KEYWORDS="amd64 ~arm ~arm64 x86"
47 -
48 -IUSE="doc static-libs tools"
49 -
50 -RDEPEND="
51 - dev-libs/librevenge
52 - sys-libs/zlib
53 -"
54 -DEPEND="${RDEPEND}
55 - sys-devel/libtool
56 - virtual/pkgconfig
57 - doc? ( app-doc/doxygen )
58 -"
59 -
60 -src_prepare() {
61 - default
62 - [[ ${PV} == 9999 ]] && eautoreconf
63 -}
64 -
65 -src_configure() {
66 - # zip is hard enabled as the zlib is dep on the rdeps anyway
67 - econf \
68 - --enable-zip \
69 - --disable-werror \
70 - --with-sharedptr=c++11 \
71 - $(use_with doc docs) \
72 - $(use_enable static-libs static) \
73 - $(use_enable tools)
74 -}
75 -
76 -src_install() {
77 - default
78 - find "${D}" -name '*.la' -delete || die
79 -}