Skip to content

Commit

Permalink
dev-util/mdds: Drop eutils.eclass, more EAPI 6 polish
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 34b0512 commit b22e8ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dev-util/mdds/mdds-1.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EAPI=6
EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git"
[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"

inherit eutils toolchain-funcs ${GITECLASS}
inherit toolchain-funcs ${GITECLASS}

DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm"
HOMEPAGE="https://gitlab.com/mdds/mdds"
Expand All @@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
DOCS=() # buildsystem installs docs

src_prepare(){
eapply_user
default
[[ ${PV} == 9999 ]] && eautoreconf
}

Expand Down
7 changes: 3 additions & 4 deletions dev-util/mdds/mdds-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EAPI=6
EGIT_REPO_URI="https://gitlab.com/mdds/mdds.git"
[[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools"

inherit eutils toolchain-funcs ${GITECLASS}
inherit toolchain-funcs ${GITECLASS}

DESCRIPTION="A collection of multi-dimensional data structure and indexing algorithm"
HOMEPAGE="https://gitlab.com/mdds/mdds"
Expand All @@ -31,15 +31,14 @@ DEPEND="${RDEPEND}
DOCS=() # buildsystem installs docs

src_prepare(){
eapply_user
default
[[ ${PV} == 9999 ]] && eautoreconf
}

src_configure() {
econf \
$(use_enable doc docs) \
$(use_enable valgrind memory_tests) \
--docdir="${EPREFIX}/usr/share/doc/${PF}"
$(use_enable valgrind memory_tests)
}

src_compile() { :; }
Expand Down

0 comments on commit b22e8ba

Please sign in to comment.