summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-09-15 19:27:22 +0000
committerDan Armak <danarmak@gentoo.org>2001-09-15 19:27:22 +0000
commitefb5c8b50ef6b6a03be7991e497fbfd519185f83 (patch)
treea35f4c8477812649f94bde393f5809fa10490029 /sys-apps/bash
parentsmall src_uri typo (diff)
downloadgentoo-2-efb5c8b50ef6b6a03be7991e497fbfd519185f83.tar.gz
gentoo-2-efb5c8b50ef6b6a03be7991e497fbfd519185f83.tar.bz2
gentoo-2-efb5c8b50ef6b6a03be7991e497fbfd519185f83.zip
removed tetex dep, was pullin in tetex and xfree into emerge system
Diffstat (limited to 'sys-apps/bash')
-rw-r--r--sys-apps/bash/bash-2.04-r4.ebuild26
1 files changed, 13 insertions, 13 deletions
diff --git a/sys-apps/bash/bash-2.04-r4.ebuild b/sys-apps/bash/bash-2.04-r4.ebuild
index 891f8d4d0353..299a5c3c9910 100644
--- a/sys-apps/bash/bash-2.04-r4.ebuild
+++ b/sys-apps/bash/bash-2.04-r4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.04-r4.ebuild,v 1.2 2001/08/04 18:22:45 pete Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.04-r4.ebuild,v 1.3 2001/09/15 19:27:22 danarmak Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -12,9 +12,9 @@ SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bash/${A}
HOMEPAGE="http://www.gnu.org/software/bash/bash.html"
DEPEND=">=sys-libs/ncurses-5.2-r2
- readline? ( >=sys-libs/readline-4.1-r2 )
- tex? ( app-text/tetex )
- "
+ readline? ( >=sys-libs/readline-4.1-r2 )"
+# tex? ( app-text/tetex )
+
RDEPEND="virtual/glibc"
src_compile() {
@@ -37,15 +37,15 @@ src_compile() {
try pmake
- if [ "`use tex`" ] && [ -z "`use build`" ] && [ -z "`use bootcd`" ]
- then
- cd support
- cp texi2html texi2html.orig
- sed -e "s:/usr/local/bin/perl:/usr/bin/perl:" \
- texi2html.orig > texi2html
- cd ../doc
- try make
- fi
+# if [ "`use tex`" ] && [ -z "`use build`" ] && [ -z "`use bootcd`" ]
+# then
+# cd support
+# cp texi2html texi2html.orig
+# sed -e "s:/usr/local/bin/perl:/usr/bin/perl:" \
+# texi2html.orig > texi2html
+# cd ../doc
+# try make
+# fi
}