diff options
author | 2003-01-01 06:56:00 +0000 | |
---|---|---|
committer | 2003-01-01 06:56:00 +0000 | |
commit | 3d4bfcb234eae4ddad8cd9e6b5b9e7d04024009b (patch) | |
tree | bbe07283e64ee689832a6e9c0b5edb1b832a70b2 /sys-apps | |
parent | added static support (diff) | |
download | gentoo-2-3d4bfcb234eae4ddad8cd9e6b5b9e7d04024009b.tar.gz gentoo-2-3d4bfcb234eae4ddad8cd9e6b5b9e7d04024009b.tar.bz2 gentoo-2-3d4bfcb234eae4ddad8cd9e6b5b9e7d04024009b.zip |
added IUSE
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/bash/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/bash/bash-2.05a-r3.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/bash/bash-2.05b-r3.ebuild | 6 |
3 files changed, 7 insertions, 13 deletions
diff --git a/sys-apps/bash/ChangeLog b/sys-apps/bash/ChangeLog index 07408ac000b8..b6fd81851b22 100644 --- a/sys-apps/bash/ChangeLog +++ b/sys-apps/bash/ChangeLog @@ -1,12 +1,9 @@ # ChangeLog for sys-apps/bash # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/ChangeLog,v 1.16 2003/01/01 06:51:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/ChangeLog,v 1.17 2003/01/01 06:56:00 vapier Exp $ *bash-2.05a-r3 (20 Dec 2002) - 01 Jan 2003; Mike Frysinger <vapier@gentoo.org> : - Added static support - 20 Dec 2002; Jan Seidel <tuxus@gentoo.org> bash-2.05a-r3.ebuild : Added mips to keywords @@ -25,9 +22,6 @@ *bash-2.05b-r3 (25 Sep 2002) - 01 Jan 2003; Mike Frysinger <vapier@gentoo.org> : - Added static support - 25 Sep 2002; Martin Schlemmer <azarah@gentoo.org> bash-2.05b-r3.ebuild : Added a few patches. diff --git a/sys-apps/bash/bash-2.05a-r3.ebuild b/sys-apps/bash/bash-2.05a-r3.ebuild index 8c19bad0db69..ca1aec9af9ac 100644 --- a/sys-apps/bash/bash-2.05a-r3.ebuild +++ b/sys-apps/bash/bash-2.05a-r3.ebuild @@ -1,6 +1,6 @@ # 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.05a-r3.ebuild,v 1.9 2003/01/01 06:51:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05a-r3.ebuild,v 1.10 2003/01/01 06:56:00 vapier Exp $ inherit flag-o-matic gnuconfig @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html" KEYWORDS="x86 ppc sparc alpha mips" SLOT="0" LICENSE="GPL-2" -IUSE="static" +IUSE="nls build" DEPEND=">=sys-libs/ncurses-5.2-r2" RDEPEND="virtual/glibc" @@ -39,7 +39,7 @@ src_compile() { # # Martin Schlemmer <azarah@gentoo.org> (1 Sep 2002) #[ "`use readline`" ] && myconf="--with-installed-readline" - export LDFLAGS="${LDFLAGS} -static" + #use static && export LDFLAGS="${LDFLAGS} -static" [ -z "`use nls`" ] && myconf="${myconf} --disable-nls" ./configure --prefix=/ \ diff --git a/sys-apps/bash/bash-2.05b-r3.ebuild b/sys-apps/bash/bash-2.05b-r3.ebuild index 4b6d0f4fa776..c9119e1bd588 100644 --- a/sys-apps/bash/bash-2.05b-r3.ebuild +++ b/sys-apps/bash/bash-2.05b-r3.ebuild @@ -1,6 +1,6 @@ # 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-r3.ebuild,v 1.11 2003/01/01 06:51:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/bash/bash-2.05b-r3.ebuild,v 1.12 2003/01/01 06:56:00 vapier Exp $ inherit eutils flag-o-matic @@ -16,7 +16,7 @@ HOMEPAGE="http://www.gnu.org/software/bash/bash.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc ~alpha" -IUSE="static" +IUSE="nls build" DEPEND=">=sys-libs/ncurses-5.2-r2 sys-devel/autoconf" @@ -44,7 +44,7 @@ src_compile() { # # Martin Schlemmer <azarah@gentoo.org> (1 Sep 2002) #use readline && myconf="--with-installed-readline" - use static && export LDFLAGS="${LDFLAGS} -static" + #use static && export LDFLAGS="${LDFLAGS} -static" use nls || myconf="${myconf} --disable-nls" econf \ |