summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-18 21:47:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-20 11:37:50 +0200
commit0a196b457959f57021c904ddf2fda60a1fd1648a (patch)
tree17f12cb56a4a44c1ca70e61b14a1fe91b0e474fd /app-text
parentdev-libs/beignet: amd64 stable wrt bug #688344 (diff)
downloadgentoo-0a196b457959f57021c904ddf2fda60a1fd1648a.tar.gz
gentoo-0a196b457959f57021c904ddf2fda60a1fd1648a.tar.bz2
gentoo-0a196b457959f57021c904ddf2fda60a1fd1648a.zip
app-text/writerperfect: Drop 0.9.5
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/writerperfect/Manifest1
-rw-r--r--app-text/writerperfect/writerperfect-0.9.5.ebuild65
2 files changed, 0 insertions, 66 deletions
diff --git a/app-text/writerperfect/Manifest b/app-text/writerperfect/Manifest
index e616fc12c940..a0295daeb2a0 100644
--- a/app-text/writerperfect/Manifest
+++ b/app-text/writerperfect/Manifest
@@ -1,2 +1 @@
-DIST writerperfect-0.9.5.tar.xz 302176 BLAKE2B 4ef8fd72f01e3c208a59c520440975f38dcf1edc353134721b7f06d042752adad9c825503f5756a74bede2307f7317c28e054dbcb6c5c1000a606822e97d2c8b SHA512 7467a798da362883101780b598e9a673c10f86f29c01ece1438ea524a0413a00928274f87895f3a8ae26f6784cdcc34e0e84039ca591dc3f75b2e25c53744ccc
DIST writerperfect-0.9.6.tar.xz 330360 BLAKE2B da566fb8e1aae3708646b49b695cf26c5b64aeda1ca1df08ced2549ca8718840744ab011cb7567d1e371ac8e7ee6cfef6a67ee9837cf38b570a3794dc4682f81 SHA512 4a86a23ae2caa133066279994255d8ca7ee16f40ad646bd8ff434c7e4e1a29cf23db7e811b8eca1823dcf9e2456b2e8dbacf03bd5bc0377638fc52fc7d4495a5
diff --git a/app-text/writerperfect/writerperfect-0.9.5.ebuild b/app-text/writerperfect/writerperfect-0.9.5.ebuild
deleted file mode 100644
index ebcd8a970359..000000000000
--- a/app-text/writerperfect/writerperfect-0.9.5.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic
-
-DESCRIPTION="Various formats to Open document format converter"
-HOMEPAGE="http://libwpd.sf.net"
-SRC_URI="mirror://sourceforge/libwpd/${P}.tar.xz"
-
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux ~x86-solaris"
-IUSE="abiword +cdr debug ebook freehand gsf keynote +mspub +mwaw pagemaker +visio +wpd +wpg +wps"
-
-# FIXME: libepubgen, librvngabw
-RDEPEND="
- =app-text/libodfgen-0.1*
- >=dev-libs/librevenge-0.0.1
- media-libs/libeot
- abiword? ( =app-text/libabw-0.1* )
- cdr? ( =media-libs/libcdr-0.1* )
- ebook? ( =app-text/libebook-0.1* )
- freehand? ( =media-libs/libfreehand-0.1* )
- gsf? ( gnome-extra/libgsf )
- keynote? ( =app-text/libetonyek-0.1* )
- mspub? ( =app-text/libmspub-0.1* )
- mwaw? ( =app-text/libmwaw-0.3* )
- pagemaker? ( media-libs/libpagemaker )
- visio? ( =media-libs/libvisio-0.1* )
- wpd? ( app-text/libwpd:0.10 )
- wpg? ( =app-text/libwpg-0.3* )
- wps? ( =app-text/libwps-0.4* )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-REQUIRED_USE="
- || ( abiword cdr ebook freehand keynote mspub mwaw pagemaker visio wpd wpg wps )
-"
-# configure fails if no import library is selected...
-
-src_configure() {
- # bug 651620
- append-cxxflags -std=c++11
-
- econf \
- --disable-werror \
- $(use_enable debug) \
- $(use_with abiword libabw) \
- $(use_with cdr libcdr) \
- $(use_with ebook libebook) \
- $(use_with freehand libfreehand) \
- $(use_with gsf libgsf) \
- $(use_with keynote libetonyek) \
- $(use_with mspub libmspub) \
- $(use_with mwaw libmwaw) \
- $(use_with pagemaker libpagemaker) \
- $(use_with visio libvisio) \
- $(use_with wpd libwpd) \
- $(use_with wpg libwpg) \
- $(use_with wps libwps)
-}