summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-10-21 13:06:28 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-10-21 13:06:28 +0000
commitb3a315f089fd3677f99fa624c6f901d912375884 (patch)
treead26706eab9f89168cb6c68baa5e1bb33bf2e903 /app-shells
parentA testing version of dev-libs/boost-1.40. (diff)
downloadgentoo-2-b3a315f089fd3677f99fa624c6f901d912375884.tar.gz
gentoo-2-b3a315f089fd3677f99fa624c6f901d912375884.tar.bz2
gentoo-2-b3a315f089fd3677f99fa624c6f901d912375884.zip
revbump to fix bug 263105 - long standing issue since bash-4 was stabilized
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/ChangeLog9
-rw-r--r--app-shells/bash-completion/bash-completion-1.1-r3.ebuild (renamed from app-shells/bash-completion/bash-completion-1.1-r2.ebuild)4
2 files changed, 11 insertions, 2 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog
index a96d4dca5291..43321733b684 100644
--- a/app-shells/bash-completion/ChangeLog
+++ b/app-shells/bash-completion/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-shells/bash-completion
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.196 2009/10/16 03:01:09 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.197 2009/10/21 13:06:28 darkside Exp $
+
+*bash-completion-1.1-r3 (21 Oct 2009)
+
+ 21 Oct 2009; Jeremy Olexa <darkside@gentoo.org>
+ -bash-completion-1.1-r2.ebuild, +bash-completion-1.1-r3.ebuild:
+ revbump to fix bug 263105 - long standing issue since bash-4 was
+ stabilized
*bash-completion-1.1-r2 (16 Oct 2009)
diff --git a/app-shells/bash-completion/bash-completion-1.1-r2.ebuild b/app-shells/bash-completion/bash-completion-1.1-r3.ebuild
index 7d4e1731de2c..135acf8cda79 100644
--- a/app-shells/bash-completion/bash-completion-1.1-r2.ebuild
+++ b/app-shells/bash-completion/bash-completion-1.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.1-r2.ebuild,v 1.1 2009/10/16 03:01:09 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.1-r3.ebuild,v 1.1 2009/10/21 13:06:28 darkside Exp $
EAPI="2"
inherit prefix
@@ -23,6 +23,8 @@ PDEPEND="app-shells/gentoo-bashcomp"
src_prepare() {
cp "${FILESDIR}/bash-completion.sh" "${T}" || die
eprefixify "${T}/bash-completion.sh"
+ # On the roadmap to change in next release, "2.0"
+ sed -i -e 's/declare -r bash4/export bash4/' bash_completion || die
}
src_install() {