From b6af1e02efe594039707cd882517663d5370f375 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 25 Aug 2016 15:26:24 +0200 Subject: testing/[multiple]: move unmaintained packages This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community --- testing/masscan/APKBUILD | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 testing/masscan/APKBUILD (limited to 'testing/masscan/APKBUILD') diff --git a/testing/masscan/APKBUILD b/testing/masscan/APKBUILD deleted file mode 100644 index a21c2aa108..0000000000 --- a/testing/masscan/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Fabian Affolter -# Maintainer: Fabian Affolter -pkgname=masscan -pkgver=1.0.1 -pkgrel=0 -pkgdesc="A TCP port scanner" -url="https://github.com/robertdavidgraham/masscan" -arch="all" -license="BSD" -depends="" -depends_dev="" -makedepends="libpcap-dev " -install="" -subpackages="" -source="$pkgname-$pkgver.tar.gz::https://github.com/robertdavidgraham/masscan/archive/$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" - make || return 1 -} - -package() { - cd "$_builddir" - install -m755 -D "$_builddir"/bin/$pkgname \ - "$pkgdir"/usr/bin/$pkgname || return 1 -} - -md5sums="f22c77fdaef4e2018d3b25532c1b1e6e masscan-1.0.1.tar.gz" -sha256sums="821c3bae851b50b9d47b3bef6c4b18b7d46c14c3f3bb5b4710dda19fff8bef86 masscan-1.0.1.tar.gz" -sha512sums="5991c4d4994bd4e7d4f4d7c6e6b1dcdb5c39e9a1b4f6d46ff3eff78d376e2658f199493c7e33fe660a5f405402a817a525d7a6dd7c810d47496d9accec52b3a7 masscan-1.0.1.tar.gz" -- cgit v1.2.3