From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7237659CA3 for ; Sat, 12 Mar 2016 16:33:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6143621C04A; Sat, 12 Mar 2016 16:33:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8053621C03D for ; Sat, 12 Mar 2016 16:33:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49F4E340B63 for ; Sat, 12 Mar 2016 16:33:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE176154D for ; Sat, 12 Mar 2016 16:33:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1457800396.9bea49004a2fe8d150e3d3adc0bb852d5ed63b12.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ekopath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild dev-lang/ekopath/ekopath-6.0.619_p20151213.ebuild dev-lang/ekopath/ekopath-6.0.637_p20151231-r100.ebuild dev-lang/ekopath/ekopath-6.0.637_p20151231.ebuild dev-lang/ekopath/ekopath-6.0.661_p20160124-r100.ebuild dev-lang/ekopath/ekopath-6.0.661_p20160124.ebuild dev-lang/ekopath/ekopath-6.0.705_p20160303-r100.ebuild dev-lang/ekopath/ekopath-6.0.705_p20160303.ebuild dev-lang/ekopath/ekopath-6.0.713_p20160311-r100.ebuild dev-lang/ekopath/ekopath-6.0.713_p20160311.ebuild X-VCS-Directories: dev-lang/ekopath/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9bea49004a2fe8d150e3d3adc0bb852d5ed63b12 X-VCS-Branch: master Date: Sat, 12 Mar 2016 16:33:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6997a01b-fe2c-4df9-8aa2-c1871f608e8e X-Archives-Hash: 14085d5b146a89fd184a7a446e081e66 commit: 9bea49004a2fe8d150e3d3adc0bb852d5ed63b12 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 12 15:49:52 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 12 16:33:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bea4900 dev-lang/ekopath: Install versioned install dirs for future multislot ...build => ekopath-6.0.619_p20151213-r100.ebuild} | 18 +++--- ...build => ekopath-6.0.637_p20151231-r100.ebuild} | 18 +++--- ...build => ekopath-6.0.661_p20160124-r100.ebuild} | 18 +++--- ...build => ekopath-6.0.705_p20160303-r100.ebuild} | 18 +++--- ...build => ekopath-6.0.713_p20160311-r100.ebuild} | 18 +++--- dev-lang/ekopath/ekopath-6.0.713_p20160311.ebuild | 74 ---------------------- 6 files changed, 50 insertions(+), 114 deletions(-) diff --git a/dev-lang/ekopath/ekopath-6.0.619_p20151213.ebuild b/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild similarity index 75% copy from dev-lang/ekopath/ekopath-6.0.619_p20151213.ebuild copy to dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild index c886d13..3711d11 100644 --- a/dev-lang/ekopath/ekopath-6.0.619_p20151213.ebuild +++ b/dev-lang/ekopath/ekopath-6.0.619_p20151213-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,6 +7,7 @@ EAPI=5 inherit versionator multilib pax-utils MY_PV=$(get_version_component_range 1-3) +MY_P=${PN}-${MY_PV} DATE=$(get_version_component_range 4) DATE=${DATE#p} DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6} @@ -27,8 +28,8 @@ RDEPEND="" RESTRICT="bindist mirror" QA_PREBUILT=" - opt/${PN}/lib/${MY_PV}/x8664/* - opt/${PN}/bin/*" + opt/${MY_P}/lib/${MY_PV}/x8664/* + opt/${MY_P}/bin/*" S="${WORKDIR}" @@ -54,12 +55,12 @@ src_install() { fi ./"${INSTALLER}" \ - --prefix "${ED%/}/opt/${PN}" \ + --prefix "${ED%/}/opt/${MY_P}" \ --mode unattended || die - if [[ ! -d ${ED%/}/opt/${PN}/lib/${MY_PV} ]]; then + if [[ ! -d ${ED%/}/opt/${MY_P}/lib/${MY_PV} ]]; then local guess - cd "${ED%/}/opt/${PN}/lib" && guess=( * ) + cd "${ED%/}/opt/${MY_P}/lib" && guess=( * ) if [[ ${guess[@]} ]]; then die "Incorrect release version in PV, guessing it should be: ${guess[*]}" @@ -67,8 +68,9 @@ src_install() { die "No libdir installed" fi fi - [[ -x ${ED%}/opt/${PN}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" + [[ -x ${ED%}/opt/${MY_P}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" - rm -r "${ED}/opt/${PN}"/uninstall* || die + 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.ebuild b/dev-lang/ekopath/ekopath-6.0.637_p20151231-r100.ebuild similarity index 75% rename from dev-lang/ekopath/ekopath-6.0.637_p20151231.ebuild rename to dev-lang/ekopath/ekopath-6.0.637_p20151231-r100.ebuild index c886d13..3711d11 100644 --- a/dev-lang/ekopath/ekopath-6.0.637_p20151231.ebuild +++ b/dev-lang/ekopath/ekopath-6.0.637_p20151231-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,6 +7,7 @@ EAPI=5 inherit versionator multilib pax-utils MY_PV=$(get_version_component_range 1-3) +MY_P=${PN}-${MY_PV} DATE=$(get_version_component_range 4) DATE=${DATE#p} DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6} @@ -27,8 +28,8 @@ RDEPEND="" RESTRICT="bindist mirror" QA_PREBUILT=" - opt/${PN}/lib/${MY_PV}/x8664/* - opt/${PN}/bin/*" + opt/${MY_P}/lib/${MY_PV}/x8664/* + opt/${MY_P}/bin/*" S="${WORKDIR}" @@ -54,12 +55,12 @@ src_install() { fi ./"${INSTALLER}" \ - --prefix "${ED%/}/opt/${PN}" \ + --prefix "${ED%/}/opt/${MY_P}" \ --mode unattended || die - if [[ ! -d ${ED%/}/opt/${PN}/lib/${MY_PV} ]]; then + if [[ ! -d ${ED%/}/opt/${MY_P}/lib/${MY_PV} ]]; then local guess - cd "${ED%/}/opt/${PN}/lib" && guess=( * ) + cd "${ED%/}/opt/${MY_P}/lib" && guess=( * ) if [[ ${guess[@]} ]]; then die "Incorrect release version in PV, guessing it should be: ${guess[*]}" @@ -67,8 +68,9 @@ src_install() { die "No libdir installed" fi fi - [[ -x ${ED%}/opt/${PN}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" + [[ -x ${ED%}/opt/${MY_P}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" - rm -r "${ED}/opt/${PN}"/uninstall* || die + 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.ebuild b/dev-lang/ekopath/ekopath-6.0.661_p20160124-r100.ebuild similarity index 75% rename from dev-lang/ekopath/ekopath-6.0.661_p20160124.ebuild rename to dev-lang/ekopath/ekopath-6.0.661_p20160124-r100.ebuild index c886d13..3711d11 100644 --- a/dev-lang/ekopath/ekopath-6.0.661_p20160124.ebuild +++ b/dev-lang/ekopath/ekopath-6.0.661_p20160124-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,6 +7,7 @@ EAPI=5 inherit versionator multilib pax-utils MY_PV=$(get_version_component_range 1-3) +MY_P=${PN}-${MY_PV} DATE=$(get_version_component_range 4) DATE=${DATE#p} DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6} @@ -27,8 +28,8 @@ RDEPEND="" RESTRICT="bindist mirror" QA_PREBUILT=" - opt/${PN}/lib/${MY_PV}/x8664/* - opt/${PN}/bin/*" + opt/${MY_P}/lib/${MY_PV}/x8664/* + opt/${MY_P}/bin/*" S="${WORKDIR}" @@ -54,12 +55,12 @@ src_install() { fi ./"${INSTALLER}" \ - --prefix "${ED%/}/opt/${PN}" \ + --prefix "${ED%/}/opt/${MY_P}" \ --mode unattended || die - if [[ ! -d ${ED%/}/opt/${PN}/lib/${MY_PV} ]]; then + if [[ ! -d ${ED%/}/opt/${MY_P}/lib/${MY_PV} ]]; then local guess - cd "${ED%/}/opt/${PN}/lib" && guess=( * ) + cd "${ED%/}/opt/${MY_P}/lib" && guess=( * ) if [[ ${guess[@]} ]]; then die "Incorrect release version in PV, guessing it should be: ${guess[*]}" @@ -67,8 +68,9 @@ src_install() { die "No libdir installed" fi fi - [[ -x ${ED%}/opt/${PN}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" + [[ -x ${ED%}/opt/${MY_P}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" - rm -r "${ED}/opt/${PN}"/uninstall* || die + 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.ebuild b/dev-lang/ekopath/ekopath-6.0.705_p20160303-r100.ebuild similarity index 75% rename from dev-lang/ekopath/ekopath-6.0.705_p20160303.ebuild rename to dev-lang/ekopath/ekopath-6.0.705_p20160303-r100.ebuild index c886d13..3711d11 100644 --- a/dev-lang/ekopath/ekopath-6.0.705_p20160303.ebuild +++ b/dev-lang/ekopath/ekopath-6.0.705_p20160303-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,6 +7,7 @@ EAPI=5 inherit versionator multilib pax-utils MY_PV=$(get_version_component_range 1-3) +MY_P=${PN}-${MY_PV} DATE=$(get_version_component_range 4) DATE=${DATE#p} DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6} @@ -27,8 +28,8 @@ RDEPEND="" RESTRICT="bindist mirror" QA_PREBUILT=" - opt/${PN}/lib/${MY_PV}/x8664/* - opt/${PN}/bin/*" + opt/${MY_P}/lib/${MY_PV}/x8664/* + opt/${MY_P}/bin/*" S="${WORKDIR}" @@ -54,12 +55,12 @@ src_install() { fi ./"${INSTALLER}" \ - --prefix "${ED%/}/opt/${PN}" \ + --prefix "${ED%/}/opt/${MY_P}" \ --mode unattended || die - if [[ ! -d ${ED%/}/opt/${PN}/lib/${MY_PV} ]]; then + if [[ ! -d ${ED%/}/opt/${MY_P}/lib/${MY_PV} ]]; then local guess - cd "${ED%/}/opt/${PN}/lib" && guess=( * ) + cd "${ED%/}/opt/${MY_P}/lib" && guess=( * ) if [[ ${guess[@]} ]]; then die "Incorrect release version in PV, guessing it should be: ${guess[*]}" @@ -67,8 +68,9 @@ src_install() { die "No libdir installed" fi fi - [[ -x ${ED%}/opt/${PN}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" + [[ -x ${ED%}/opt/${MY_P}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" - rm -r "${ED}/opt/${PN}"/uninstall* || die + 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.ebuild b/dev-lang/ekopath/ekopath-6.0.713_p20160311-r100.ebuild similarity index 75% rename from dev-lang/ekopath/ekopath-6.0.619_p20151213.ebuild rename to dev-lang/ekopath/ekopath-6.0.713_p20160311-r100.ebuild index c886d13..3711d11 100644 --- a/dev-lang/ekopath/ekopath-6.0.619_p20151213.ebuild +++ b/dev-lang/ekopath/ekopath-6.0.713_p20160311-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,6 +7,7 @@ EAPI=5 inherit versionator multilib pax-utils MY_PV=$(get_version_component_range 1-3) +MY_P=${PN}-${MY_PV} DATE=$(get_version_component_range 4) DATE=${DATE#p} DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6} @@ -27,8 +28,8 @@ RDEPEND="" RESTRICT="bindist mirror" QA_PREBUILT=" - opt/${PN}/lib/${MY_PV}/x8664/* - opt/${PN}/bin/*" + opt/${MY_P}/lib/${MY_PV}/x8664/* + opt/${MY_P}/bin/*" S="${WORKDIR}" @@ -54,12 +55,12 @@ src_install() { fi ./"${INSTALLER}" \ - --prefix "${ED%/}/opt/${PN}" \ + --prefix "${ED%/}/opt/${MY_P}" \ --mode unattended || die - if [[ ! -d ${ED%/}/opt/${PN}/lib/${MY_PV} ]]; then + if [[ ! -d ${ED%/}/opt/${MY_P}/lib/${MY_PV} ]]; then local guess - cd "${ED%/}/opt/${PN}/lib" && guess=( * ) + cd "${ED%/}/opt/${MY_P}/lib" && guess=( * ) if [[ ${guess[@]} ]]; then die "Incorrect release version in PV, guessing it should be: ${guess[*]}" @@ -67,8 +68,9 @@ src_install() { die "No libdir installed" fi fi - [[ -x ${ED%}/opt/${PN}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" + [[ -x ${ED%}/opt/${MY_P}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" - rm -r "${ED}/opt/${PN}"/uninstall* || die + 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.ebuild b/dev-lang/ekopath/ekopath-6.0.713_p20160311.ebuild deleted file mode 100644 index c886d13..0000000 --- a/dev-lang/ekopath/ekopath-6.0.713_p20160311.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit versionator multilib pax-utils - -MY_PV=$(get_version_component_range 1-3) -DATE=$(get_version_component_range 4) -DATE=${DATE#p} -DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6} -INSTALLER=${PN}-${DATE}-installer.run - -DESCRIPTION="PathScale EKOPath Compiler Suite" -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" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="!!app-arch/rpm" -RDEPEND="" - -RESTRICT="bindist mirror" - -QA_PREBUILT=" - opt/${PN}/lib/${MY_PV}/x8664/* - opt/${PN}/bin/*" - -S="${WORKDIR}" - -src_unpack() { - cp "${DISTDIR}/${INSTALLER}" "${S}/" || die - chmod +x "${S}/${INSTALLER}" || die -} - -src_prepare() { - 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. - if [[ ${PAX_MARKINGS} == "XT" ]]; then - pax-mark m "${INSTALLER}" - fi - - ./"${INSTALLER}" \ - --prefix "${ED%/}/opt/${PN}" \ - --mode unattended || die - - if [[ ! -d ${ED%/}/opt/${PN}/lib/${MY_PV} ]]; then - local guess - cd "${ED%/}/opt/${PN}/lib" && guess=( * ) - - if [[ ${guess[@]} ]]; then - die "Incorrect release version in PV, guessing it should be: ${guess[*]}" - else - die "No libdir installed" - fi - fi - [[ -x ${ED%}/opt/${PN}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely" - - rm -r "${ED}/opt/${PN}"/uninstall* || die - doenvd 99${PN} -}