From ed2b82b65b92a009cebb9bab47e7382a33453930 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 9 Sep 2016 22:42:28 +0200 Subject: [PATCH] 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 7d2d76ead592..5e1d7930f468 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 40e42ba6c064..f92074fea285 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 } -- 2.26.2