commit: cd158c4dfd4febebc7728c89306831ba00bd95f2
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Nov 26 00:40:05 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 15:56:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd158c4d
app-text/libetonyek: Drop eutils.eclass
Package-Manager: portage-2.3.0
app-text/libetonyek/libetonyek-0.1.6.ebuild | 11 +++++------
app-text/libetonyek/libetonyek-9999.ebuild | 8 +++-----
2 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/app-text/libetonyek/libetonyek-0.1.6.ebuild
b/app-text/libetonyek/libetonyek-0.1.6.ebuild
index 8637cf4..99d1b92 100644
--- a/app-text/libetonyek/libetonyek-0.1.6.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.6.ebuild
@@ -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
}
diff --git a/app-text/libetonyek/libetonyek-9999.ebuild
b/app-text/libetonyek/libetonyek-9999.ebuild
index aae98f2..837270a 100644
--- a/app-text/libetonyek/libetonyek-9999.ebuild
+++ b/app-text/libetonyek/libetonyek-9999.ebuild
@@ -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
}