diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-16 09:27:08 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-16 09:27:08 +0000 |
commit | c83dbe44989ba6e658cd4481703b1ae9c5f51447 (patch) | |
tree | dc8b37a59f2a08de11c128aceb831f7cddf4c93d /sys-apps | |
parent | added use of cflags. bug #8976 (diff) | |
download | historical-c83dbe44989ba6e658cd4481703b1ae9c5f51447.tar.gz historical-c83dbe44989ba6e658cd4481703b1ae9c5f51447.tar.bz2 historical-c83dbe44989ba6e658cd4481703b1ae9c5f51447.zip |
cleanup
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/bash/bash-2.05b-r2.ebuild | 66 | ||||
-rw-r--r-- | sys-apps/bash/files/digest-bash-2.05b-r2 | 2 |
2 files changed, 0 insertions, 68 deletions
diff --git a/sys-apps/bash/bash-2.05b-r2.ebuild b/sys-apps/bash/bash-2.05b-r2.ebuild deleted file mode 100644 index d2843e8879b4..000000000000 --- a/sys-apps/bash/bash-2.05b-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05b-r2.ebuild,v 1.3 2002/10/04 06:22:57 vapier Exp $ - -inherit flag-o-matic - -S=${WORKDIR}/${P} -DESCRIPTION="The standard GNU Bourne again shell" -SRC_URI="ftp://ftp.gnu.org/gnu/bash/${P}.tar.gz - mirror://gentoo/${P}-gentoo.diff.bz2" -HOMEPAGE="http://www.gnu.org/software/bash/bash.html" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc sparc sparc64" - -DEPEND=">=sys-libs/ncurses-5.2-r2 - sys-devel/autoconf" - -src_unpack() { - unpack ${A} - - patch -p0 < ${P}-gentoo.diff || die -} - -src_compile() { - - filter-flags -malign-double - - local myconf="" - - # Always use the buildin readline, else if we update readline - # bash gets borked as readline is usually not binary compadible - # between minor versions. - # - # Martin Schlemmer <azarah@gentoo.org> (1 Sep 2002) - #use readline && myconf="--with-installed-readline" - - use nls || myconf="${myconf} --disable-nls" - - econf \ - --disable-profiling \ - --with-curses \ - --without-gnu-malloc \ - ${myconf} || die - - make || die -} - -src_install() { - - einstall || die - - dodir /bin - mv ${D}/usr/bin/bash ${D}/bin - dosym bash /bin/sh - - use build \ - && rm -rf ${D}/usr \ - || ( \ - doman doc/*.1 doc/*.3 - dodoc README NEWS AUTHORS CHANGES COMPAT COPYING Y2K - dodoc doc/FAQ doc/INTRO - ) -} - diff --git a/sys-apps/bash/files/digest-bash-2.05b-r2 b/sys-apps/bash/files/digest-bash-2.05b-r2 deleted file mode 100644 index db1bee2b82a8..000000000000 --- a/sys-apps/bash/files/digest-bash-2.05b-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 5238251b4926d778dfe162f6ce729733 bash-2.05b.tar.gz 1956216 -MD5 acac0949285525a5920d80f2aa4668de bash-2.05b-gentoo.diff.bz2 2744 |