From 8bf3cb8a6f8312ce80e8dcc9c4a98ca6c5901feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mas=C5=82owski?= Date: Fri, 10 Oct 2014 13:48:13 +0200 Subject: Remove pcr/zsh-yaourt. It's only useful with yaourt which promotes AUR containing nonfree software. Reported by GNUtoo. --- pcr/zsh-yaourt/PKGBUILD | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 pcr/zsh-yaourt/PKGBUILD diff --git a/pcr/zsh-yaourt/PKGBUILD b/pcr/zsh-yaourt/PKGBUILD deleted file mode 100644 index 8768f3021..000000000 --- a/pcr/zsh-yaourt/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# Contributor (Arch): Jakub Ruzicka -# Contributor (Arch): Javier `Phrodo_00' Aravena -# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres - -pkgname=zsh-yaourt -pkgver=20110403 -_laststablerev=497acb78fe6b -pkgrel=3 -pkgdesc="ZSH functions to tab-complete repo package names for yaourt" -url="http://bitbucket.org/Phrodo_00/zsh-yaourt" -depends=(zsh) -source=("https://bitbucket.org/Phrodo_00/${pkgname}/get/${_laststablerev}.tar.gz") -arch=('i686' 'x86_64' 'mips64el') -license=('GPL') -md5sums=('ac80ec05fa12e53fc8c58e5178609a6b') - -package() { - cd ${srcdir}/Phrodo_00-${pkgname}-${_laststablerev} - install -d -m755 ${pkgdir}/usr/share/zsh/site-functions/ - install -m644 _yaourt $startdir/pkg/usr/share/zsh/site-functions/_yaourt -} -- cgit v1.2.3-2-g168b