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

Package-Manager: portage-2.3.0
This commit is contained in:
Andreas Sturmlechner
2016-09-09 22:39:09 +02:00
committed by Andreas K. Hüttel
parent b4204b3ecd
commit b0bed2cf3c
2 changed files with 10 additions and 10 deletions

View File

@@ -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://anongit.freedesktop.org/git/libreoffice/libfreehand/"
inherit base eutils
[[ ${PV} == 9999 ]] && inherit autotools git-2
inherit eutils
[[ ${PV} == 9999 ]] && inherit autotools git-r3
DESCRIPTION="Library for import of FreeHand drawings"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand"
@@ -32,8 +32,8 @@ DEPEND="${RDEPEND}
"
src_prepare() {
default
[[ -d m4 ]] || mkdir "m4"
base_src_prepare
[[ ${PV} == 9999 ]] && eautoreconf
}

View File

@@ -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://anongit.freedesktop.org/git/libreoffice/libfreehand/"
inherit base eutils
[[ ${PV} == 9999 ]] && inherit autotools git-2
inherit eutils
[[ ${PV} == 9999 ]] && inherit autotools git-r3
DESCRIPTION="Library for import of FreeHand drawings"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand"
@@ -32,8 +32,8 @@ DEPEND="${RDEPEND}
"
src_prepare() {
default
[[ -d m4 ]] || mkdir "m4"
base_src_prepare
[[ ${PV} == 9999 ]] && eautoreconf
}