summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2002-08-06 06:35:55 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2002-08-06 06:35:55 +0000
commit4bea90b557430b370206547912226d081e4cde37 (patch)
tree0e99bdbcd1bbd433c9062cadb3467444124a5e13 /app-editors/emacs
parentfix stupid. (diff)
downloadgentoo-2-4bea90b557430b370206547912226d081e4cde37.tar.gz
gentoo-2-4bea90b557430b370206547912226d081e4cde37.tar.bz2
gentoo-2-4bea90b557430b370206547912226d081e4cde37.zip
documentation fix, sandbox adjustment
Diffstat (limited to 'app-editors/emacs')
-rw-r--r--app-editors/emacs/ChangeLog7
-rw-r--r--app-editors/emacs/emacs-21.2-r1.ebuild9
2 files changed, 11 insertions, 5 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog
index 62e8d303e14b..af680d0a922c 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.4 2002/07/30 03:45:06 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.5 2002/08/06 06:35:55 mkennedy Exp $
*emacs-21.2-r1 (29 Jul 2002)
+ 06 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org>
+ emacs-21.2-r1.ebuild :
+
+ Documentation install fix. Sandbox adjustment.
+
29 Jul 2002; Matthew Kennedy <mkennedy@gentoo.org>
emacs-21.2-r1.ebuild, files/digest-emacs-21.1-r1 :
diff --git a/app-editors/emacs/emacs-21.2-r1.ebuild b/app-editors/emacs/emacs-21.2-r1.ebuild
index 829863076c61..8ab685b64db2 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.1 2002/07/30 03:45:08 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-21.2-r1.ebuild,v 1.2 2002/08/06 06:35:55 mkennedy Exp $
S=${WORKDIR}/${P}
DESCRIPTION="An incredibly powerful, extensible text editor"
@@ -8,7 +8,8 @@ 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"
+#SANDBOX_DISABLED="1"
+unset SANDBOX_ACTIVE
DEPEND=">=sys-libs/ncurses-5.2
sys-libs/gdbm
@@ -65,13 +66,13 @@ src_install () {
infodir=${D}/usr/share/info \
install || die
- cd ${D}/usr/share/info
+ pushd ${D}/usr/share/info
rm dir
-
for i in *
do
mv ${i%.info} $i.info
done
+ popd
einfo "Fixing permissions"
find ${D} -perm 666 |xargs chmod 644