summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2002-08-08 03:21:26 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2002-08-08 03:21:26 +0000
commit6f7433fac44345d1ce425fb9666b13ccb85e5815 (patch)
tree37ac77131a334b66a1ca99c91fc4eec22d6ba69c /app-editors
parentmoved conf files back into files out of bz2 on mirror (diff)
downloadgentoo-2-6f7433fac44345d1ce425fb9666b13ccb85e5815.tar.gz
gentoo-2-6f7433fac44345d1ce425fb9666b13ccb85e5815.tar.bz2
gentoo-2-6f7433fac44345d1ce425fb9666b13ccb85e5815.zip
sandbox
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs/ChangeLog7
-rw-r--r--app-editors/emacs/emacs-21.2-r1.ebuild5
-rw-r--r--app-editors/xemacs-gtk/ChangeLog7
-rw-r--r--app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild3
-rw-r--r--app-editors/xemacs/ChangeLog7
-rw-r--r--app-editors/xemacs/xemacs-21.4.8-r3.ebuild5
6 files changed, 23 insertions, 11 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog
index 45395505f266..7950e6417d12 100644
--- a/app-editors/emacs/ChangeLog
+++ b/app-editors/emacs/ChangeLog
@@ -1,9 +1,14 @@
# ChangeLog for app-editors/emacs
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.6 2002/08/06 16:18:50 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.7 2002/08/08 03:21:05 mkennedy Exp $
*emacs-21.2-r1 (29 Jul 2002)
+ 07 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org>
+ emacs-21.2-r1.ebuild :
+
+ Sandbox.
+
06 Aug 2002; Mark Guertin <gerk@gentoo.org> :
Added ppc to keywords
diff --git a/app-editors/emacs/emacs-21.2-r1.ebuild b/app-editors/emacs/emacs-21.2-r1.ebuild
index e1bbfbc2f177..f72338c23b91 100644
--- a/app-editors/emacs/emacs-21.2-r1.ebuild
+++ b/app-editors/emacs/emacs-21.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2-r1.ebuild,v 1.3 2002/08/06 16:18:51 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2-r1.ebuild,v 1.4 2002/08/08 03:21:05 mkennedy Exp $
S=${WORKDIR}/${P}
DESCRIPTION="An incredibly powerful, extensible text editor"
@@ -8,8 +8,7 @@ SRC_URI="ftp://ftp.codefactory.se/pub/gnu/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/emacs"
# Never use the sandbox, it causes Emacs to segfault on startup
-#SANDBOX_DISABLED="1"
-unset SANDBOX_ACTIVE
+SANDBOX_DISABLED="1"
DEPEND=">=sys-libs/ncurses-5.2
sys-libs/gdbm
diff --git a/app-editors/xemacs-gtk/ChangeLog b/app-editors/xemacs-gtk/ChangeLog
index f6f4241dcf7b..4d91c78ea712 100644
--- a/app-editors/xemacs-gtk/ChangeLog
+++ b/app-editors/xemacs-gtk/ChangeLog
@@ -1,9 +1,14 @@
# ChangeLog for app-editors/xemacs-gtk
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/ChangeLog,v 1.8 2002/08/06 15:37:26 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/ChangeLog,v 1.9 2002/08/08 03:21:26 mkennedy Exp $
*xemacs-gtk-21.4.8-r3 (28 Jul 2002)
+ 07 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org>
+ xemacs-gtk-21.4.8-r3.ebuild :
+
+ Sandbox.
+
06 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org>
xemacs-21.4.8-r3.ebuild :
diff --git a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild
index 94d7264c57a8..3f1cf1b84447 100644
--- a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild
+++ b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild,v 1.5 2002/08/06 15:37:26 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild,v 1.6 2002/08/08 03:21:26 mkennedy Exp $
# this is just TEMPORARY until we can get to the core of the problem
SANDBOX_DISABLED="1"
-unset SANDBOX_ACTIVE
REAL_P=${P//-gtk/}
S="${WORKDIR}/${REAL_P}"
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog
index afbdf084c2e0..4917fef3b143 100644
--- a/app-editors/xemacs/ChangeLog
+++ b/app-editors/xemacs/ChangeLog
@@ -1,9 +1,14 @@
# ChangeLog for app-editors/xemacs
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.16 2002/08/06 08:39:02 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.17 2002/08/08 03:21:15 mkennedy Exp $
*xemacs-21.4.8-r3 (28 Jul 2002)
+ 07 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org>
+ xemacs-21.4.8-r3.ebuild :
+
+ Sandbox.
+
05 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org>
xemacs-21.4.8-r3.ebuild :
diff --git a/app-editors/xemacs/xemacs-21.4.8-r3.ebuild b/app-editors/xemacs/xemacs-21.4.8-r3.ebuild
index 8bdf3a7894fa..aa830d64c2e8 100644
--- a/app-editors/xemacs/xemacs-21.4.8-r3.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.8-r3.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8-r3.ebuild,v 1.5 2002/08/06 08:39:02 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8-r3.ebuild,v 1.6 2002/08/08 03:21:16 mkennedy Exp $
# this is just TEMPORARY until we can get to the core of the problem
-#SANDBOX_DISABLED="1"
-unset SANDBOX_ACTIVE
+SANDBOX_DISABLED="1"
LICENSE="GPL-2"