diff options
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 26 | ||||
-rw-r--r-- | dist/archlinux/stable/auto-auto-complete.install | 20 | ||||
-rw-r--r-- | doc/man/auto-auto-complete.1 | 4 | ||||
-rwxr-xr-x | src/auto-auto-complete.py | 2 |
5 files changed, 4 insertions, 50 deletions
@@ -1,6 +1,6 @@ auto-auto-complete – Autogenerate shell auto-completion scripts -Copyright © 2012, 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2012, 2013, 2014, 2015 Mattias Andrée (m@maandree.se) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD deleted file mode 100644 index 3fea843..0000000 --- a/dist/archlinux/stable/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> - -pkgname=auto-auto-complete -pkgver=7.2 -pkgrel=1 -pkgdesc='Autogenerate shell auto-completion scripts' -arch=('any') -url='https://github.com/maandree/auto-auto-complete' -license=('GPL3') -depends=('python3') -makedepends=('make' 'sed' 'coreutils' 'python3' 'texinfo') -install=auto-auto-complete.install -source=(https://github.com/maandree/auto-auto-complete/archive/$pkgver.tar.gz) -sha256sums=(5e54025c6ef65dfff5ba976d23eb778a0936b0678763ebcd78359d460300301e) - - -build() { - cd "auto-auto-complete-${pkgver}" - make -} - -package() { - cd "auto-auto-complete-${pkgver}" - make DESTDIR="$pkgdir" install -} - diff --git a/dist/archlinux/stable/auto-auto-complete.install b/dist/archlinux/stable/auto-auto-complete.install deleted file mode 100644 index 6744da8..0000000 --- a/dist/archlinux/stable/auto-auto-complete.install +++ /dev/null @@ -1,20 +0,0 @@ -_file="auto-auto-complete" - -infodir="usr/share/info" -file="${_file}.info" - - -post_install() { - [[ -x "usr/bin/install-info" ]] || return 0 - install-info -- "${infodir}/${file}" "${infodir}/dir" 2> /dev/null -} - -post_upgrade() { - post_install "$1" -} - -pre_remove() { - [[ -x "usr/bin/install-info" ]] || return 0 - install-info --delete -- "${infodir}/${file}" "${infodir}/dir" 2> /dev/null -} - diff --git a/doc/man/auto-auto-complete.1 b/doc/man/auto-auto-complete.1 index 692b5b0..1369be4 100644 --- a/doc/man/auto-auto-complete.1 +++ b/doc/man/auto-auto-complete.1 @@ -66,5 +66,5 @@ This is free software: you are free to change and redistribute it. .br There is NO WARRANTY, to the extent permitted by law. .SH BUGS -Please report bugs to https://github.com/maandree/auto-auto-complete/issues or to -maandree@member.fsf.org +Please report bugs to https://codeberg.org/maandree/auto-auto-complete/issues or to +m@maandree.se diff --git a/src/auto-auto-complete.py b/src/auto-auto-complete.py index f883b36..33d0521 100755 --- a/src/auto-auto-complete.py +++ b/src/auto-auto-complete.py @@ -3,7 +3,7 @@ ''' auto-auto-complete – Autogenerate shell auto-completion scripts -Copyright © 2012, 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2012, 2013, 2014, 2015 Mattias Andrée (m@maandree.se) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |