[arch-commits] Commit in bash-completion/repos (testing-any testing-any/PKGBUILD)

2019-04-30 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 30, 2019 @ 09:17:18
  Author: bpiotrowski
Revision: 352302

archrelease: copy trunk to testing-any

Added:
  bash-completion/repos/testing-any/
  bash-completion/repos/testing-any/PKGBUILD
(from rev 352301, bash-completion/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: bash-completion/repos/testing-any/PKGBUILD (from rev 352301, 
bash-completion/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-04-30 09:17:18 UTC (rev 352302)
@@ -0,0 +1,31 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=bash-completion
+pkgver=2.9
+pkgrel=1
+pkgdesc='Programmable completion for the bash shell'
+arch=(any)
+url='https://github.com/scop/bash-completion'
+license=(GPL2)
+depends=(bash)
+options=(!emptydirs !makeflags)
+source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
+sha256sums=('d48fe378e731062f479c5f8802ffa9d3c40a275a19e6e0f6f6cc4b90fa12b2f5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell 
don't source it
+  rm "$pkgdir/etc/profile.d/bash_completion.sh"
+
+  # remove Slackware's makepkg completion
+  rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
+}


[arch-commits] Commit in bash-completion/repos (testing-any testing-any/PKGBUILD)

2018-03-18 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, March 18, 2018 @ 10:22:19
  Author: bpiotrowski
Revision: 319571

archrelease: copy trunk to testing-any

Added:
  bash-completion/repos/testing-any/
  bash-completion/repos/testing-any/PKGBUILD
(from rev 319570, bash-completion/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: bash-completion/repos/testing-any/PKGBUILD (from rev 319570, 
bash-completion/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-03-18 10:22:19 UTC (rev 319571)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=bash-completion
+pkgver=2.8
+pkgrel=1
+pkgdesc='Programmable completion for the bash shell'
+arch=(any)
+url='https://github.com/scop/bash-completion'
+license=(GPL2)
+depends=(bash)
+options=(!emptydirs !makeflags)
+source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
+sha1sums=('102d618c60fa001165153b58751d07f230aec7e8'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell 
don't source it
+  rm "$pkgdir/etc/profile.d/bash_completion.sh"
+
+  # remove Slackware's makepkg completion
+  rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
+
+  # remove completions which overlap with util-linux
+  rm "$pkgdir/usr/share/bash-completion/completions"/{u,}mount
+}


[arch-commits] Commit in bash-completion/repos (testing-any testing-any/PKGBUILD)

2017-10-19 Thread Dave Reisner
Date: Thursday, October 19, 2017 @ 15:01:50
  Author: dreisner
Revision: 308261

archrelease: copy trunk to testing-any

Added:
  bash-completion/repos/testing-any/
  bash-completion/repos/testing-any/PKGBUILD
(from rev 308260, bash-completion/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: bash-completion/repos/testing-any/PKGBUILD (from rev 308260, 
bash-completion/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-10-19 15:01:50 UTC (rev 308261)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=bash-completion
+pkgver=2.7
+pkgrel=2
+pkgdesc='Programmable completion for the bash shell'
+arch=('any')
+url='https://github.com/scop/bash-completion'
+license=(GPL2)
+depends=(bash)
+options=(!emptydirs !makeflags)
+source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('2260342127086cfedd4801f796fdaaa051411a14')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell 
don't source it
+  rm "$pkgdir/etc/profile.d/bash_completion.sh"
+
+  # remove Slackware's makepkg completion
+  rm "$pkgdir/usr/share/bash-completion/completions/makepkg"
+
+  # remove completions which overlap with util-linux
+  rm "$pkgdir/usr/share/bash-completion/completions"/{{u,}mount,rfkill}
+}


[arch-commits] Commit in bash-completion/repos (testing-any testing-any/PKGBUILD)

2016-09-02 Thread Antonio Rojas
Date: Friday, September 2, 2016 @ 21:54:53
  Author: arojas
Revision: 275701

archrelease: copy trunk to testing-any

Added:
  bash-completion/repos/testing-any/
  bash-completion/repos/testing-any/PKGBUILD
(from rev 275700, bash-completion/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: bash-completion/repos/testing-any/PKGBUILD (from rev 275700, 
bash-completion/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-09-02 21:54:53 UTC (rev 275701)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=bash-completion
+pkgver=2.4
+pkgrel=1
+pkgdesc="Programmable completion for the bash shell"
+arch=('any')
+url="https://github.com/scop/bash-completion;
+license=('GPL2')
+depends=('bash')
+options=('!emptydirs' '!makeflags')
+source=("https://github.com/scop/bash-completion/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('c02fb9c0f669d178f678c291ea17ddadfd011250')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
+  rm "${pkgdir}/etc/profile.d/bash_completion.sh"
+
+# remove Slackware's makepkg completion
+  rm "${pkgdir}/usr/share/bash-completion/completions/makepkg"
+
+# remove completions which overlap with util-linux
+  rm "${pkgdir}/usr/share/bash-completion/completions"/{u,}mount
+}


[arch-commits] Commit in bash-completion/repos (testing-any testing-any/PKGBUILD)

2013-04-25 Thread Eric Bélanger
Date: Friday, April 26, 2013 @ 02:19:29
  Author: eric
Revision: 183646

archrelease: copy trunk to testing-any

Added:
  bash-completion/repos/testing-any/
  bash-completion/repos/testing-any/PKGBUILD
(from rev 183645, bash-completion/trunk/PKGBUILD)

--+
 PKGBUILD |   50 ++
 1 file changed, 50 insertions(+)

Copied: bash-completion/repos/testing-any/PKGBUILD (from rev 183645, 
bash-completion/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-26 00:19:29 UTC (rev 183646)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=bash-completion
+pkgver=2.1
+pkgrel=2
+pkgdesc=Programmable completion for the bash shell
+arch=('any')
+url=http://bash-completion.alioth.debian.org/;
+license=('GPL')
+depends=('bash')
+options=('!emptydirs' '!makeflags')
+source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4e2a9f11a4042a38ee79ddcd048e8b9e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
+  rm ${pkgdir}/etc/profile.d/bash_completion.sh
+
+# remove Slackware's makepkg completion
+  rm ${pkgdir}/usr/share/bash-completion/completions/makepkg
+
+# provided by networkmanager
+  rm ${pkgdir}/usr/share/bash-completion/completions/nmcli
+
+# provided by util-linux
+  rm ${pkgdir}/usr/share/bash-completion/completions/cal
+  rm ${pkgdir}/usr/share/bash-completion/completions/chsh
+  rm ${pkgdir}/usr/share/bash-completion/completions/dmesg
+  rm ${pkgdir}/usr/share/bash-completion/completions/eject
+  rm ${pkgdir}/usr/share/bash-completion/completions/hd
+  rm ${pkgdir}/usr/share/bash-completion/completions/hexdump
+  rm ${pkgdir}/usr/share/bash-completion/completions/hwclock
+  rm ${pkgdir}/usr/share/bash-completion/completions/ionice
+  rm ${pkgdir}/usr/share/bash-completion/completions/look
+  rm ${pkgdir}/usr/share/bash-completion/completions/ncal
+  rm ${pkgdir}/usr/share/bash-completion/completions/newgrp
+  rm ${pkgdir}/usr/share/bash-completion/completions/renice
+  rm ${pkgdir}/usr/share/bash-completion/completions/rtcwake
+  rm ${pkgdir}/usr/share/bash-completion/completions/su
+}



[arch-commits] Commit in bash-completion/repos (testing-any testing-any/PKGBUILD)

2012-11-22 Thread Dave Reisner
Date: Thursday, November 22, 2012 @ 12:00:16
  Author: dreisner
Revision: 171899

archrelease: copy trunk to testing-any

Added:
  bash-completion/repos/testing-any/
  bash-completion/repos/testing-any/PKGBUILD
(from rev 171898, bash-completion/trunk/PKGBUILD)

--+
 PKGBUILD |   38 ++
 1 file changed, 38 insertions(+)

Copied: bash-completion/repos/testing-any/PKGBUILD (from rev 171898, 
bash-completion/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-11-22 17:00:16 UTC (rev 171899)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=bash-completion
+pkgver=2.0
+pkgrel=3
+pkgdesc=Programmable completion for the bash shell
+arch=('any')
+url=http://bash-completion.alioth.debian.org/;
+license=('GPL')
+depends=('bash')
+options=('!emptydirs' '!makeflags')
+source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('0d903f398be8c8f24bc5ffa6f86127f8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # XXX: this should be removed once /lib is a symlink to usr/lib
+  sed -i '/lib\/modules/ s,/lib/modules,/usr,' bash_completion
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
+  rm ${pkgdir}/etc/profile.d/bash_completion.sh
+
+# remove Slackware's makepkg completion
+  rm ${pkgdir}/usr/share/bash-completion/completions/makepkg
+
+  # now provided by systemd
+  rm ${pkgdir}/usr/share/bash-completion/completions/udevadm
+}



[arch-commits] Commit in bash-completion/repos (testing-any testing-any/PKGBUILD)

2012-07-03 Thread Dave Reisner
Date: Tuesday, July 3, 2012 @ 20:50:10
  Author: dreisner
Revision: 162936

archrelease: copy trunk to testing-any

Added:
  bash-completion/repos/testing-any/
  bash-completion/repos/testing-any/PKGBUILD
(from rev 162935, bash-completion/trunk/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: bash-completion/repos/testing-any/PKGBUILD (from rev 162935, 
bash-completion/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-04 00:50:10 UTC (rev 162936)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=bash-completion
+pkgver=2.0
+pkgrel=2
+pkgdesc=Programmable completion for the bash shell
+arch=('any')
+url=http://bash-completion.alioth.debian.org/;
+license=('GPL')
+depends=('bash')
+options=('!emptydirs' '!makeflags')
+source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('0d903f398be8c8f24bc5ffa6f86127f8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # XXX: this should be removed once /lib is a symlink to usr/lib
+  sed -i '/lib\/modules/ s,/lib/modules,/usr,' bash_completion
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
+  rm ${pkgdir}/etc/profile.d/bash_completion.sh
+
+# remove Slackware's makepkg completion
+  rm ${pkgdir}/usr/share/bash-completion/completions/makepkg
+}



[arch-commits] Commit in bash-completion/repos (testing-any testing-any/PKGBUILD)

2012-03-17 Thread Eric Bélanger
Date: Sunday, March 18, 2012 @ 01:39:45
  Author: eric
Revision: 153693

archrelease: copy trunk to testing-any

Added:
  bash-completion/repos/testing-any/
  bash-completion/repos/testing-any/PKGBUILD
(from rev 153692, bash-completion/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: bash-completion/repos/testing-any/PKGBUILD (from rev 153692, 
bash-completion/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-03-18 05:39:45 UTC (rev 153693)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=bash-completion
+pkgver=1.99
+pkgrel=1
+pkgdesc=Programmable completion for the bash shell
+arch=('any')
+url=http://bash-completion.alioth.debian.org/;
+license=('GPL')
+depends=('bash')
+options=('!emptydirs')
+source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('3cf478b7f1065f424d3d6ec35f80e4f2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
+  rm ${pkgdir}/etc/profile.d/bash_completion.sh
+}