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, 01 Jan 2016 10:25:46
Message-Id: 1451643928.81cc28927ee602f56fbf2dc4439306cfc6c111e3.mgorny@gentoo
1 commit: 81cc28927ee602f56fbf2dc4439306cfc6c111e3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 10:18:50 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 10:25:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cc2892
7
8 dev-lang/ekopath: Snapshot bump
9
10 dev-lang/ekopath/Manifest | 1 +
11 dev-lang/ekopath/ekopath-6.0.637_p20151231.ebuild | 74 +++++++++++++++++++++++
12 2 files changed, 75 insertions(+)
13
14 diff --git a/dev-lang/ekopath/Manifest b/dev-lang/ekopath/Manifest
15 index 3bf1a5b..8cd133a 100644
16 --- a/dev-lang/ekopath/Manifest
17 +++ b/dev-lang/ekopath/Manifest
18 @@ -3,3 +3,4 @@ DIST ekopath-2015-10-29-installer.run 57559240 SHA256 eea8bba70f89ccaaf8f5eb48bd
19 DIST ekopath-2015-11-25-installer.run 57197459 SHA256 884877a0586ecac3b21a1575e3d2445bda1daf09d68c0dde4cc0d0eb56a3feb2 SHA512 931b36e55592752b5851c98413082a99d537502a6184fa787043f9986554a1f5004e3a9c197851789f2b251b77a663c0dca6fae304bc5da4318b790c4b396ac9 WHIRLPOOL a783a994d17e214c205ba1ebdce0f071f1cfd5db65adc7a1ec939d0dfd901a875e76260bbf540d8229016967ee3ac5fb3091f894e4edbfe391807e407d3e5a6c
20 DIST ekopath-2015-12-11-installer.run 56918287 SHA256 e0aa1d1d49c359ce0c8e2fa227241f5df51b87d060f13f2e2a56b2e580995843 SHA512 cacffd24a180c91af0e1ff908078e20e348760d212765950a9efa555455e8ead3d5f225af8992ffae8a3b001fc1c5c8aa519184dd0f10a33849526fbc9f8f0ec WHIRLPOOL 4ef583739f884dc2c23f25f2efc27aa83d4aa4a7addafd5a84c46a39fb228b5cfd6ece8d55b33787833ab682aeef3ffa68cb3893d50adc246f5ea50fcfdc2c2a
21 DIST ekopath-2015-12-13-installer.run 57231316 SHA256 85a3fc7df59373bfef32bf9388fd77c19d7c780dc5e9e52e1e8664f0139a9ac6 SHA512 9454f263c921d26f521e374eb2f346f1e257bf58daf2ce5e54ce1a2cced7291bd9b5ece08cd4da441498f66bcd6a01a45309d4463fe65ea5d094b21612a8d3f8 WHIRLPOOL 3157ed63da3d87912163af2e8927a332640b2682289234b25b5f7b75a698490dc2cf8e0d5f51d82eb0b072654f15040c6b94f94e3cf7a428b793a575d6f71ed0
22 +DIST ekopath-2015-12-31-installer.run 57236877 SHA256 f8e5a2910ac001ace7d42254553e27f79b62eb6650d89778eced3ff483854917 SHA512 d191ce829c1c285c848c58f7bca194df72975d0d0685cf70c324831ca9ce67729dbf9fa46f36b4e17cc726fb8144739608fa825d4e2dd447b40dc0b1461f9f9b WHIRLPOOL 7988f8c93522aa38ec18c69979789fda1f64ab647d712da02260961a98e7ee75d90525c76947e6f32c073f289af419154d58072e5edac5093fdeaee7489c096c
23
24 diff --git a/dev-lang/ekopath/ekopath-6.0.637_p20151231.ebuild b/dev-lang/ekopath/ekopath-6.0.637_p20151231.ebuild
25 new file mode 100644
26 index 0000000..c886d13
27 --- /dev/null
28 +++ b/dev-lang/ekopath/ekopath-6.0.637_p20151231.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 +}