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/libmwaw/
Date: Tue, 29 Nov 2016 20:27:25
Message-Id: 1480451230.424e4c16378a65ee49590adef0e4b63cba242f12.dilfridge@gentoo
1 commit: 424e4c16378a65ee49590adef0e4b63cba242f12
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 19:59:47 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=424e4c16
7
8 app-text/libmwaw: Remove old
9
10 Package-Manager: portage-2.3.2
11
12 app-text/libmwaw/Manifest | 1 -
13 app-text/libmwaw/libmwaw-0.3.6.ebuild | 53 -----------------------------------
14 2 files changed, 54 deletions(-)
15
16 diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
17 index 86de6ae..e908d57 100644
18 --- a/app-text/libmwaw/Manifest
19 +++ b/app-text/libmwaw/Manifest
20 @@ -1,2 +1 @@
21 -DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1 WHIRLPOOL ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f
22 DIST libmwaw-0.3.8.tar.xz 1200052 SHA256 6afcbb250b6bed042149cd4dfb3ba7b4be796b11fe2322dfcdebd121199a3b05 SHA512 3e3684479460d22b83da225f8f1bc4de306f8e4a9e48c7ea128cba08f122b093c529f2e73b8f8ae1b235665d4f3c7de2fc461692e21f13364da678add707d01c WHIRLPOOL 77d9b1253191089da5c869e7bb160253672747cfd502350b28acde538e02b8418c0ee63899bf903b4c3c9f1561d145d0626c822f26467cb8ba7aa4de04287158
23
24 diff --git a/app-text/libmwaw/libmwaw-0.3.6.ebuild b/app-text/libmwaw/libmwaw-0.3.6.ebuild
25 deleted file mode 100644
26 index ef4e82c..00000000
27 --- a/app-text/libmwaw/libmwaw-0.3.6.ebuild
28 +++ /dev/null
29 @@ -1,53 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -EGIT_REPO_URI="git://git.code.sf.net/p/libmwaw/libmwaw"
37 -inherit eutils
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"
51 -
52 -RDEPEND="
53 - dev-libs/librevenge
54 - dev-libs/libxml2
55 - sys-libs/zlib
56 -"
57 -DEPEND="${RDEPEND}
58 - >=dev-libs/boost-1.46:=
59 - sys-devel/libtool
60 - virtual/pkgconfig
61 - doc? ( app-doc/doxygen )
62 -"
63 -
64 -src_prepare() {
65 - [[ ${PV} == 9999 ]] && eautoreconf
66 -}
67 -
68 -src_configure() {
69 - # zip is hard enabled as the zlib is dep on the rdeps anyway
70 - econf \
71 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
72 - --with-sharedptr=boost \
73 - --enable-zip \
74 - --disable-werror \
75 - $(use_enable static-libs static) \
76 - $(use_with doc docs)
77 -}
78 -
79 -src_install() {
80 - default
81 - prune_libtool_files --all
82 -}