diff options
author | 2002-08-02 05:06:04 +0000 | |
---|---|---|
committer | 2002-08-02 05:06:04 +0000 | |
commit | 5b5725ea784811a26edd3fd24500eb18a927d420 (patch) | |
tree | cbba4960c13c4f1d38c097fb9d5d592a4d4a06fe /app-editors/xemacs-gamma | |
parent | modernised (diff) | |
download | gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.gz gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.tar.bz2 gentoo-2-5b5725ea784811a26edd3fd24500eb18a927d420.zip |
modernised
Diffstat (limited to 'app-editors/xemacs-gamma')
-rw-r--r-- | app-editors/xemacs-gamma/xemacs-gamma-21.4.6.ebuild | 8 | ||||
-rw-r--r-- | app-editors/xemacs-gamma/xemacs-gamma-21.4.8.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-editors/xemacs-gamma/xemacs-gamma-21.4.6.ebuild b/app-editors/xemacs-gamma/xemacs-gamma-21.4.6.ebuild index 0a354b16bf0b..56ba701c2ac8 100644 --- a/app-editors/xemacs-gamma/xemacs-gamma-21.4.6.ebuild +++ b/app-editors/xemacs-gamma/xemacs-gamma-21.4.6.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-gamma/xemacs-gamma-21.4.6.ebuild,v 1.5 2002/08/01 12:51:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gamma/xemacs-gamma-21.4.6.ebuild,v 1.6 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" @@ -108,7 +108,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" @@ -134,7 +134,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/ @@ -147,7 +147,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-gamma/xemacs-gamma-21.4.8.ebuild b/app-editors/xemacs-gamma/xemacs-gamma-21.4.8.ebuild index bf0559a765aa..59a2fbc627a8 100644 --- a/app-editors/xemacs-gamma/xemacs-gamma-21.4.8.ebuild +++ b/app-editors/xemacs-gamma/xemacs-gamma-21.4.8.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-gamma/xemacs-gamma-21.4.8.ebuild,v 1.5 2002/08/01 12:51:21 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gamma/xemacs-gamma-21.4.8.ebuild,v 1.6 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" @@ -107,7 +107,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" @@ -133,7 +133,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/ @@ -146,7 +146,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* |