diff options
author | 2000-10-03 10:53:44 +0000 | |
---|---|---|
committer | 2000-10-03 10:53:44 +0000 | |
commit | 8441ee032a6e58aa93fed8ad44ab5af04d869ec7 (patch) | |
tree | a348db171b191b54357450a2c1d218ef8000687a /sys-apps/bash | |
parent | gtk xemacs update (diff) | |
download | gentoo-2-8441ee032a6e58aa93fed8ad44ab5af04d869ec7.tar.gz gentoo-2-8441ee032a6e58aa93fed8ad44ab5af04d869ec7.tar.bz2 gentoo-2-8441ee032a6e58aa93fed8ad44ab5af04d869ec7.zip |
*** empty log message ***
Diffstat (limited to 'sys-apps/bash')
-rw-r--r-- | sys-apps/bash/bash-2.03-r1.ebuild | 33 | ||||
-rw-r--r-- | sys-apps/bash/bash-2.04.ebuild | 8 |
2 files changed, 5 insertions, 36 deletions
diff --git a/sys-apps/bash/bash-2.03-r1.ebuild b/sys-apps/bash/bash-2.03-r1.ebuild deleted file mode 100644 index 75ec53d472fc..000000000000 --- a/sys-apps/bash/bash-2.03-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.03-r1.ebuild,v 1.4 2000/09/15 20:09:16 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://ftp.gnu.org/gnu/bash/"${A} -HOMEPAGE="http://www.gnu.org/software/bash/bash.html" - -src_compile() { - - cd ${S} - try ./configure --prefix=/ --disable-profiling --with-curses --host=${CHOST} - try make - -} - -src_install() { - - cd ${S} - cp doc/bashref.info doc/bash.info - into /usr - doinfo doc/bash.info - doman doc/*.1 - into / - dobin bash bashbug - dosym bash /bin/sh - dodoc README NEWS AUTHORS CHANGES COMPAT COPYING Y2K doc/FAQ doc/INTRO - -} - diff --git a/sys-apps/bash/bash-2.04.ebuild b/sys-apps/bash/bash-2.04.ebuild index 36ea4a1dc091..259c64f61f61 100644 --- a/sys-apps/bash/bash-2.04.ebuild +++ b/sys-apps/bash/bash-2.04.ebuild @@ -1,18 +1,20 @@ # 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.ebuild,v 1.3 2000/09/21 23:08:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.04.ebuild,v 1.4 2000/10/03 10:51:02 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://ftp.gnu.org/gnu/bash/"${A} +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/bash/${A} + ftp://ftp.gnu.org/gnu/bash/${A}" + HOMEPAGE="http://www.gnu.org/software/bash/bash.html" src_compile() { cd ${S} - try ./configure --prefix=/ --enable-static-link --disable-profiling --with-curses --host=${CHOST} + try ./configure --prefix=/ --disable-profiling --with-curses --host=${CHOST} try make } |