diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-09-15 19:27:22 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-09-15 19:27:22 +0000 |
commit | 3d57776fb30e7c660d266ac1bd919db116f6a499 (patch) | |
tree | c5df8d36349eb386c13208a12c4785192190b544 /sys-apps/bash | |
parent | small src_uri typo (diff) | |
download | historical-3d57776fb30e7c660d266ac1bd919db116f6a499.tar.gz historical-3d57776fb30e7c660d266ac1bd919db116f6a499.tar.bz2 historical-3d57776fb30e7c660d266ac1bd919db116f6a499.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.ebuild | 26 |
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 } |