diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:27:20 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 12:27:20 +0000 |
commit | 5996c92b0819125d4621ce7833666754f0a6ca41 (patch) | |
tree | b183cd1dd7f13afd424c0d2422dc1e5b14e65a26 /community/ospd-ssh-keyscan | |
parent | a34c8b0451aa65cdb285a3d9c7e313cc07367535 (diff) | |
download | aports-5996c92b0819125d4621ce7833666754f0a6ca41.tar.bz2 aports-5996c92b0819125d4621ce7833666754f0a6ca41.tar.xz |
Revert "community/ospd-ssh-keyscan: moved from testing"
This reverts commit cfe8e3728b559d031d04f60f13d4c5c8c42274d4.
Diffstat (limited to 'community/ospd-ssh-keyscan')
-rw-r--r-- | community/ospd-ssh-keyscan/APKBUILD | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/community/ospd-ssh-keyscan/APKBUILD b/community/ospd-ssh-keyscan/APKBUILD deleted file mode 100644 index 1a62e52be4..0000000000 --- a/community/ospd-ssh-keyscan/APKBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Contributor: Francesco Colista <fcolista@alpinelinux.org> -# Maintainer: Francesco Colista <fcolista@alpinelinux.org> -pkgname=ospd-ssh-keyscan -pkgver=1.0b1 -pkgrel=0 -_pkgid=2213 -pkgdesc="OSP server implementation to allow OpenVAS to scan ssh keys" -url="http://openvas.org/" -arch="noarch" -license="GPLV2+" -depends="python ospd" -depends_dev="" -makedepends="$depends_dev py-setuptools py-paramiko" -install="" -subpackages="" -source="http://wald.intevation.org/frs/download.php/$_pkgid/$pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$pkgname-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - - -md5sums="e78c2f1c4c5fe316f98637535db8cbdf ospd-ssh-keyscan-1.0b1.tar.gz" -sha256sums="27a73979722e5ec09579cbf8a37228fc0c2a452597e21547244104d29a98950c ospd-ssh-keyscan-1.0b1.tar.gz" -sha512sums="510a084ff93e2c6283ef21ea4c439077b15c9ada92f48cd0876fca87d430a4479b5700b536d68322cbcde7a1cc5109993706fae4d29e9ee61a7cb927450e5262 ospd-ssh-keyscan-1.0b1.tar.gz" |