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: Sat, 05 Nov 2016 21:01:02
Message-Id: 1478379647.ac17fc83e9a6f6418ad24796c880e0406c4fac8a.dilfridge@gentoo
1 commit: ac17fc83e9a6f6418ad24796c880e0406c4fac8a
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 22 08:50:39 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 21:00:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac17fc83
7
8 app-text/libwps: Drop old
9
10 Package-Manager: portage-2.3.0
11
12 app-text/libwps/libwps-0.4.4.ebuild | 40 -------------------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/app-text/libwps/libwps-0.4.4.ebuild b/app-text/libwps/libwps-0.4.4.ebuild
16 deleted file mode 100644
17 index 06cc434..00000000
18 --- a/app-text/libwps/libwps-0.4.4.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="Microsoft Works file word processor format import filter library"
30 -HOMEPAGE="http://libwps.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
32 -
33 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~x86"
36 -IUSE="doc debug static-libs"
37 -
38 -RDEPEND="
39 - app-text/libwpd:0.10
40 - dev-libs/boost:=
41 - dev-libs/librevenge
42 -"
43 -DEPEND="${RDEPEND}
44 - virtual/pkgconfig
45 - doc? ( app-doc/doxygen )
46 -"
47 -
48 -src_configure() {
49 - econf \
50 - --disable-werror \
51 - $(use_enable static-libs static) \
52 - --docdir=/usr/share/doc/${PF} \
53 - $(use_with doc docs) \
54 - $(use_enable debug)
55 -}
56 -
57 -src_install() {
58 - default
59 - prune_libtool_files --all
60 -}