summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-10-24 23:06:13 +0000
committerMichał Górny <mgorny@gentoo.org>2014-10-24 23:06:13 +0000
commit4a5bf618bec53244d4206d36a5467fe571d50c21 (patch)
tree9dac37ae2fa7d1e91f576196d0fc5e853283fd0e /net-misc/netctl
parentapp-portage/elogv: 0.7.6.2 (bug #503904, #468442) (diff)
downloadgentoo-2-4a5bf618bec53244d4206d36a5467fe571d50c21.tar.gz
gentoo-2-4a5bf618bec53244d4206d36a5467fe571d50c21.tar.bz2
gentoo-2-4a5bf618bec53244d4206d36a5467fe571d50c21.zip
Add missing aliases for completions, bug #526310.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-misc/netctl')
-rw-r--r--net-misc/netctl/ChangeLog5
-rw-r--r--net-misc/netctl/netctl-1.9.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-misc/netctl/ChangeLog b/net-misc/netctl/ChangeLog
index 77fa5a339b51..24553bebd63a 100644
--- a/net-misc/netctl/ChangeLog
+++ b/net-misc/netctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/netctl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.23 2014/08/07 19:44:11 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/ChangeLog,v 1.24 2014/10/24 23:06:13 mgorny Exp $
+
+ 24 Oct 2014; Michał Górny <mgorny@gentoo.org> netctl-1.9.ebuild:
+ Add missing aliases for completions, bug #526310.
*netctl-1.9 (07 Aug 2014)
diff --git a/net-misc/netctl/netctl-1.9.ebuild b/net-misc/netctl/netctl-1.9.ebuild
index ec715d7a24c1..ff30fdb51919 100644
--- a/net-misc/netctl/netctl-1.9.ebuild
+++ b/net-misc/netctl/netctl-1.9.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/net-misc/netctl/netctl-1.9.ebuild,v 1.1 2014/08/07 19:44:11 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netctl/netctl-1.9.ebuild,v 1.2 2014/10/24 23:06:13 mgorny Exp $
EAPI=5
@@ -49,6 +49,7 @@ src_install() {
emake DESTDIR="${D%/}" SHELL=bash install
dodoc AUTHORS NEWS README
newbashcomp contrib/bash-completion netctl
+ bashcomp_alias netctl netctl-auto wifi-menu
insinto /usr/share/zsh/site-functions
newins contrib/zsh-completion _netctl
}