diff options
author | 2014-10-13 08:28:56 +0000 | |
---|---|---|
committer | 2014-10-13 08:28:56 +0000 | |
commit | 0502358738e7ad6db2a0be5d90a63efb2a5e3548 (patch) | |
tree | 2b7d9092de9b0afe2bf2a36d7f788248b4081172 /sys-apps/pmount | |
parent | rm more old (diff) | |
download | gentoo-2-0502358738e7ad6db2a0be5d90a63efb2a5e3548.tar.gz gentoo-2-0502358738e7ad6db2a0be5d90a63efb2a5e3548.tar.bz2 gentoo-2-0502358738e7ad6db2a0be5d90a63efb2a5e3548.zip |
Remove use of deprecated "have" and alias pumount for new bash-completion, bug #521158.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps/pmount')
-rw-r--r-- | sys-apps/pmount/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/pmount/files/pmount.bash-completion | 6 | ||||
-rw-r--r-- | sys-apps/pmount/pmount-0.9.99_alpha-r5.ebuild (renamed from sys-apps/pmount/pmount-0.9.99_alpha-r4.ebuild) | 3 |
3 files changed, 12 insertions, 6 deletions
diff --git a/sys-apps/pmount/ChangeLog b/sys-apps/pmount/ChangeLog index dc1b2f11f7ac..f33186f0a93d 100644 --- a/sys-apps/pmount/ChangeLog +++ b/sys-apps/pmount/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/pmount # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.111 2014/04/18 18:19:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/ChangeLog,v 1.112 2014/10/13 08:28:56 mgorny Exp $ + +*pmount-0.9.99_alpha-r5 (13 Oct 2014) + + 13 Oct 2014; Michał Górny <mgorny@gentoo.org> +pmount-0.9.99_alpha-r5.ebuild, + -pmount-0.9.99_alpha-r4.ebuild, files/pmount.bash-completion: + Remove use of deprecated "have" and alias pumount for new bash-completion, bug + #521158. *pmount-0.9.99_alpha-r4 (18 Apr 2014) diff --git a/sys-apps/pmount/files/pmount.bash-completion b/sys-apps/pmount/files/pmount.bash-completion index 728e9b2ce442..31b63020910c 100644 --- a/sys-apps/pmount/files/pmount.bash-completion +++ b/sys-apps/pmount/files/pmount.bash-completion @@ -19,7 +19,6 @@ # Output: # COMPREPLY array variable contains possible completions -have pmount && _pmount() { local cur prev options devices fslist @@ -67,7 +66,6 @@ _pmount() { } -have pumount && _pumount() { local cur prev options devices mdir @@ -91,6 +89,6 @@ _pumount() { return 0 } -[ "$have" ] && complete -F _pmount $filenames pmount -[ "$have" ] && complete -F _pumount $filenames pumount +complete -F _pmount $filenames pmount +complete -F _pumount $filenames pumount diff --git a/sys-apps/pmount/pmount-0.9.99_alpha-r4.ebuild b/sys-apps/pmount/pmount-0.9.99_alpha-r5.ebuild index f644e8c383ed..a2be05d87cde 100644 --- a/sys-apps/pmount/pmount-0.9.99_alpha-r4.ebuild +++ b/sys-apps/pmount/pmount-0.9.99_alpha-r5.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/sys-apps/pmount/pmount-0.9.99_alpha-r4.ebuild,v 1.1 2014/04/18 18:19:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmount/pmount-0.9.99_alpha-r5.ebuild,v 1.1 2014/10/13 08:28:56 mgorny Exp $ EAPI=5 inherit eutils user bash-completion-r1 @@ -71,6 +71,7 @@ src_install () { keepdir /media #501772 newbashcomp "${FILESDIR}/${PN}.bash-completion" "${PN}" + bashcomp_alias pmount pumount } pkg_postinst() { |