From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: bash-completion-2.1-r2.ebuild ChangeLog
Date: Sat, 6 Sep 2014 07:45:11 +0000 (UTC) [thread overview]
Message-ID: <20140906074511.1553A4D77@oystercatcher.gentoo.org> (raw)
mgorny 14/09/06 07:45:11
Modified: bash-completion-2.1-r2.ebuild ChangeLog
Log:
Install helpers needed for completions as well, bug #520032.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 app-shells/bash-completion/bash-completion-2.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild?r1=1.1&r2=1.2
Index: bash-completion-2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bash-completion-2.1-r2.ebuild 6 Sep 2014 07:37:55 -0000 1.1
+++ bash-completion-2.1-r2.ebuild 6 Sep 2014 07:45:11 -0000 1.2
@@ -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-r2.ebuild,v 1.1 2014/09/06 07:37:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r2.ebuild,v 1.2 2014/09/06 07:45:11 mgorny Exp $
EAPI=5
inherit bash-completion-r1 prefix toolchain-funcs
@@ -32,7 +32,7 @@
-e "/Version/s@1.3@${PV}@" \
"${T}"/bash-completion.pc || die
- find completions -name 'Makefile*' -exec rm -f {} +
+ find -name 'Makefile*' -exec rm -f {} +
# Part of >=sys-apps/util-linux-2.23 wrt #468544
local file
@@ -72,6 +72,10 @@
out != "" { print > D"/usr/share/bash-completion/"out }' \
bash_completion || die "failed to split bash_completion"
+ # Note: private eclass stuff, don't use it anywhere else!
+ insinto "$(_bash-completion-r1_get_bashhelpersdir)"
+ doins "${S}"/helpers/*
+
dodoc AUTHORS CHANGES README
# This is backported from upstream 2.0 release. You can stop installing
1.265 app-shells/bash-completion/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.265&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?rev=1.265&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash-completion/ChangeLog?r1=1.264&r2=1.265
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog 6 Sep 2014 07:37:55 -0000 1.264
+++ ChangeLog 6 Sep 2014 07:45:11 -0000 1.265
@@ -1,6 +1,9 @@
# 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.264 2014/09/06 07:37:55 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.265 2014/09/06 07:45:11 mgorny Exp $
+
+ 06 Sep 2014; Michał Górny <mgorny@gentoo.org> bash-completion-2.1-r2.ebuild:
+ Install helpers needed for completions as well, bug #520032.
*bash-completion-2.1-r2 (06 Sep 2014)
next reply other threads:[~2014-09-06 7:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-06 7:45 Michal Gorny (mgorny) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-09-21 20:14 [gentoo-commits] gentoo-x86 commit in app-shells/bash-completion: bash-completion-2.1-r2.ebuild ChangeLog Markus Meier (maekke)
2014-10-10 20:14 Mikle Kolyada (zlogene)
2014-10-10 20:21 Mikle Kolyada (zlogene)
2015-03-15 10:55 Pacho Ramos (pacho)
2015-04-26 15:51 Mikle Kolyada (zlogene)
2015-04-26 20:00 Mikle Kolyada (zlogene)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140906074511.1553A4D77@oystercatcher.gentoo.org \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox