public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/ekopath: ekopath-5.0.1_pre20131115.ebuild ChangeLog ekopath-5.0.0_pre20130113.ebuild ekopath-4.0.12.1_pre20121102.ebuild
@ 2014-05-22 17:33 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2014-05-22 17:33 UTC (permalink / raw
  To: gentoo-commits

bicatali    14/05/22 17:33:22

  Modified:             ekopath-5.0.1_pre20131115.ebuild ChangeLog
  Removed:              ekopath-5.0.0_pre20130113.ebuild
                        ekopath-4.0.12.1_pre20121102.ebuild
  Log:
  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)

Revision  Changes    Path
1.2                  dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild?r1=1.1&r2=1.2

Index: ekopath-5.0.1_pre20131115.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-5.0.1_pre20131115.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ekopath-5.0.1_pre20131115.ebuild	20 May 2014 22:40:56 -0000	1.1
+++ ekopath-5.0.1_pre20131115.ebuild	22 May 2014 17:33:22 -0000	1.2
@@ -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_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_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 @@
 	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}
 }



1.21                 dev-lang/ekopath/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ekopath/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	20 May 2014 22:40:56 -0000	1.20
+++ ChangeLog	22 May 2014 17:33:22 -0000	1.21
@@ -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)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-22 17:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22 17:33 [gentoo-commits] gentoo-x86 commit in dev-lang/ekopath: ekopath-5.0.1_pre20131115.ebuild ChangeLog ekopath-5.0.0_pre20130113.ebuild ekopath-4.0.12.1_pre20121102.ebuild Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox