summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-09-09 22:42:28 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-09-17 23:32:12 +0200
commited2b82b65b92a009cebb9bab47e7382a33453930 (patch)
tree0ccf35ef9bad1226c789f2c6a4719f0b5e0c9ac6
parentmedia-libs/libfreehand: Bump to EAPI 6, eliminate base.eclass (diff)
downloadgentoo-ed2b82b6.tar.gz
gentoo-ed2b82b6.tar.bz2
gentoo-ed2b82b6.zip
media-libs/libgltf: Bump to EAPI 6, eliminate base.eclass
Package-Manager: portage-2.3.0
-rw-r--r--media-libs/libgltf/libgltf-0.0.2.ebuild10
-rw-r--r--media-libs/libgltf/libgltf-9999.ebuild10
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
}