Skip to content

Commit

Permalink
app-text/libetonyek: Drop eutils.eclass
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
a17r authored and akhuettel committed Dec 17, 2016
1 parent d920dc4 commit cd158c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
11 changes: 5 additions & 6 deletions app-text/libetonyek/libetonyek-0.1.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
}
8 changes: 3 additions & 5 deletions app-text/libetonyek/libetonyek-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
}

0 comments on commit cd158c4

Please sign in to comment.