Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ekopath/
Date: Fri, 30 Oct 2015 23:37:53
Message-Id: 1446248255.c05be8e4ea344c179f13aeab6bd7020ed8f233c6.mgorny@gentoo
1 commit: c05be8e4ea344c179f13aeab6bd7020ed8f233c6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 22:58:54 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 23:37:35 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05be8e4
7
8 dev-lang/ekopath: snapshot bump to 6.0.570_p20151029
9
10 dev-lang/ekopath/Manifest | 1 +
11 dev-lang/ekopath/ekopath-6.0.570_p20151029.ebuild | 74 +++++++++++++++++++++++
12 2 files changed, 75 insertions(+)
13
14 diff --git a/dev-lang/ekopath/Manifest b/dev-lang/ekopath/Manifest
15 index 6018d21..1840bec 100644
16 --- a/dev-lang/ekopath/Manifest
17 +++ b/dev-lang/ekopath/Manifest
18 @@ -3,3 +3,4 @@ DIST ekopath-2015-08-11-installer.run 59150939 SHA256 31f491e3744257ae87b735be41
19 DIST ekopath-2015-09-10-installer.run 57138157 SHA256 fd4eca09107b9967ba01e508098c00fddbb809ba637e42aa1bb4b7518e947394 SHA512 67f99cbf74e1840de3ee4f1da810031b9e67c1ecfd7de6ff56c8303bdcdf6d9eedbb9eab975d7a6bb1ccbb3c5a65a3f60c7219f2321bd2eb4949f04979142148 WHIRLPOOL d41c1ca250b81d584d4f088ad8b03fe975bbb9fe5d6ef50c2d501904e0f187cefaf41e772c0cbd835106c1fed995a7e754a875fd621314b28bdde19a2a14fb88
20 DIST ekopath-2015-09-21-installer.run 57536286 SHA256 a3aab3f1cc018222644a7d4e10d0ebe68d38626074e95638d54ae9b690721332 SHA512 3a98635f233055a81435f6dd0044f13efe7b97a7554ca5c9b50586b74a3e848076842ce0bc04c07283e8cbf92bf21fcc9b4ca36888c379ddd3190364fea9bc90 WHIRLPOOL 3bd6debddb33776ca85951a942ff87a869ca6ee0defcd493750f1682dc0f769f5c1e44820510323cd7a983b486cab07b34a955d65b890fe3d0e36171036e678d
21 DIST ekopath-2015-10-10-installer.run 57723481 SHA256 0cd16e8c70d3e7938474e8885a721f0e50871a01a742b7a653dd1e6791e32baf SHA512 a4e33475b0fce0f3e9e0b744f1ba898983223cee15861491b6f7c3584c381b25c922fc17a7fd759f609f8c73ecbfbd53eeaaea38ddd9151d1cd7e46d0f1cf883 WHIRLPOOL 45744d16e34297ba47bc028382f1dc29cf0611cbff76a179640629ea89526818b4580c63e69d54541bbe915963c761b9abfe809ee2854be58e73ad80bc4e7143
22 +DIST ekopath-2015-10-29-installer.run 57559240 SHA256 eea8bba70f89ccaaf8f5eb48bdd7200d54a1af2d993ac850c5d08f39577eea50 SHA512 62cdb322def3bccfac5c4c12f9b3fb1eeaa5a8251a5a4ee59dfff8e7b30463f45fce04d482cc16abbb3b263a88bf845723f22858bae5933570fc43841f970667 WHIRLPOOL fa3a8dd365840c33dd4139bd139e902bf990b0d3ebc736c661060c4faf4e79f41c93c6961b7fd7b46e9aa20e38fbb4265480a006450f728825440392af228351
23
24 diff --git a/dev-lang/ekopath/ekopath-6.0.570_p20151029.ebuild b/dev-lang/ekopath/ekopath-6.0.570_p20151029.ebuild
25 new file mode 100644
26 index 0000000..c886d13
27 --- /dev/null
28 +++ b/dev-lang/ekopath/ekopath-6.0.570_p20151029.ebuild
29 @@ -0,0 +1,74 @@
30 +# Copyright 1999-2015 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +inherit versionator multilib pax-utils
37 +
38 +MY_PV=$(get_version_component_range 1-3)
39 +DATE=$(get_version_component_range 4)
40 +DATE=${DATE#p}
41 +DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6}
42 +INSTALLER=${PN}-${DATE}-installer.run
43 +
44 +DESCRIPTION="PathScale EKOPath Compiler Suite"
45 +HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite"
46 +SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${INSTALLER}"
47 +
48 +LICENSE="all-rights-reserved"
49 +SLOT="0"
50 +KEYWORDS="~amd64"
51 +IUSE=""
52 +
53 +DEPEND="!!app-arch/rpm"
54 +RDEPEND=""
55 +
56 +RESTRICT="bindist mirror"
57 +
58 +QA_PREBUILT="
59 + opt/${PN}/lib/${MY_PV}/x8664/*
60 + opt/${PN}/bin/*"
61 +
62 +S="${WORKDIR}"
63 +
64 +src_unpack() {
65 + cp "${DISTDIR}/${INSTALLER}" "${S}/" || die
66 + chmod +x "${S}/${INSTALLER}" || die
67 +}
68 +
69 +src_prepare() {
70 + cat > 99${PN} <<-EOF || die
71 + PATH=${EROOT%/}/opt/${PN}/bin
72 + ROOTPATH=${EROOT%/}/opt/${PN}/bin
73 + LDPATH=${EROOT%/}/opt/${PN}/lib:${EROOT%/}/opt/${PN}/lib/${MY_PV}/x8664/64
74 + MANPATH=${EROOT%/}/opt/${PN}/docs/man
75 + EOF
76 +}
77 +
78 +src_install() {
79 + # EI_PAX marking is obsolete and PT_PAX breaks the binary.
80 + # We must use XT_PAX to run the installer.
81 + if [[ ${PAX_MARKINGS} == "XT" ]]; then
82 + pax-mark m "${INSTALLER}"
83 + fi
84 +
85 + ./"${INSTALLER}" \
86 + --prefix "${ED%/}/opt/${PN}" \
87 + --mode unattended || die
88 +
89 + if [[ ! -d ${ED%/}/opt/${PN}/lib/${MY_PV} ]]; then
90 + local guess
91 + cd "${ED%/}/opt/${PN}/lib" && guess=( * )
92 +
93 + if [[ ${guess[@]} ]]; then
94 + die "Incorrect release version in PV, guessing it should be: ${guess[*]}"
95 + else
96 + die "No libdir installed"
97 + fi
98 + fi
99 + [[ -x ${ED%}/opt/${PN}/bin/pathcc ]] || die "No pathcc executable was installed, your hardware is unsupported most likely"
100 +
101 + rm -r "${ED}/opt/${PN}"/uninstall* || die
102 + doenvd 99${PN}
103 +}