commit:     ed2b82b65b92a009cebb9bab47e7382a33453930
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Sep  9 20:42:28 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 21:32:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2b82b6

media-libs/libgltf: Bump to EAPI 6, eliminate base.eclass

Package-Manager: portage-2.3.0

 media-libs/libgltf/libgltf-0.0.2.ebuild | 10 +++++-----
 media-libs/libgltf/libgltf-9999.ebuild  | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/media-libs/libgltf/libgltf-0.0.2.ebuild 
b/media-libs/libgltf/libgltf-0.0.2.ebuild
index 7d2d76e..5e1d793 100644
--- a/media-libs/libgltf/libgltf-0.0.2.ebuild
+++ b/media-libs/libgltf/libgltf-0.0.2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 EGIT_REPO_URI="git://gerrit.libreoffice.org/libgltf.git"
-inherit base eutils
-[[ ${PV} == 9999 ]] && inherit autotools git-2
+inherit eutils
+[[ ${PV} == 9999 ]] && inherit autotools git-r3
 
 DESCRIPTION="C++ Library for rendering OpenGL models stored in glTF format"
 HOMEPAGE="http://www.libreoffice.org";
@@ -33,8 +33,8 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 src_prepare() {
+       default
        [[ -d m4 ]] || mkdir "m4"
-       base_src_prepare
        [[ ${PV} == 9999 ]] && eautoreconf
 }
 

diff --git a/media-libs/libgltf/libgltf-9999.ebuild 
b/media-libs/libgltf/libgltf-9999.ebuild
index 40e42ba..f92074f 100644
--- a/media-libs/libgltf/libgltf-9999.ebuild
+++ b/media-libs/libgltf/libgltf-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 EGIT_REPO_URI="git://gerrit.libreoffice.org/libgltf.git"
-inherit base eutils
-[[ ${PV} == 9999 ]] && inherit autotools git-2
+inherit eutils
+[[ ${PV} == 9999 ]] && inherit autotools git-r3
 
 DESCRIPTION="C++ Library for rendering OpenGL models stored in glTF format"
 HOMEPAGE="http://www.libreoffice.org";
@@ -33,8 +33,8 @@ DEPEND="${RDEPEND}
 RESTRICT="test"
 
 src_prepare() {
+       default
        [[ -d m4 ]] || mkdir "m4"
-       base_src_prepare
        [[ ${PV} == 9999 ]] && eautoreconf
 }
 

Reply via email to