* [gentoo-commits] dev/xarthisius:master commit in: dev-lang/ekopath/
@ 2011-06-12 9:24 Kacper Kowalik
0 siblings, 0 replies; only message in thread
From: Kacper Kowalik @ 2011-06-12 9:24 UTC (permalink / raw
To: gentoo-commits
commit: dbe834113f12e506be57b1d4586367ed241d2942
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 09:24:11 2011 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 09:24:11 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xarthisius.git;a=commit;h=dbe83411
[dev-lang/ekopath] Initial import of pathscale compiler
---
dev-lang/ekopath/Manifest | 3 ++
dev-lang/ekopath/ekopath-4.0.10.ebuild | 45 ++++++++++++++++++++++++++++++++
dev-lang/ekopath/metadata.xml | 15 ++++++++++
3 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/dev-lang/ekopath/Manifest b/dev-lang/ekopath/Manifest
new file mode 100644
index 0000000..675ed82
--- /dev/null
+++ b/dev-lang/ekopath/Manifest
@@ -0,0 +1,3 @@
+DIST ekopath-4.0.10-installer.run 35197139 RMD160 de5b8c2ca78d449c2aaf3afa39bb63a90282d577 SHA1 9809ac0108f2fcdca06b74a7d745240b3d0fd28d SHA256 4f2599982795eed4077e446e938dd82f5842634b50d7d53d28cf0907ba6cd108
+EBUILD ekopath-4.0.10.ebuild 903 RMD160 13331f650f35b7a4e5e3ab66499a215d4d4c142b SHA1 5f1c81122bb17fb6ab282a3661a8e461de7999c8 SHA256 036ee0a20442d8dbd313df00d2eecb95f0c65967ce132577dfa82780e7c6daab
+MISC metadata.xml 599 RMD160 db4dbce6755b718f4fd34ced77c3e43c3ac49b29 SHA1 254eeaee0fdfe85349ba117190697731991f3e4a SHA256 297871a74cf9d537062c154ce333137ebda79d9a404e4329cfb504bcf5b5c62d
diff --git a/dev-lang/ekopath/ekopath-4.0.10.ebuild b/dev-lang/ekopath/ekopath-4.0.10.ebuild
new file mode 100644
index 0000000..0204d11
--- /dev/null
+++ b/dev-lang/ekopath/ekopath-4.0.10.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="PathScale EKOPath Compiler Suite"
+HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite"
+SRC_URI="http://dev.null/${P}-installer.run"
+
+LICENSE="GPL-2" #Hopefully
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+S=${WORKDIR}
+
+PATHSCALE_SDP_DIR=/opt/${P}
+
+QA_PREBUILT="
+ ${PATHSCALE_SDP_DIR}/lib/4.0.10/x8664/*
+ ${PATHSCALE_SDP_DIR}/bin/pathcc
+ ${PATHSCALE_SDP_DIR}/bin/pathas
+ ${PATHSCALE_SDP_DIR}/bin/assign
+"
+
+src_unpack() {
+ cp ${DISTDIR}/${A} ${S}/${P}.run #work around BitRock failing on symlink
+}
+
+src_prepare() {
+ cat > "99${PN}" <<-EOF
+ PATH=/opt/${P}/bin
+ ROOTPATH=/opt/${P}/bin
+ LDPATH=/opt/${P}/lib
+ EOF
+}
+
+src_install() {
+ ./${P}.run \
+ --prefix "${D}/opt/${P}" \
+ --mode unattended || die
+ rm -rf "${D}"/opt/${P}/uninstall || die
+ doenvd "99${PN}"
+}
diff --git a/dev-lang/ekopath/metadata.xml b/dev-lang/ekopath/metadata.xml
new file mode 100644
index 0000000..2b845df
--- /dev/null
+++ b/dev-lang/ekopath/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>xarthisius@gentoo.org</email>
+ <name>Kacper Kowalik</name>
+ </maintainer>
+ <longdescription>
+ The PathScale EKOPath Compiler Suite offers programmers a rich set of tools and
+ one of the world's most sophisticated optimization infrastructures to maximize
+ program performance on any Intel 64 or AMD64 platform supporting Intel MMX,
+ SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AMD SSE4A and AVX.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-12 9:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-12 9:24 [gentoo-commits] dev/xarthisius:master commit in: dev-lang/ekopath/ Kacper Kowalik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox