app-text/libwpg: EAPI 6, drop eutils.eclass
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Sat, 26 Nov 2016 00:35:10 +0000 (01:35 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 17 Dec 2016 15:55:58 +0000 (16:55 +0100)
Package-Manager: portage-2.3.0

app-text/libwpg/libwpg-0.3.1.ebuild

index a336154985a31b07629c572497c76c3690362a14..284db7e20b63414c52b52534a83a9660144ea6d4 100644 (file)
@@ -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() {