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/writerperfect/
Date: Sat, 31 Dec 2016 15:08:45
Message-Id: 1483196894.04d6a7b93965e27a84bdcd93668e4830bd2d1a13.dilfridge@gentoo
1 commit: 04d6a7b93965e27a84bdcd93668e4830bd2d1a13
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 15:04:36 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 15:08:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d6a7b9
7
8 app-text/writerperfect: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-text/writerperfect/Manifest | 1 -
13 app-text/writerperfect/writerperfect-0.9.2.ebuild | 55 -----------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/app-text/writerperfect/Manifest b/app-text/writerperfect/Manifest
17 index 6dcd91e..eed2902 100644
18 --- a/app-text/writerperfect/Manifest
19 +++ b/app-text/writerperfect/Manifest
20 @@ -1,2 +1 @@
21 -DIST writerperfect-0.9.2.tar.xz 274760 SHA256 e4040ec20436d5a763632243787bbb86cffd82ddf0da6aa674827e0401c2b601 SHA512 07679176c9c3f159c177cae65d499550f5cf86b34af26d32fb1d445176a3a8ff773c48b677cbbaa3514b81f5c5e83a358f8ba1ab0b567e182aeb05d8a4fc8bcb WHIRLPOOL 5bee7d9ac16ff74e2c70093a629ae0d417e7e3cd71b7a78bbdb5f62c1d9a7ea46962ba0816742b38937d3b2907d9b7a6f888c95e4da20e7bc4f736702a844dcf
22 DIST writerperfect-0.9.5.tar.xz 302176 SHA256 aa01122659482627f9adcff91bb242c37092c7f8537bfa5dc44e1a3c89aad9e2 SHA512 7467a798da362883101780b598e9a673c10f86f29c01ece1438ea524a0413a00928274f87895f3a8ae26f6784cdcc34e0e84039ca591dc3f75b2e25c53744ccc WHIRLPOOL 9034673daad0929348f71fde157245126e73caf46db8279bfddd2b01e4ab5a72e67eb9a6dd34fa13c9f9848a693f2440d33852d51126204c5e8c1fa8dd760031
23
24 diff --git a/app-text/writerperfect/writerperfect-0.9.2.ebuild b/app-text/writerperfect/writerperfect-0.9.2.ebuild
25 deleted file mode 100644
26 index 4011531..00000000
27 --- a/app-text/writerperfect/writerperfect-0.9.2.ebuild
28 +++ /dev/null
29 @@ -1,55 +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 -DESCRIPTION="Various formats to Open document format converter"
37 -HOMEPAGE="http://libwpd.sf.net"
38 -SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
39 -
40 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
41 -SLOT="0"
42 -KEYWORDS="amd64 x86 ~x86-linux ~x86-solaris"
43 -IUSE="abiword +cdr debug ebook freehand gsf keynote +mspub +mwaw pagemaker +visio +wpd +wpg +wps"
44 -
45 -# FIXME: libepubgen
46 -RDEPEND="
47 - =app-text/libodfgen-0.1*
48 - >=dev-libs/librevenge-0.0.1
49 - abiword? ( =app-text/libabw-0.1* )
50 - cdr? ( =media-libs/libcdr-0.1* )
51 - ebook? ( =app-text/libebook-0.1* )
52 - freehand? ( =media-libs/libfreehand-0.1* )
53 - gsf? ( gnome-extra/libgsf )
54 - keynote? ( =app-text/libetonyek-0.1* )
55 - mspub? ( =app-text/libmspub-0.1* )
56 - mwaw? ( =app-text/libmwaw-0.3* )
57 - pagemaker? ( media-libs/libpagemaker )
58 - visio? ( =media-libs/libvisio-0.1* )
59 - wpd? ( app-text/libwpd:0.10 )
60 - wpg? ( =app-text/libwpg-0.3* )
61 - wps? ( =app-text/libwps-0.3* )
62 -"
63 -DEPEND="${RDEPEND}
64 - virtual/pkgconfig
65 -"
66 -
67 -src_configure() {
68 - econf \
69 - --disable-werror \
70 - $(use_enable debug) \
71 - $(use_with abiword libabw) \
72 - $(use_with cdr libcdr) \
73 - $(use_with ebook libe-book) \
74 - $(use_with freehand libfreehand) \
75 - $(use_with gsf libgsf) \
76 - $(use_with keynote libetonyek) \
77 - $(use_with mspub libmspub) \
78 - $(use_with mwaw libmwaw) \
79 - $(use_with pagemaker libpagemaker) \
80 - $(use_with visio libvisio) \
81 - $(use_with wpd libwpd) \
82 - $(use_with wpg libwpg) \
83 - $(use_with wps libwps)
84 -}