diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-09-09 22:42:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-09-17 23:32:12 +0200 |
commit | ed2b82b65b92a009cebb9bab47e7382a33453930 (patch) | |
tree | 0ccf35ef9bad1226c789f2c6a4719f0b5e0c9ac6 /media-libs/libgltf | |
parent | media-libs/libfreehand: Bump to EAPI 6, eliminate base.eclass (diff) | |
download | gentoo-ed2b82b65b92a009cebb9bab47e7382a33453930.tar.gz gentoo-ed2b82b65b92a009cebb9bab47e7382a33453930.tar.bz2 gentoo-ed2b82b65b92a009cebb9bab47e7382a33453930.zip |
media-libs/libgltf: Bump to EAPI 6, eliminate base.eclass
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-libs/libgltf')
-rw-r--r-- | media-libs/libgltf/libgltf-0.0.2.ebuild | 10 | ||||
-rw-r--r-- | 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 } |