summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2010-12-15 04:23:57 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2010-12-15 04:23:57 +0000
commit89beeb872020f088ddec6300f856454197c5aa39 (patch)
tree4370ffe76d1d2752adfaa1300ede5250b048fa81 /dev-lang
parentVersion bump. (diff)
downloadgentoo-2-89beeb872020f088ddec6300f856454197c5aa39.tar.gz
gentoo-2-89beeb872020f088ddec6300f856454197c5aa39.tar.bz2
gentoo-2-89beeb872020f088ddec6300f856454197c5aa39.zip
Removing modules to avoid sandbox errors
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/pike/ChangeLog8
-rw-r--r--dev-lang/pike/pike-7.8.352-r1.ebuild (renamed from dev-lang/pike/pike-7.8.352.ebuild)4
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-lang/pike/ChangeLog b/dev-lang/pike/ChangeLog
index c6609132defa..4056cee431be 100644
--- a/dev-lang/pike/ChangeLog
+++ b/dev-lang/pike/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/pike
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/ChangeLog,v 1.37 2010/12/14 12:45:45 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/ChangeLog,v 1.38 2010/12/15 04:23:57 araujo Exp $
+
+*pike-7.8.352-r1 (15 Dec 2010)
+
+ 15 Dec 2010; Luis F. Araujo <araujo@gentoo.org> -pike-7.8.352.ebuild,
+ +pike-7.8.352-r1.ebuild:
+ Remove modules to avoid sandbox errors
*pike-7.8.352 (14 Dec 2010)
diff --git a/dev-lang/pike/pike-7.8.352.ebuild b/dev-lang/pike/pike-7.8.352-r1.ebuild
index a0af8bcb7db1..53cb72f84718 100644
--- a/dev-lang/pike/pike-7.8.352.ebuild
+++ b/dev-lang/pike/pike-7.8.352-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.8.352.ebuild,v 1.1 2010/12/14 12:45:45 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pike/pike-7.8.352-r1.ebuild,v 1.1 2010/12/15 04:23:57 araujo Exp $
EAPI="2"
@@ -101,6 +101,8 @@ src_install() {
# The sandbox really ought to allow deletion of files
# that belong to previous installs of the ebuild, or
# even better: hide them.
+ sed -i s/rm\(mod\+\"\.o\"\)\;/break\;/ "${S}"/bin/install.pike || die "Failed to modify install.pike (1)"
+ sed -i 's/\(Array.map *( *files_to_delete *- *files_to_not_delete,*rm*);\)/; \/\/ \1/' "${S}"/bin/install.pike || die "Failed to modify install.pike (2)"
if use doc ; then
emake INSTALLARGS="--traditional" buildroot="${D}" install || die "emake failed"
einfo "Installing 60MB of docs, this could take some time ..."