commit:     7dc8797ff5ddcca23b400cc88ca7e1de0a90b936
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 16:27:21 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 16:33:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc8797f

dev-lang/ekopath: Add slotted variants of the old versions

 ...13-r100.ebuild => ekopath-6.0.619_p20151213-r1.ebuild} | 15 ++-------------
 dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild    |  4 ++--
 ...13-r100.ebuild => ekopath-6.0.637_p20151231-r1.ebuild} | 15 ++-------------
 dev-lang/ekopath/ekopath-6.0.637_p20151231-r100.ebuild    |  4 ++--
 ...13-r100.ebuild => ekopath-6.0.661_p20160124-r1.ebuild} | 15 ++-------------
 dev-lang/ekopath/ekopath-6.0.661_p20160124-r100.ebuild    |  4 ++--
 ...13-r100.ebuild => ekopath-6.0.705_p20160303-r1.ebuild} | 15 ++-------------
 dev-lang/ekopath/ekopath-6.0.705_p20160303-r100.ebuild    |  4 ++--
 ...13-r100.ebuild => ekopath-6.0.713_p20160311-r1.ebuild} | 15 ++-------------
 dev-lang/ekopath/ekopath-6.0.713_p20160311-r100.ebuild    |  4 ++--
 10 files changed, 20 insertions(+), 75 deletions(-)

diff --git a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild 
b/dev-lang/ekopath/ekopath-6.0.619_p20151213-r1.ebuild
similarity index 83%
copy from dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
copy to dev-lang/ekopath/ekopath-6.0.619_p20151213-r1.ebuild
index 447e726..f71706c 100644
--- a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.619_p20151213-r1.ebuild
@@ -18,12 +18,12 @@ HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite";
 SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}";
 
 LICENSE="all-rights-reserved"
-SLOT="0"
+SLOT="${MY_PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="!!app-arch/rpm"
-RDEPEND=""
+RDEPEND="!dev-lang/ekopath:0/${MY_PV}"
 
 RESTRICT="bindist mirror"
 
@@ -36,15 +36,6 @@ src_unpack() {
        chmod +x "${S}/${INSTALLER}" || die
 }
 
-src_configure() {
-       cat > 99${PN} <<-EOF || die
-               PATH=${EROOT%/}/opt/${PN}/bin
-               ROOTPATH=${EROOT%/}/opt/${PN}/bin
-               
LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64
-               MANPATH=${EROOT%/}/opt/${PN}/docs/man
-       EOF
-}
-
 src_install() {
        # EI_PAX marking is obsolete and PT_PAX breaks the binary.
        # We must use XT_PAX to run the installer.
@@ -69,6 +60,4 @@ src_install() {
        [[ -x ${ED%}/opt/${MY_P}/bin/pathcc ]] || die "No pathcc executable was 
installed, your hardware is unsupported most likely"
 
        rm -r "${ED}/opt/${MY_P}"/uninstall* || die
-       dosym ${MY_P} /opt/${PN}
-       doenvd 99${PN}
 }

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 447e726..6a39c10 100644
--- a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
@@ -18,12 +18,12 @@ HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite";
 SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}";
 
 LICENSE="all-rights-reserved"
-SLOT="0"
+SLOT="0/${MY_PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="!!app-arch/rpm"
-RDEPEND=""
+RDEPEND="!dev-lang/ekopath:${MY_PV}"
 
 RESTRICT="bindist mirror"
 

diff --git a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild 
b/dev-lang/ekopath/ekopath-6.0.637_p20151231-r1.ebuild
similarity index 83%
copy from dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
copy to dev-lang/ekopath/ekopath-6.0.637_p20151231-r1.ebuild
index 447e726..f71706c 100644
--- a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.637_p20151231-r1.ebuild
@@ -18,12 +18,12 @@ HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite";
 SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}";
 
 LICENSE="all-rights-reserved"
-SLOT="0"
+SLOT="${MY_PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="!!app-arch/rpm"
-RDEPEND=""
+RDEPEND="!dev-lang/ekopath:0/${MY_PV}"
 
 RESTRICT="bindist mirror"
 
@@ -36,15 +36,6 @@ src_unpack() {
        chmod +x "${S}/${INSTALLER}" || die
 }
 
-src_configure() {
-       cat > 99${PN} <<-EOF || die
-               PATH=${EROOT%/}/opt/${PN}/bin
-               ROOTPATH=${EROOT%/}/opt/${PN}/bin
-               
LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64
-               MANPATH=${EROOT%/}/opt/${PN}/docs/man
-       EOF
-}
-
 src_install() {
        # EI_PAX marking is obsolete and PT_PAX breaks the binary.
        # We must use XT_PAX to run the installer.
@@ -69,6 +60,4 @@ src_install() {
        [[ -x ${ED%}/opt/${MY_P}/bin/pathcc ]] || die "No pathcc executable was 
installed, your hardware is unsupported most likely"
 
        rm -r "${ED}/opt/${MY_P}"/uninstall* || die
-       dosym ${MY_P} /opt/${PN}
-       doenvd 99${PN}
 }

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 447e726..6a39c10 100644
--- a/dev-lang/ekopath/ekopath-6.0.637_p20151231-r100.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.637_p20151231-r100.ebuild
@@ -18,12 +18,12 @@ HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite";
 SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}";
 
 LICENSE="all-rights-reserved"
-SLOT="0"
+SLOT="0/${MY_PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="!!app-arch/rpm"
-RDEPEND=""
+RDEPEND="!dev-lang/ekopath:${MY_PV}"
 
 RESTRICT="bindist mirror"
 

diff --git a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild 
b/dev-lang/ekopath/ekopath-6.0.661_p20160124-r1.ebuild
similarity index 83%
copy from dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
copy to dev-lang/ekopath/ekopath-6.0.661_p20160124-r1.ebuild
index 447e726..f71706c 100644
--- a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.661_p20160124-r1.ebuild
@@ -18,12 +18,12 @@ HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite";
 SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}";
 
 LICENSE="all-rights-reserved"
-SLOT="0"
+SLOT="${MY_PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="!!app-arch/rpm"
-RDEPEND=""
+RDEPEND="!dev-lang/ekopath:0/${MY_PV}"
 
 RESTRICT="bindist mirror"
 
@@ -36,15 +36,6 @@ src_unpack() {
        chmod +x "${S}/${INSTALLER}" || die
 }
 
-src_configure() {
-       cat > 99${PN} <<-EOF || die
-               PATH=${EROOT%/}/opt/${PN}/bin
-               ROOTPATH=${EROOT%/}/opt/${PN}/bin
-               
LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64
-               MANPATH=${EROOT%/}/opt/${PN}/docs/man
-       EOF
-}
-
 src_install() {
        # EI_PAX marking is obsolete and PT_PAX breaks the binary.
        # We must use XT_PAX to run the installer.
@@ -69,6 +60,4 @@ src_install() {
        [[ -x ${ED%}/opt/${MY_P}/bin/pathcc ]] || die "No pathcc executable was 
installed, your hardware is unsupported most likely"
 
        rm -r "${ED}/opt/${MY_P}"/uninstall* || die
-       dosym ${MY_P} /opt/${PN}
-       doenvd 99${PN}
 }

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 447e726..6a39c10 100644
--- a/dev-lang/ekopath/ekopath-6.0.661_p20160124-r100.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.661_p20160124-r100.ebuild
@@ -18,12 +18,12 @@ HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite";
 SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}";
 
 LICENSE="all-rights-reserved"
-SLOT="0"
+SLOT="0/${MY_PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="!!app-arch/rpm"
-RDEPEND=""
+RDEPEND="!dev-lang/ekopath:${MY_PV}"
 
 RESTRICT="bindist mirror"
 

diff --git a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild 
b/dev-lang/ekopath/ekopath-6.0.705_p20160303-r1.ebuild
similarity index 83%
copy from dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
copy to dev-lang/ekopath/ekopath-6.0.705_p20160303-r1.ebuild
index 447e726..f71706c 100644
--- a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.705_p20160303-r1.ebuild
@@ -18,12 +18,12 @@ HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite";
 SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}";
 
 LICENSE="all-rights-reserved"
-SLOT="0"
+SLOT="${MY_PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="!!app-arch/rpm"
-RDEPEND=""
+RDEPEND="!dev-lang/ekopath:0/${MY_PV}"
 
 RESTRICT="bindist mirror"
 
@@ -36,15 +36,6 @@ src_unpack() {
        chmod +x "${S}/${INSTALLER}" || die
 }
 
-src_configure() {
-       cat > 99${PN} <<-EOF || die
-               PATH=${EROOT%/}/opt/${PN}/bin
-               ROOTPATH=${EROOT%/}/opt/${PN}/bin
-               
LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64
-               MANPATH=${EROOT%/}/opt/${PN}/docs/man
-       EOF
-}
-
 src_install() {
        # EI_PAX marking is obsolete and PT_PAX breaks the binary.
        # We must use XT_PAX to run the installer.
@@ -69,6 +60,4 @@ src_install() {
        [[ -x ${ED%}/opt/${MY_P}/bin/pathcc ]] || die "No pathcc executable was 
installed, your hardware is unsupported most likely"
 
        rm -r "${ED}/opt/${MY_P}"/uninstall* || die
-       dosym ${MY_P} /opt/${PN}
-       doenvd 99${PN}
 }

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 447e726..6a39c10 100644
--- a/dev-lang/ekopath/ekopath-6.0.705_p20160303-r100.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.705_p20160303-r100.ebuild
@@ -18,12 +18,12 @@ HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite";
 SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}";
 
 LICENSE="all-rights-reserved"
-SLOT="0"
+SLOT="0/${MY_PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="!!app-arch/rpm"
-RDEPEND=""
+RDEPEND="!dev-lang/ekopath:${MY_PV}"
 
 RESTRICT="bindist mirror"
 

diff --git a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild 
b/dev-lang/ekopath/ekopath-6.0.713_p20160311-r1.ebuild
similarity index 83%
copy from dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
copy to dev-lang/ekopath/ekopath-6.0.713_p20160311-r1.ebuild
index 447e726..f71706c 100644
--- a/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.713_p20160311-r1.ebuild
@@ -18,12 +18,12 @@ HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite";
 SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}";
 
 LICENSE="all-rights-reserved"
-SLOT="0"
+SLOT="${MY_PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="!!app-arch/rpm"
-RDEPEND=""
+RDEPEND="!dev-lang/ekopath:0/${MY_PV}"
 
 RESTRICT="bindist mirror"
 
@@ -36,15 +36,6 @@ src_unpack() {
        chmod +x "${S}/${INSTALLER}" || die
 }
 
-src_configure() {
-       cat > 99${PN} <<-EOF || die
-               PATH=${EROOT%/}/opt/${PN}/bin
-               ROOTPATH=${EROOT%/}/opt/${PN}/bin
-               
LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64
-               MANPATH=${EROOT%/}/opt/${PN}/docs/man
-       EOF
-}
-
 src_install() {
        # EI_PAX marking is obsolete and PT_PAX breaks the binary.
        # We must use XT_PAX to run the installer.
@@ -69,6 +60,4 @@ src_install() {
        [[ -x ${ED%}/opt/${MY_P}/bin/pathcc ]] || die "No pathcc executable was 
installed, your hardware is unsupported most likely"
 
        rm -r "${ED}/opt/${MY_P}"/uninstall* || die
-       dosym ${MY_P} /opt/${PN}
-       doenvd 99${PN}
 }

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 447e726..6a39c10 100644
--- a/dev-lang/ekopath/ekopath-6.0.713_p20160311-r100.ebuild
+++ b/dev-lang/ekopath/ekopath-6.0.713_p20160311-r100.ebuild
@@ -18,12 +18,12 @@ HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite";
 SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}";
 
 LICENSE="all-rights-reserved"
-SLOT="0"
+SLOT="0/${MY_PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="!!app-arch/rpm"
-RDEPEND=""
+RDEPEND="!dev-lang/ekopath:${MY_PV}"
 
 RESTRICT="bindist mirror"
 

Reply via email to