summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-02 05:05:01 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-02 05:05:01 +0000
commitac16a67367c9b39566cad2df234d34cfc55a32aa (patch)
tree5e0a86efe1056d2c2322c688f9dddf44ca6d0b5b /app-editors/xemacs
parentmodernised (diff)
downloadhistorical-ac16a67367c9b39566cad2df234d34cfc55a32aa.tar.gz
historical-ac16a67367c9b39566cad2df234d34cfc55a32aa.tar.bz2
historical-ac16a67367c9b39566cad2df234d34cfc55a32aa.zip
modernised
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r--app-editors/xemacs/xemacs-21.4.6-r4.ebuild16
-rw-r--r--app-editors/xemacs/xemacs-21.4.8-r2.ebuild8
-rw-r--r--app-editors/xemacs/xemacs-21.4.8-r3.ebuild8
3 files changed, 16 insertions, 16 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.6-r4.ebuild b/app-editors/xemacs/xemacs-21.4.6-r4.ebuild
index a6f06164cf41..a7c93a3df929 100644
--- a/app-editors/xemacs/xemacs-21.4.6-r4.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.6-r4.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/xemacs/xemacs-21.4.6-r4.ebuild,v 1.3 2002/07/25 20:43:10 kabau Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.6-r4.ebuild,v 1.4 2002/08/02 05:05:01 seemant Exp $
# this is just TEMPORARY until we can get to the core of the problem
SANDBOX_DISABLED="1"
@@ -10,8 +10,8 @@ DESCRIPTION="The ultimate emacs, IMO. This is a non-FSF but still free for use
EFS=1.27
BASE=1.58
SRC_URI="http://ftp.us.xemacs.org/ftp/pub/xemacs/xemacs-21.4/${P}.tar.gz
- http://ftp.us.xemacs.org/ftp/pub/xemacs/packages/efs-${EFS}-pkg.tar.gz
- http://ftp.us.xemacs.org/ftp/pub/xemacs/packages/xemacs-base-${BASE}-pkg.tar.gz"
+ http://ftp.us.xemacs.org/ftp/pub/xemacs/packages/efs-${EFS}-pkg.tar.gz
+ http://ftp.us.xemacs.org/ftp/pub/xemacs/packages/xemacs-base-${BASE}-pkg.tar.gz"
HOMEPAGE="http://www.xemacs.org"
DEPEND="sys-libs/ncurses
@@ -41,7 +41,7 @@ src_unpack() {
src_compile() {
local myopts
local soundopts
-
+
if [ "`use X`" ]
then
myopts="--with-x \
@@ -58,11 +58,11 @@ local soundopts
else
myopts="--without-x"
fi
-
+
use gpm \
&& myopts="${myopts} --with-gpm" \
|| myopts="${myopts} --without-gpm"
-
+
soundopts="native"
use nas \
&& soundopts="$soundopts,nas"
@@ -93,13 +93,13 @@ src_install() {
mandir="${D}/usr/share/man/man1" \
infodir="${D}/usr/share/info" \
install || die
-
+
# Install the two packages
dodir /usr/lib/xemacs/xemacs-packages/
cd "${D}/usr/lib/xemacs/xemacs-packages/"
unpack "efs-${EFS}-pkg.tar.gz"
unpack "xemacs-base-${BASE}-pkg.tar.gz"
-
+
#remove extraneous files
cd "${D}/usr/share/info"
rm -f dir info.info texinfo* termcap*
diff --git a/app-editors/xemacs/xemacs-21.4.8-r2.ebuild b/app-editors/xemacs/xemacs-21.4.8-r2.ebuild
index aca12a23ffb4..298650dbb2b8 100644
--- a/app-editors/xemacs/xemacs-21.4.8-r2.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.8-r2.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/xemacs/xemacs-21.4.8-r2.ebuild,v 1.2 2002/07/25 20:43:10 kabau Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8-r2.ebuild,v 1.3 2002/08/02 05:05:01 seemant Exp $
# this is just TEMPORARY until we can get to the core of the problem
SANDBOX_DISABLED="1"
@@ -101,7 +101,7 @@ src_compile() {
myconf="${myconf} --without-postgresql"
use mule && myconf="${myconf} --with-mule" ||
myconf="${myconf} --without-mule"
-
+
local soundconf="native"
use nas && soundconf="${soundconf},nas"
@@ -127,7 +127,7 @@ src_install() {
mandir="${D}/usr/share/man/man1" \
infodir="${D}/usr/share/info" \
install gzip-el || die
-
+
# install base packages
dodir /usr/lib/xemacs/xemacs-packages/
cd ${D}/usr/lib/xemacs/xemacs-packages/
@@ -140,7 +140,7 @@ src_install() {
cd ${D}/usr/lib/xemacs/mule-packages/
unpack mule-base-${MULE}-pkg.tar.gz
fi
-
+
# remove extraneous files
cd ${D}/usr/share/info
rm -f dir info.info texinfo* termcap*
diff --git a/app-editors/xemacs/xemacs-21.4.8-r3.ebuild b/app-editors/xemacs/xemacs-21.4.8-r3.ebuild
index d8f4dc625a77..1b12fa2bb220 100644
--- a/app-editors/xemacs/xemacs-21.4.8-r3.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.8-r3.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/xemacs/xemacs-21.4.8-r3.ebuild,v 1.1 2002/07/29 05:20:23 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.8-r3.ebuild,v 1.2 2002/08/02 05:05:01 seemant Exp $
# this is just TEMPORARY until we can get to the core of the problem
SANDBOX_DISABLED="1"
@@ -101,7 +101,7 @@ src_compile() {
myconf="${myconf} --without-postgresql"
use mule && myconf="${myconf} --with-mule" ||
myconf="${myconf} --without-mule"
-
+
local soundconf="native"
use nas && soundconf="${soundconf},nas"
@@ -127,7 +127,7 @@ src_install() {
mandir="${D}/usr/share/man/man1" \
infodir="${D}/usr/share/info" \
install gzip-el || die
-
+
# install base packages
dodir /usr/lib/xemacs/xemacs-packages/
cd ${D}/usr/lib/xemacs/xemacs-packages/
@@ -140,7 +140,7 @@ src_install() {
cd ${D}/usr/lib/xemacs/mule-packages/
unpack mule-base-${MULE}-pkg.tar.gz
fi
-
+
# remove extraneous files
cd ${D}/usr/share/info
rm -f dir info.info texinfo* termcap*