summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-05-30 02:36:42 +0000
committerNed Ludd <solar@gentoo.org>2005-05-30 02:36:42 +0000
commit9cc8cf716ccc1861c7b29ce9a57d8ca286b6ae9f (patch)
treeec742e691da6339bd060cc3ee0fd3f0fa38c4eee /app-shells
parentechangelog - update package to use libc expanded variable elibc_uclibc vs ucl... (diff)
downloadgentoo-2-9cc8cf716ccc1861c7b29ce9a57d8ca286b6ae9f.tar.gz
gentoo-2-9cc8cf716ccc1861c7b29ce9a57d8ca286b6ae9f.tar.bz2
gentoo-2-9cc8cf716ccc1861c7b29ce9a57d8ca286b6ae9f.zip
echangelog - update package to use libc expanded variable elibc_uclibc vs uclibc so USE=-* works
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash/ChangeLog7
-rw-r--r--app-shells/bash/bash-2.05b-r11.ebuild6
-rw-r--r--app-shells/bash/bash-3.0-r7.ebuild6
-rw-r--r--app-shells/bash/bash-3.0-r8.ebuild6
4 files changed, 15 insertions, 10 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog
index 95c8d8ce700f..9afe8e7a9a10 100644
--- a/app-shells/bash/ChangeLog
+++ b/app-shells/bash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/bash
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.64 2005/05/04 05:28:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.65 2005/05/30 02:32:07 solar Exp $
+
+ 29 May 2005; <solar@gentoo.org> bash-2.05b-r11.ebuild, bash-3.0-r7.ebuild,
+ bash-3.0-r8.ebuild:
+ echangelog - update package to use libc expanded variable elibc_uclibc vs
+ uclibc so USE=-* works
04 May 2005; Mike Frysinger <vapier@gentoo.org>
+files/bash-3.0-bash-logger.patch, bash-3.0-r11.ebuild:
diff --git a/app-shells/bash/bash-2.05b-r11.ebuild b/app-shells/bash/bash-2.05b-r11.ebuild
index a123c90ffdff..76822557fe27 100644
--- a/app-shells/bash/bash-2.05b-r11.ebuild
+++ b/app-shells/bash/bash-2.05b-r11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r11.ebuild,v 1.6 2005/05/14 18:55:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r11.ebuild,v 1.7 2005/05/30 02:32:07 solar Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/bash/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="nls build uclibc"
+IUSE="nls build"
# we link statically with ncurses
DEPEND=">=sys-libs/ncurses-5.2-r2"
@@ -111,7 +111,7 @@ src_install() {
dosym bash /bin/sh
dosym bash /bin/rbash
- use uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug*
+ use elibc_uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug*
insinto /etc/bash
doins ${FILESDIR}/bashrc
diff --git a/app-shells/bash/bash-3.0-r7.ebuild b/app-shells/bash/bash-3.0-r7.ebuild
index 62539a818090..8c13850ee046 100644
--- a/app-shells/bash/bash-3.0-r7.ebuild
+++ b/app-shells/bash/bash-3.0-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r7.ebuild,v 1.5 2005/05/14 18:55:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r7.ebuild,v 1.6 2005/05/30 02:32:07 solar Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -24,7 +24,7 @@ SRC_URI="mirror://gnu/bash/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="nls build uclibc"
+IUSE="nls build"
# we link statically with ncurses
DEPEND=">=sys-libs/ncurses-5.2-r2"
@@ -120,7 +120,7 @@ src_install() {
dosym bash /bin/sh
dosym bash /bin/rbash
- use uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug*
+ use elibc_uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug*
insinto /etc/bash
doins ${FILESDIR}/bashrc
diff --git a/app-shells/bash/bash-3.0-r8.ebuild b/app-shells/bash/bash-3.0-r8.ebuild
index 5c5f42ec72b2..1c37019e75b5 100644
--- a/app-shells/bash/bash-3.0-r8.ebuild
+++ b/app-shells/bash/bash-3.0-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r8.ebuild,v 1.2 2005/05/14 18:55:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r8.ebuild,v 1.3 2005/05/30 02:32:07 solar Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -24,7 +24,7 @@ SRC_URI="mirror://gnu/bash/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="nls build uclibc"
+IUSE="nls build"
# we link statically with ncurses
DEPEND=">=sys-libs/ncurses-5.2-r2"
@@ -117,7 +117,7 @@ src_install() {
dosym bash /bin/sh
dosym bash /bin/rbash
- use uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug*
+ use elibc_uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug*
insinto /etc/bash
doins ${FILESDIR}/bashrc