mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/libwpg: EAPI 6, drop eutils.eclass
Package-Manager: portage-2.3.0
This commit is contained in:
committed by
Andreas K. Hüttel
parent
afd0bf9dce
commit
d920dc44e7
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user