Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 507836

Summary: sys-apps/pmount - add bash-completion support
Product: Gentoo Linux Reporter: Andrew Petelin <adrianopol>
Component: [OLD] Core systemAssignee: Michał Górny <mgorny>
Status: RESOLVED FIXED    
Severity: normal CC: licenses
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Add completion script.

Description Andrew Petelin 2014-04-16 16:26:25 UTC
There is lack of a bash-completion script for sys-apps/pmount. It would be nice to add one.

See http://anonscm.debian.org/gitweb/?p=pmount/pmount-debian.git;a=blob_plain;f=debian/completion/pmount;hb=HEAD.
Comment 1 Andrew Petelin 2014-04-18 15:03:20 UTC
Created attachment 375204 [details, diff]
Add completion script.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-04-18 16:43:28 UTC
Are you maybe aware what the license considerations of this bash-completion file are? I don't see a license spec in that file, and I don't know if Debian has some kind of implicit license over files they supply.
Comment 3 Ulrich Müller gentoo-dev 2014-04-18 16:56:54 UTC
Copyright and license of Debian packages is always in the debian/copyright file:
http://anonscm.debian.org/gitweb/?p=pmount/pmount-debian.git;a=blob;f=debian/copyright

So, it's GPL-2. (Still, it would be cleaner if the bash-completion script itself carried a license notice.)
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-04-18 18:19:59 UTC
+*pmount-0.9.99_alpha-r4 (18 Apr 2014)
+
+  18 Apr 2014; Michał Górny <mgorny@gentoo.org> +files/pmount.bash-completion,
+  +pmount-0.9.99_alpha-r4.ebuild:
+  Add a bash-completion file, bug #507836. Thanks to Andrew Petelin for the
+  patch.
Comment 5 Andrew Petelin 2014-04-18 20:37:43 UTC
Thank you!