app-text/libwpg: EAPI 6, drop eutils.eclass

Package-Manager: portage-2.3.0
This commit is contained in:
Andreas Sturmlechner
2016-11-26 01:35:10 +01:00
committed by Andreas K. Hüttel
parent afd0bf9dce
commit d920dc44e7

View 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() {