diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-10-22 10:50:39 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-05 22:00:47 +0100 |
commit | ac17fc83e9a6f6418ad24796c880e0406c4fac8a (patch) | |
tree | ca13c452be7fab70e5aba9cf53cc6f0307defd4b /app-text/libwps | |
parent | app-text/libwps: Switch 0.4.4 to --with-sharedptr=c++11 (diff) | |
download | gentoo-ac17fc83e9a6f6418ad24796c880e0406c4fac8a.tar.gz gentoo-ac17fc83e9a6f6418ad24796c880e0406c4fac8a.tar.bz2 gentoo-ac17fc83e9a6f6418ad24796c880e0406c4fac8a.zip |
app-text/libwps: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/libwps')
-rw-r--r-- | app-text/libwps/libwps-0.4.4.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app-text/libwps/libwps-0.4.4.ebuild b/app-text/libwps/libwps-0.4.4.ebuild deleted file mode 100644 index 06cc434fc027..000000000000 --- a/app-text/libwps/libwps-0.4.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils - -DESCRIPTION="Microsoft Works file word processor format import filter library" -HOMEPAGE="http://libwps.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="|| ( LGPL-2.1 MPL-2.0 )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~x86" -IUSE="doc debug static-libs" - -RDEPEND=" - app-text/libwpd:0.10 - dev-libs/boost:= - dev-libs/librevenge -" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_configure() { - econf \ - --disable-werror \ - $(use_enable static-libs static) \ - --docdir=/usr/share/doc/${PF} \ - $(use_with doc docs) \ - $(use_enable debug) -} - -src_install() { - default - prune_libtool_files --all -} |