summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2015-08-06 21:53:15 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2015-08-07 20:49:11 +0100
commit752d3da5269b4810bfff2dd39cbe84e1548240c0 (patch)
treeea9bac945c329714fd6c403835bd56b5f567d6e8
parentsys-apps/mklibs: Version bump (diff)
downloadportage-752d3da5269b4810bfff2dd39cbe84e1548240c0.tar.xz
dev-lang/ekopath: Drop since fix is available upstream
-rw-r--r--dev-lang/ekopath/ChangeLog12
-rw-r--r--dev-lang/ekopath/Manifest4
-rw-r--r--dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild94
-rw-r--r--dev-lang/ekopath/metadata.xml11
-rw-r--r--metadata/md5-cache/dev-lang/ekopath-5.0.1_pre2013111512
5 files changed, 0 insertions, 133 deletions
diff --git a/dev-lang/ekopath/ChangeLog b/dev-lang/ekopath/ChangeLog
deleted file mode 100644
index 23da4a2d..00000000
--- a/dev-lang/ekopath/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for dev-lang/ekopath
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*ekopath-5.0.1_pre20131115 (04 Jun 2014)
-
- 04 Jun 2014; Bertrand Jacquin <beber@meleeweb.net>
- +ekopath-5.0.1_pre20131115.ebuild, +metadata.xml:
- Fix sandbox violation on ABI=x32, bug #512382
-
- Package-Manager: portage-2.2.10
-
diff --git a/dev-lang/ekopath/Manifest b/dev-lang/ekopath/Manifest
deleted file mode 100644
index 70c45f01..00000000
--- a/dev-lang/ekopath/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST ekopath-5.0.1_pre20131115.run 49693707 SHA256 8db9733adb8a60626f7fce806a943743485cd4e733e284bdb557b384c519c3f2 WHIRLPOOL 78705fadecd0990b98582394dce5494728e3a56ff8f20f43dad9da2cd6ae5e97ef435e13dae62da5e127df4ef6a5ae923b95243d2d240e5fc579eccd6abdf390
-EBUILD ekopath-5.0.1_pre20131115.ebuild 2363 SHA256 9aa46561cfc8485047abbcd12d993d37bf2c425b24194f2a04756c3c1924f83c WHIRLPOOL 24a0af71410bd6db43c2117f31ec2e4bb3e6cec767050a85246e9fbd19624b1bee9bc7097282ac7ed5b6221657465f9b4d20c0e821adc42e89e49bf5cae58386
-MISC ChangeLog 348 SHA256 59f53206e8c073c9774016984281f52a5858c2e603d99dc7d7fa1052b9570eba WHIRLPOOL 1add2f1c205b9fe0d8f797628229171e7c10ce0423aadb3a4fde0842261e0a8abe4eb8201f3876d9dfeac267afeea5f21cc9f8aa013a196d7357c2ce1528057a
-MISC metadata.xml 498 SHA256 1217b3e7239c8d9adeefb3c9b7040af0a56d42c9d00db0a84b65ccd35725deae WHIRLPOOL 976779a236848db7f3fa2a0a3dacf91d9b60f96e3b69a9267c08ad907c318f53660c6eee3e996543c6472558206a651e4628e0650e803d9bba355f7dd9f2cda2
diff --git a/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild b/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild
deleted file mode 100644
index 6ac961eb..00000000
--- a/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild,v 1.2 2014/05/22 17:33:22 bicatali Exp $
-
-EAPI=5
-
-inherit versionator
-
-MY_PV=$(get_version_component_range 1-3)
-DATE=$(get_version_component_range 4)
-DATE=${DATE/pre}
-DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6}
-
-DESCRIPTION="PathScale EKOPath Compiler Suite"
-HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite"
-SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${PN}-${DATE}-installer.run
- -> ${P}.run"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux"
-IUSE=""
-
-DEPEND="!!app-arch/rpm"
-RDEPEND=""
-
-RESTRICT="mirror"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="
- opt/${PN}/lib/${MY_PV}/x8664/*
- opt/${PN}/bin/path*
- opt/${PN}/bin/funclookup
- opt/${PN}/bin/doctool
- opt/${PN}/bin/subclient
- opt/${PN}/bin/subserver
- opt/${PN}/bin/assign"
-
-src_unpack() {
- cp "${DISTDIR}"/${A} "${S}" || die
- chmod +x "${S}"/${P}.run
-}
-
-src_prepare() {
- cat > 99${PN} <<-EOF
- 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() {
- # sad stuff bug #511016
- local -a O_RDWR=(
- /lib*/ld-linux-x86-64.so.2
-
- /lib*/libc.so.6
- /usr/lib*/libc.a /usr/lib*/libc_nonshared.a
- /usr/lib*/libdl.a /usr/lib*/libdl.so
- /usr/lib*/libm.a /usr/lib*/libm.so
-
- /lib*/libpthread.so.0
- /usr/lib*/libpthread.a
- /usr/lib*/libpthread_nonshared.a
-
- /usr/lib*/crt1.o
- /usr/lib*/crti.o
- /usr/lib*/crtn.o
- )
-
- for f in "${O_RDWR[@]}" ; do
- addpredict "${f}"
- done
-
- # You must paxmark -m EI_PAX (not PT_PAX) to run the installer
- # on a pax enabled kernel. Adding PT_PAX breaks the binary.
- scanelf -Xxz m ${P}.run >> /dev/null
-
- ./${P}.run \
- --prefix "${ED%/}/opt/${PN}" \
- --mode unattended || die
-
- # This is a temporary/partial fix to remove a RWX GNU STACK header
- # from libstl.so. It still leaves libstl.a in bad shape.
- # The correct fix is in the assembly atomic-cxx.S, which we don't get
- # See http://www.gentoo.org/proj/en/hardened/gnu-stack.xml
- # Section 6. How to fix the stack (in practice)
- scanelf -Xe "${ED}/opt/ekopath/lib/${MY_PV}/x8664/64/libstl.so"
-
- rm -r "${ED}"/opt/${PN}/uninstall || die
- doenvd 99${PN}
-}
diff --git a/dev-lang/ekopath/metadata.xml b/dev-lang/ekopath/metadata.xml
deleted file mode 100644
index c8c81d4c..00000000
--- a/dev-lang/ekopath/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<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>
diff --git a/metadata/md5-cache/dev-lang/ekopath-5.0.1_pre20131115 b/metadata/md5-cache/dev-lang/ekopath-5.0.1_pre20131115
deleted file mode 100644
index c50c1236..00000000
--- a/metadata/md5-cache/dev-lang/ekopath-5.0.1_pre20131115
+++ /dev/null
@@ -1,12 +0,0 @@
-DEFINED_PHASES=install prepare unpack
-DEPEND=!!app-arch/rpm
-DESCRIPTION=PathScale EKOPath Compiler Suite
-EAPI=5
-HOMEPAGE=http://www.pathscale.com/ekopath-compiler-suite
-KEYWORDS=~amd64 ~amd64-linux
-LICENSE=GPL-3
-RESTRICT=mirror
-SLOT=0
-SRC_URI=http://c591116.r16.cf2.rackcdn.com/ekopath/nightly/Linux/ekopath-2013-11-15-installer.run -> ekopath-5.0.1_pre20131115.run
-_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 versionator cd0bcdb170807e4a1984115e9d53a26f
-_md5_=de00db77c1250d5db22f7a43e6f6d149