summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-09-09 22:39:09 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-09-17 23:32:12 +0200
commitb0bed2cf3ca5ab2944a60d02ca3cd3505aac0026 (patch)
tree55a4a6a96edce3a4abc0848bf05bc3cfce15cdc1 /media-libs/libfreehand
parentapp-text/libmspub: Bump to EAPI 6, eliminate base.eclass (diff)
downloadgentoo-b0bed2cf3ca5ab2944a60d02ca3cd3505aac0026.tar.gz
gentoo-b0bed2cf3ca5ab2944a60d02ca3cd3505aac0026.tar.bz2
gentoo-b0bed2cf3ca5ab2944a60d02ca3cd3505aac0026.zip
media-libs/libfreehand: Bump to EAPI 6, eliminate base.eclass
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-libs/libfreehand')
-rw-r--r--media-libs/libfreehand/libfreehand-0.1.1.ebuild10
-rw-r--r--media-libs/libfreehand/libfreehand-9999.ebuild10
2 files changed, 10 insertions, 10 deletions
diff --git a/media-libs/libfreehand/libfreehand-0.1.1.ebuild b/media-libs/libfreehand/libfreehand-0.1.1.ebuild
index 484a835f779f..ad5d0aa31b44 100644
--- a/media-libs/libfreehand/libfreehand-0.1.1.ebuild
+++ b/media-libs/libfreehand/libfreehand-0.1.1.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://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
}
diff --git a/media-libs/libfreehand/libfreehand-9999.ebuild b/media-libs/libfreehand/libfreehand-9999.ebuild
index 902fedcefb46..091b546df1f8 100644
--- a/media-libs/libfreehand/libfreehand-9999.ebuild
+++ b/media-libs/libfreehand/libfreehand-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://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
}