diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-05-22 17:33:22 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-05-22 17:33:22 +0000 |
commit | eacffd0f066e741580ff90e9927ddecb09a55f38 (patch) | |
tree | 63402a834ee2498e37eceb0253b5d79d099c52be /dev-lang/ekopath | |
parent | adjust some deps (diff) | |
download | gentoo-2-eacffd0f066e741580ff90e9927ddecb09a55f38.tar.gz gentoo-2-eacffd0f066e741580ff90e9927ddecb09a55f38.tar.bz2 gentoo-2-eacffd0f066e741580ff90e9927ddecb09a55f38.zip |
Removed old versions with non-existing upstream tar balls. Add horrible hacks for sandbox violations, bug #511016
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-lang/ekopath')
-rw-r--r-- | dev-lang/ekopath/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild | 77 | ||||
-rw-r--r-- | dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild | 76 | ||||
-rw-r--r-- | dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild | 26 |
4 files changed, 25 insertions, 162 deletions
diff --git a/dev-lang/ekopath/ChangeLog b/dev-lang/ekopath/ChangeLog index fb5aa7385aca..06dbec8bfd50 100644 --- a/dev-lang/ekopath/ChangeLog +++ b/dev-lang/ekopath/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/ekopath # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.20 2014/05/20 22:40:56 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.21 2014/05/22 17:33:22 bicatali Exp $ + + 22 May 2014; Sébastien Fabbro <bicatali@gentoo.org> + -ekopath-4.0.12.1_pre20121102.ebuild, -ekopath-5.0.0_pre20130113.ebuild, + ekopath-5.0.1_pre20131115.ebuild: + Removed old versions with non-existing upstream tar balls. Add horrible hacks + for sandbox violations, bug #511016 *ekopath-5.0.1_pre20131115 (20 May 2014) diff --git a/dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild b/dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild deleted file mode 100644 index 49c84c510a9f..000000000000 --- a/dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild,v 1.2 2013/03/24 21:06:04 xarthisius Exp $ - -EAPI=4 - -inherit versionator - -MY_PV=$(get_version_component_range 1-4) -DATE=$(get_version_component_range 5) -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" -IUSE="doc" - -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=/opt/${PN}/bin - ROOTPATH=/opt/${PN}/bin - LDPATH=/opt/${PN}/lib:/opt/${PN}/lib/${MY_PV}/x8664/64 - MANPATH=/opt/${PN}/docs/man - EOF -} - -src_install() { - local opts - use doc || opts="${opts} --disable-components documentation" - # You must paxmark -m EI_PAX (not PT_PAX) to run the installer - # on a pax enabled kernel. Adding PT_PAX breaks the binary. - /usr/bin/scanelf -Xxz m ${P}.run >> /dev/null - - ./${P}.run \ - --prefix "${D}/opt/${PN}" \ - --mode unattended \ - ${opts} || 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) - /usr/bin/scanelf -Xe "${D}/opt/ekopath/lib/${MY_PV}/x8664/64/libstl.so" - - rm -rf "${D}"/opt/${PN}/uninstall || die - rm -rf "${D}"/opt/${PN}/bin/{pathdb,funclookup} || die #libtinfo - rm -rf "${D}"/opt/${PN}/lib/${MY_PV}/x8664/coco || die #DT_PATH - doenvd "99${PN}" -} diff --git a/dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild b/dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild deleted file mode 100644 index aa7115bc7b58..000000000000 --- a/dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-5.0.0_pre20130113.ebuild,v 1.2 2013/03/24 21:06:04 xarthisius Exp $ - -EAPI=4 - -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" -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=/opt/${PN}/bin - ROOTPATH=/opt/${PN}/bin - LDPATH=/opt/${PN}/lib:/opt/${PN}/lib/${MY_PV}/x8664/64 - MANPATH=/opt/${PN}/docs/man - EOF -} - -src_install() { - local opts - # You must paxmark -m EI_PAX (not PT_PAX) to run the installer - # on a pax enabled kernel. Adding PT_PAX breaks the binary. - /usr/bin/scanelf -Xxz m ${P}.run >> /dev/null - - ./${P}.run \ - --prefix "${D}/opt/${PN}" \ - --mode unattended \ - ${opts} || 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) - /usr/bin/scanelf -Xe "${D}/opt/ekopath/lib/${MY_PV}/x8664/64/libstl.so" - - rm -rf "${D}"/opt/${PN}/uninstall || die - rm -rf "${D}"/opt/${PN}/bin/{pathdb,funclookup} || die #libtinfo - rm -rf "${D}"/opt/${PN}/lib/${MY_PV}/x8664/coco || die #DT_PATH - doenvd "99${PN}" -} diff --git a/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild b/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild index 09cc07db92ae..6f1e61fe8ca5 100644 --- a/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild +++ b/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild @@ -1,10 +1,10 @@ # 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.1 2014/05/20 22:40:56 bicatali Exp $ +# $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 +inherit versionator multilib MY_PV=$(get_version_component_range 1-3) DATE=$(get_version_component_range 4) @@ -43,7 +43,7 @@ src_unpack() { } src_prepare() { - cat > "99${PN}" <<-EOF + 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 @@ -52,15 +52,25 @@ src_prepare() { } src_install() { - local opts + # sad stuff bug #511016 + addpredict /$(get_libdir)/libpthread.so.0 + addpredict /$(get_libdir)/libc.so.6 + addpredict /$(get_libdir)/ld-linux-x86-64.so.2 + addpredict /usr/$(get_libdir)/libpthread_nonshared.a + addpredict /usr/$(get_libdir)/libc_nonshared.a + addpredict /usr/$(get_libdir)/libdl.so + addpredict /usr/$(get_libdir)/libm.so + addpredict /usr/$(get_libdir)/crti.o + addpredict /usr/$(get_libdir)/crt1.o + addpredict /usr/$(get_libdir)/crtn.o + # 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 \ - ${opts} || die + --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. @@ -70,5 +80,5 @@ src_install() { scanelf -Xe "${ED}/opt/ekopath/lib/${MY_PV}/x8664/64/libstl.so" rm -r "${ED}"/opt/${PN}/uninstall || die - doenvd "99${PN}" + doenvd 99${PN} } |