Skip to content

Commit

Permalink
media-libs/libgltf: Bump to EAPI 6, eliminate base.eclass
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
a17r authored and akhuettel committed Sep 17, 2016
1 parent b0bed2c commit ed2b82b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions media-libs/libgltf/libgltf-0.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -33,8 +33,8 @@ DEPEND="${RDEPEND}
RESTRICT="test"

src_prepare() {
default
[[ -d m4 ]] || mkdir "m4"
base_src_prepare
[[ ${PV} == 9999 ]] && eautoreconf
}

Expand Down
10 changes: 5 additions & 5 deletions media-libs/libgltf/libgltf-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -33,8 +33,8 @@ DEPEND="${RDEPEND}
RESTRICT="test"

src_prepare() {
default
[[ -d m4 ]] || mkdir "m4"
base_src_prepare
[[ ${PV} == 9999 ]] && eautoreconf
}

Expand Down

0 comments on commit ed2b82b

Please sign in to comment.