commit:     b22e8ba8a608214053ec2434ec118d54ca32fc73
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Nov 23 18:51:34 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 15:55:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22e8ba8

dev-util/mdds: Drop eutils.eclass, more EAPI 6 polish

Package-Manager: portage-2.3.0

 dev-util/mdds/mdds-1.2.2.ebuild | 4 ++--
 dev-util/mdds/mdds-9999.ebuild  | 7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-util/mdds/mdds-1.2.2.ebuild b/dev-util/mdds/mdds-1.2.2.ebuild
index bdb7234..4cac987 100644
--- a/dev-util/mdds/mdds-1.2.2.ebuild
+++ b/dev-util/mdds/mdds-1.2.2.ebuild
@@ -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";
@@ -31,7 +31,7 @@ DEPEND="${RDEPEND}
 DOCS=() # buildsystem installs docs
 
 src_prepare(){
-       eapply_user
+       default
        [[ ${PV} == 9999 ]] && eautoreconf
 }
 

diff --git a/dev-util/mdds/mdds-9999.ebuild b/dev-util/mdds/mdds-9999.ebuild
index f2e2b99..867cc26 100644
--- a/dev-util/mdds/mdds-9999.ebuild
+++ b/dev-util/mdds/mdds-9999.ebuild
@@ -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";
@@ -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() { :; }

Reply via email to