diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:05:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:05:01 +0000 |
commit | ac16a67367c9b39566cad2df234d34cfc55a32aa (patch) | |
tree | 5e0a86efe1056d2c2322c688f9dddf44ca6d0b5b /app-editors/xemacs-gtk | |
parent | modernised (diff) | |
download | historical-ac16a67367c9b39566cad2df234d34cfc55a32aa.tar.gz historical-ac16a67367c9b39566cad2df234d34cfc55a32aa.tar.bz2 historical-ac16a67367c9b39566cad2df234d34cfc55a32aa.zip |
modernised
Diffstat (limited to 'app-editors/xemacs-gtk')
-rw-r--r-- | app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r2.ebuild | 10 | ||||
-rw-r--r-- | app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r2.ebuild b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r2.ebuild index 27162f7e237e..8ad344875323 100644 --- a/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r2.ebuild +++ b/app-editors/xemacs-gtk/xemacs-gtk-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-gtk/xemacs-gtk-21.4.8-r2.ebuild,v 1.3 2002/07/25 20:48:29 kabau Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r2.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" @@ -48,7 +48,7 @@ RDEPEND="virtual/glibc DEPEND="${RDEPEND} >=sys-libs/ncurses-5.2" - + PROVIDE="virtual/xemacs" SLOT="0" @@ -98,7 +98,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" @@ -124,7 +124,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/ @@ -137,7 +137,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-gtk/xemacs-gtk-21.4.8-r3.ebuild b/app-editors/xemacs-gtk/xemacs-gtk-21.4.8-r3.ebuild index 7769b9d2e949..d757345d46fc 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,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-gtk/xemacs-gtk-21.4.8-r3.ebuild,v 1.1 2002/07/29 05:21:40 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs-gtk/xemacs-gtk-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" @@ -48,7 +48,7 @@ RDEPEND="virtual/glibc DEPEND="${RDEPEND} >=sys-libs/ncurses-5.2" - + PROVIDE="virtual/xemacs" SLOT="0" @@ -98,7 +98,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" @@ -124,7 +124,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/ @@ -137,7 +137,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* |