app-text/libetonyek: Drop eutils.eclass

Package-Manager: portage-2.3.0
This commit is contained in:
Andreas Sturmlechner
2016-11-26 01:40:05 +01:00
committed by Andreas K. Hüttel
parent d920dc44e7
commit cd158c4dfd
2 changed files with 8 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
EAPI=6
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
inherit autotools eutils
inherit autotools
[[ ${PV} == 9999 ]] && inherit git-r3
DESCRIPTION="Library parsing Apple Keynote presentations"
@@ -56,14 +56,13 @@ src_prepare() {
src_configure() {
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
$(use_enable static-libs static) \
--disable-werror \
$(use_enable test tests) \
$(use_with doc docs)
$(use_with doc docs) \
$(use_enable static-libs static) \
$(use_enable test tests)
}
src_install() {
default
prune_libtool_files --all
find "${D}" -name '*.la' -delete || die
}

View File

@@ -5,7 +5,6 @@
EAPI=6
EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek"
inherit eutils
[[ ${PV} == 9999 ]] && inherit autotools git-r3
DESCRIPTION="Library parsing Apple Keynote presentations"
@@ -51,15 +50,14 @@ src_prepare() {
src_configure() {
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
$(use_enable static-libs static) \
--disable-werror \
$(use_enable test tests) \
$(use_with doc docs) \
$(use_enable static-libs static) \
$(use_enable test tests) \
--with-mdds=1.2
}
src_install() {
default
prune_libtool_files --all
find "${D}" -name '*.la' -delete || die
}