diff options
author | 2019-06-18 21:47:54 +0200 | |
---|---|---|
committer | 2019-06-20 11:37:50 +0200 | |
commit | 0a196b457959f57021c904ddf2fda60a1fd1648a (patch) | |
tree | 17f12cb56a4a44c1ca70e61b14a1fe91b0e474fd /app-text/writerperfect/writerperfect-0.9.5.ebuild | |
parent | dev-libs/beignet: amd64 stable wrt bug #688344 (diff) | |
download | gentoo-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/writerperfect/writerperfect-0.9.5.ebuild')
-rw-r--r-- | app-text/writerperfect/writerperfect-0.9.5.ebuild | 65 |
1 files changed, 0 insertions, 65 deletions
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) -} |