any version bumps

This commit is contained in:
groni
2017-01-25 13:52:17 +01:00
parent c3141e1d68
commit e410042308
8 changed files with 62 additions and 13 deletions
+4 -4
View File
@@ -21,7 +21,7 @@ def install():
# provided by util-linux , networkmanager , remove Slackware's makepkg completion
blacklist = ["cal", "chsh", "dmesg", "eject", "hd", "hexdump", "hwclock", "ionice", "look", "ncal", "nmcli", "newgrp", "makepkg", "renice", "rtcwake", "su"]
for comp in blacklist:
pisitools.remove("/usr/share/bash-completion/completions/%s" % comp)
pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "README")
#for comp in blacklist:
#pisitools.remove("/usr/share/bash-completion/completions/%s" % comp)
pisitools.dodoc("AUTHORS", "CHANGES", "COPYING", "README.md")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Programmable completion for bash</Summary>
<Description>A relatively new feature in bash is programmable completion. Since now, users have been able to complete commands, variables and filenames; now it is also possible to complete parameters.</Description>
<Archive sha1sum="b74bf7d83646e1412bb07dbb1de09db1c9715599" type="tarbz2">http://bash-completion.alioth.debian.org/files/bash-completion-2.1.tar.bz2</Archive>
<Archive sha1sum="c02fb9c0f669d178f678c291ea17ddadfd011250" type="tarxz">https://github.com/scop/bash-completion/releases/download/2.4/bash-completion-2.4.tar.xz</Archive>
<Patches>
<!-- <Patch>pisilinux.patch</Patch> -->
<!-- <Patch level="1">libreoffice_completion.patch</Patch> -->
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-01-25</Date>
<Version>2.4</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>2.1</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Small and fast POSIX-compliant shell</Summary>
<Description>DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible.</Description>
<Archive sha1sum="cd058935bba545427caa375337afe8a6309477d2" type="targz">http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.8.tar.gz</Archive>
<Archive sha1sum="b9e9fbf21d95b5317f6e876fe7086a8fe69b3806" type="targz">http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.9.tar.gz</Archive>
</Source>
<Package>
@@ -25,6 +25,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-01-25</Date>
<Version>0.5.9</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>0.5.8</Version>