summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-09-06 07:37:55 +0000
committerMichał Górny <mgorny@gentoo.org>2014-09-06 07:37:55 +0000
commitc202f3eb336637af415d2aa7826318d2f9acd869 (patch)
treeb58edfea79bc37ae64ec48f052ec6c0360740735 /app-shells
parentadd py3.2 to support reverse deps (diff)
downloadgentoo-2-c202f3eb336637af415d2aa7826318d2f9acd869.tar.gz
gentoo-2-c202f3eb336637af415d2aa7826318d2f9acd869.tar.bz2
gentoo-2-c202f3eb336637af415d2aa7826318d2f9acd869.zip
Set correct version in pkg-config file, bug #486306.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/ChangeLog8
-rw-r--r--app-shells/bash-completion/bash-completion-2.1-r2.ebuild (renamed from app-shells/bash-completion/bash-completion-2.1-r1.ebuild)3
2 files changed, 9 insertions, 2 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog
index 791336fc70f6..d56fd356a864 100644
--- a/app-shells/bash-completion/ChangeLog
+++ b/app-shells/bash-completion/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-shells/bash-completion
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.263 2014/08/27 17:31:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.264 2014/09/06 07:37:55 mgorny Exp $
+
+*bash-completion-2.1-r2 (06 Sep 2014)
+
+ 06 Sep 2014; Michał Górny <mgorny@gentoo.org> +bash-completion-2.1-r2.ebuild,
+ -bash-completion-2.1-r1.ebuild:
+ Set correct version in pkg-config file, bug #486306.
*bash-completion-2.1-r90 (27 Aug 2014)
diff --git a/app-shells/bash-completion/bash-completion-2.1-r1.ebuild b/app-shells/bash-completion/bash-completion-2.1-r2.ebuild
index 0f4830c12e03..5791f3cf5c79 100644
--- a/app-shells/bash-completion/bash-completion-2.1-r1.ebuild
+++ b/app-shells/bash-completion/bash-completion-2.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r1.ebuild,v 1.9 2014/08/27 08:13:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild,v 1.1 2014/09/06 07:37:55 mgorny Exp $
EAPI=5
inherit bash-completion-r1 prefix toolchain-funcs
@@ -29,6 +29,7 @@ src_prepare() {
sed -i \
-e "/completionsdir/s@=.*\$@=$(get_bashcompdir)@" \
-e "/helpersdir/s@=.*\$@=$(get_bashhelpersdir)@" \
+ -e "/Version/s@1.3@${PV}@" \
"${T}"/bash-completion.pc || die
find completions -name 'Makefile*' -exec rm -f {} +