summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-11-26 01:35:10 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-12-17 16:55:58 +0100
commitd920dc44e759c0f95a8cc9bee89233c08151d249 (patch)
tree37c2f2218b30e12b1efe66c6311fd389facfe8f8 /app-text/libwpg
parentapp-text/libwps: Add USE=tools, drop eutils.eclass, update HOMEPAGE (diff)
downloadgentoo-d920dc44e759c0f95a8cc9bee89233c08151d249.tar.gz
gentoo-d920dc44e759c0f95a8cc9bee89233c08151d249.tar.bz2
gentoo-d920dc44e759c0f95a8cc9bee89233c08151d249.zip
app-text/libwpg: EAPI 6, drop eutils.eclass
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/libwpg')
-rw-r--r--app-text/libwpg/libwpg-0.3.1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-text/libwpg/libwpg-0.3.1.ebuild b/app-text/libwpg/libwpg-0.3.1.ebuild
index a336154985a3..284db7e20b63 100644
--- a/app-text/libwpg/libwpg-0.3.1.ebuild
+++ b/app-text/libwpg/libwpg-0.3.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-inherit alternatives eutils
+inherit alternatives
DESCRIPTION="C++ library to read and parse graphics in WPG"
HOMEPAGE="http://libwpg.sourceforge.net/libwpg.htm"
@@ -27,14 +27,13 @@ src_configure() {
econf \
--disable-werror \
--program-suffix=-${SLOT} \
- --docdir="${EPREFIX%/}/usr/share/doc/${PF}" \
$(use_with doc docs) \
$(use_enable static-libs static)
}
src_install() {
default
- prune_libtool_files --all
+ find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {