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: Thu, 27 Jul 2017 15:27:29
Message-Id: 1501169230.a424f19ab3ed332e2b168a327488706a1d78b3cd.asturm@gentoo
1 commit: a424f19ab3ed332e2b168a327488706a1d78b3cd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 27 15:09:33 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 27 15:27:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a424f19a
7
8 app-text/libmwaw: 0.3.12 version bump
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-text/libmwaw/Manifest | 1 +
13 app-text/libmwaw/libmwaw-0.3.12.ebuild | 50 ++++++++++++++++++++++++++++++++++
14 2 files changed, 51 insertions(+)
15
16 diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
17 index f0644c49d58..2987a28cf4b 100644
18 --- a/app-text/libmwaw/Manifest
19 +++ b/app-text/libmwaw/Manifest
20 @@ -1,3 +1,4 @@
21 DIST libmwaw-0.3.10.tar.xz 1229964 SHA256 b246a0c15fcf98076f2a1f2cf4d44a714f5c8eb39690442fc7fbbd01fa34f220 SHA512 5d225ecb89466d486900a33abf10b61e6f6bbff00053c5f6ab0046960c64c3022529a1e637594eca47b14c96c9f8440db9331d1db687f761c1026c64fb8301d5 WHIRLPOOL 7d537d55cc8491f8be2676d5b9a0e36ecdeb041e38e9416c43547730871bf757409c8b77460e507d87c4cc287b62ad2b449a5af8bed4b0406fbcca3759ef3ff4
22 DIST libmwaw-0.3.11.tar.xz 1254200 SHA256 4b483a196bbe82bc0f7cb4cdf70ef1cedb91139bd2e037eabaed4a4d6ed2299a SHA512 d4a810c6066023608a15ece8a6bbc958e586d679fc4ad51156091ec88355292872f10198e723e28776b45e140a830fd4c698732cf6103743d6e80ad8e1d778ab WHIRLPOOL 2de11bde90937727372eb7e7d4d1af52b66e8ef2f14bd78ce1d26399aa6ee853dc1fe11000cfcf8a361698296866ced2f2da7848f75763a22458ae0504903b48
23 +DIST libmwaw-0.3.12.tar.xz 1258972 SHA256 7691a6e6e7221d61c40e3f630a8907e3e516b99a587e47d09ec53f8ac60ed1e7 SHA512 8af8477ff6fc251600f9a66059b20fd8b9fad8d599c01e847d7185944447b3a34567036daff4d4510934aa1462bd4810a39467e8ac0ec223147b3b53447220ec WHIRLPOOL 9dd39fc43c7b8cf3806889a1cabde4c1bbd4f21e5e1ea2dfa66a6ea69f28ab28c966e160d157f0ee4559e85b6b7fac07dfa314d2ef0597986c85660b3a5cc0f9
24 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c WHIRLPOOL 77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158
25
26 diff --git a/app-text/libmwaw/libmwaw-0.3.12.ebuild b/app-text/libmwaw/libmwaw-0.3.12.ebuild
27 new file mode 100644
28 index 00000000000..b0434c260bc
29 --- /dev/null
30 +++ b/app-text/libmwaw/libmwaw-0.3.12.ebuild
31 @@ -0,0 +1,50 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
38 +[[ ${PV} == 9999 ]] && inherit autotools git-r3
39 +
40 +DESCRIPTION="Library parsing many pre-OSX MAC text formats"
41 +HOMEPAGE="https://sourceforge.net/p/libmwaw/wiki/Home/"
42 +[[ ${PV} == 9999 ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
43 +
44 +LICENSE="LGPL-2.1"
45 +SLOT="0"
46 +
47 +[[ ${PV} == 9999 ]] || \
48 +KEYWORDS="~amd64 ~arm ~x86"
49 +
50 +IUSE="doc static-libs tools"
51 +
52 +RDEPEND="
53 + dev-libs/librevenge
54 + sys-libs/zlib
55 +"
56 +DEPEND="${RDEPEND}
57 + sys-devel/libtool
58 + virtual/pkgconfig
59 + doc? ( app-doc/doxygen )
60 +"
61 +
62 +src_prepare() {
63 + default
64 + [[ ${PV} == 9999 ]] && eautoreconf
65 +}
66 +
67 +src_configure() {
68 + # zip is hard enabled as the zlib is dep on the rdeps anyway
69 + econf \
70 + --enable-zip \
71 + --disable-werror \
72 + --with-sharedptr=c++11 \
73 + $(use_with doc docs) \
74 + $(use_enable static-libs static) \
75 + $(use_enable tools)
76 +}
77 +
78 +src_install() {
79 + default
80 + find "${D}" -name '*.la' -delete || die
81 +}