diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-03-12 17:02:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-03-12 17:33:16 +0100 |
commit | b036c48106aba2d24663d7f641029e26955afbab (patch) | |
tree | ece4f651be066e607625d75a77d8f3ba43643519 /dev-lang | |
parent | 1d0c3cf36a3d560133b9089ff55b63538b61df3b (diff) | |
download | gentoo-b036c48106aba2d24663d7f641029e26955afbab.tar.gz gentoo-b036c48106aba2d24663d7f641029e26955afbab.tar.xz |
dev-lang/ekopath: Convert to EAPI=6
Diffstat (limited to 'dev-lang')
5 files changed, 10 insertions, 10 deletions
diff --git a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild b/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild index 6baf6a28571..447e726cd4c 100644 --- a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild +++ b/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit pax-utils versionator @@ -36,7 +36,7 @@ src_unpack() { chmod +x "${S}/${INSTALLER}" || die } -src_prepare() { +src_configure() { cat > 99${PN} <<-EOF || die PATH=${EROOT%/}/opt/${PN}/bin ROOTPATH=${EROOT%/}/opt/${PN}/bin diff --git a/dev-lang/ekopath/ekopath-6.0.637_p20151231-r100.ebuild b/dev-lang/ekopath/ekopath-6.0.637_p20151231-r100.ebuild index 6baf6a28571..447e726cd4c 100644 --- a/dev-lang/ekopath/ekopath-6.0.637_p20151231-r100.ebuild +++ b/dev-lang/ekopath/ekopath-6.0.637_p20151231-r100.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit pax-utils versionator @@ -36,7 +36,7 @@ src_unpack() { chmod +x "${S}/${INSTALLER}" || die } -src_prepare() { +src_configure() { cat > 99${PN} <<-EOF || die PATH=${EROOT%/}/opt/${PN}/bin ROOTPATH=${EROOT%/}/opt/${PN}/bin diff --git a/dev-lang/ekopath/ekopath-6.0.661_p20160124-r100.ebuild b/dev-lang/ekopath/ekopath-6.0.661_p20160124-r100.ebuild index 6baf6a28571..447e726cd4c 100644 --- a/dev-lang/ekopath/ekopath-6.0.661_p20160124-r100.ebuild +++ b/dev-lang/ekopath/ekopath-6.0.661_p20160124-r100.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit pax-utils versionator @@ -36,7 +36,7 @@ src_unpack() { chmod +x "${S}/${INSTALLER}" || die } -src_prepare() { +src_configure() { cat > 99${PN} <<-EOF || die PATH=${EROOT%/}/opt/${PN}/bin ROOTPATH=${EROOT%/}/opt/${PN}/bin diff --git a/dev-lang/ekopath/ekopath-6.0.705_p20160303-r100.ebuild b/dev-lang/ekopath/ekopath-6.0.705_p20160303-r100.ebuild index 6baf6a28571..447e726cd4c 100644 --- a/dev-lang/ekopath/ekopath-6.0.705_p20160303-r100.ebuild +++ b/dev-lang/ekopath/ekopath-6.0.705_p20160303-r100.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit pax-utils versionator @@ -36,7 +36,7 @@ src_unpack() { chmod +x "${S}/${INSTALLER}" || die } -src_prepare() { +src_configure() { cat > 99${PN} <<-EOF || die PATH=${EROOT%/}/opt/${PN}/bin ROOTPATH=${EROOT%/}/opt/${PN}/bin diff --git a/dev-lang/ekopath/ekopath-6.0.713_p20160311-r100.ebuild b/dev-lang/ekopath/ekopath-6.0.713_p20160311-r100.ebuild index 6baf6a28571..447e726cd4c 100644 --- a/dev-lang/ekopath/ekopath-6.0.713_p20160311-r100.ebuild +++ b/dev-lang/ekopath/ekopath-6.0.713_p20160311-r100.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit pax-utils versionator @@ -36,7 +36,7 @@ src_unpack() { chmod +x "${S}/${INSTALLER}" || die } -src_prepare() { +src_configure() { cat > 99${PN} <<-EOF || die PATH=${EROOT%/}/opt/${PN}/bin ROOTPATH=${EROOT%/}/opt/${PN}/bin |