subversion-bashcompletion: dropped, unmaintained and svn is no longer in opt

This commit is contained in:
Tim Biermann 2021-01-27 23:01:01 +00:00
parent 22b3860218
commit 302ece6cf7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 22 deletions

View File

@ -1,4 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/bash-completion/
-rwxr-xr-x root/root usr/lib/bash-completion/subversion_complete

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UAaft3URr1AAhivwO+p3QB71ezyyldz3p5FzLaM4mkWKB4QQkPV+c/NCOUxdk+obrd07LdUAQTOKcGMb96d4wA=
SHA256 (Pkgfile) = f1097461dea95f3a267ae163722669ef57a5cee0bb10ff28bceefa60c15b40a6
SHA256 (.footprint) = 47ac2dd33256eeafa722819a42f46e60b53c1ea766c42a50cb75338e6c67cd03
SHA256 (bash_completion) = c40d88bca7cdf29f058f07351f630282dae9b4cde011adaca85595829c1136cf

View File

@ -1,13 +0,0 @@
# Description: programmable bash completion for subversion
# URL: http://subversion.apache.org
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Depends on: bash-completion subversion
name=subversion-bashcompletion
version=1.9.0
release=1
source=(http://svn.apache.org/repos/asf/subversion/tags/$version/tools/client-side/bash_completion)
build() {
install -D -m 755 bash_completion $PKG/usr/lib/bash-completion/subversion_complete
}