summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-08-31 19:07:37 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-08-31 19:07:37 +0000
commit52b046e4b54273bb3eed1db62d065218cdeb9c00 (patch)
tree11258270f0bdb5d4ed6755f2b7f4fd4525700d06 /x11-misc/wbar
parentVersion bump (diff)
downloadgentoo-2-52b046e4b54273bb3eed1db62d065218cdeb9c00.tar.gz
gentoo-2-52b046e4b54273bb3eed1db62d065218cdeb9c00.tar.bz2
gentoo-2-52b046e4b54273bb3eed1db62d065218cdeb9c00.zip
Fix bash-completion completions directory wrt #482358 by SN
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-misc/wbar')
-rw-r--r--x11-misc/wbar/ChangeLog5
-rw-r--r--x11-misc/wbar/wbar-2.3.4-r1.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/wbar/ChangeLog b/x11-misc/wbar/ChangeLog
index 3492505289cf..36505af7986c 100644
--- a/x11-misc/wbar/ChangeLog
+++ b/x11-misc/wbar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/wbar
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.31 2013/08/11 06:51:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.32 2013/08/31 19:07:37 ssuominen Exp $
+
+ 31 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> wbar-2.3.4-r1.ebuild:
+ Fix bash-completion completions directory wrt #482358 by "SN (Enlik)"
11 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> wbar-2.3.0.ebuild,
wbar-2.3.1.ebuild, wbar-2.3.3.ebuild, wbar-2.3.4-r1.ebuild:
diff --git a/x11-misc/wbar/wbar-2.3.4-r1.ebuild b/x11-misc/wbar/wbar-2.3.4-r1.ebuild
index 158f1d437901..2314c355dbcd 100644
--- a/x11-misc/wbar/wbar-2.3.4-r1.ebuild
+++ b/x11-misc/wbar/wbar-2.3.4-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.3.4-r1.ebuild,v 1.5 2013/08/11 06:51:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.3.4-r1.ebuild,v 1.6 2013/08/31 19:07:37 ssuominen Exp $
-EAPI=4
+EAPI=5
-inherit autotools eutils
+inherit autotools bash-completion-r1 eutils
DESCRIPTION="A fast, lightweight quick launch bar"
HOMEPAGE="http://code.google.com/p/wbar/"
@@ -32,8 +32,8 @@ src_prepare() {
"${FILESDIR}"/${P}-automake-1.13.patch
sed -i \
- -e '/bashcompletiondir/s#=.*$#= /usr/share/bash-completion#' \
- etc/Makefile.am || die "sed etc/Makefile.am failed!"
+ -e "/^bashcompletiondir/s:=.*$:=$(get_bashcompdir):" \
+ etc/Makefile.am || die #482358
eautoreconf
}