From ce9ac90832ea1240ba862ee36158a23da15040cd Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Thu, 13 Dec 2001 20:28:19 +0000 Subject: Uncommented lines that were accidentally left commented. --- app-editors/xemacs/xemacs-21.4.5.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'app-editors/xemacs') diff --git a/app-editors/xemacs/xemacs-21.4.5.ebuild b/app-editors/xemacs/xemacs-21.4.5.ebuild index 0e86551f2e5b..902a7cf21272 100644 --- a/app-editors/xemacs/xemacs-21.4.5.ebuild +++ b/app-editors/xemacs/xemacs-21.4.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Geert Bevin -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.5.ebuild,v 1.1 2001/12/13 13:21:50 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.5.ebuild,v 1.2 2001/12/13 20:28:19 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="The ultimate emacs, IMO. This is a non-FSF but still free for use version of the biggest text editor ever created." @@ -80,15 +80,15 @@ src_install() { 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 + 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* -# cd ${S} -# dodoc BUGS CHANGES-beta COPYING GETTING* INSTALL ISSUES PROBLEMS README* + cd ${D}/usr/share/info + rm -f dir info.info texinfo* termcap* + cd ${S} + dodoc BUGS CHANGES-beta COPYING GETTING* INSTALL ISSUES PROBLEMS README* } -- cgit v1.2.3-65-gdbad