diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/dnsenum | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
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
Diffstat (limited to 'testing/dnsenum')
-rw-r--r-- | testing/dnsenum/APKBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/dnsenum/APKBUILD b/testing/dnsenum/APKBUILD deleted file mode 100644 index 1f4699bef9..0000000000 --- a/testing/dnsenum/APKBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=dnsenum -pkgver=1.2.4.2 -pkgrel=0 -pkgdesc="A tool to enumerate DNS info about domains" -url="https://github.com/fwaeytens/dnsenum" -arch="noarch" -license="GPL2+" -depends="perl-net-ip perl-net-dns perl-net-netmask perl-xml-writer" -depends_dev="" -makedepends="" -install="" -subpackages="" -source="$pkgname-$pkgver.tar.gz::https://github.com/fwaeytens/dnsenum/archive/$pkgver.tar.gz" - -_builddir="$srcdir"/$pkgname-$pkgver -build() { - return 0 -} - -package() { - cd "$_builddir" - install -Dm755 $pkgname.pl "$pkgdir"/usr/bin/$pkgname || return 1 -} - -md5sums="03d5961337ef5f4a47aca6d35f345caa dnsenum-1.2.4.2.tar.gz" -sha256sums="e8a18035a6e00b81430edb4a969ef5043ef39984f3a6b0629b83c8fecf9bf007 dnsenum-1.2.4.2.tar.gz" -sha512sums="c4ff6c6b6d6be0f60a3c784c259a51d51b6e0b72d1528efb8ed5ad038fd859d5884d13adb272b066f7b381a49b68ec6b507a9a94c2ca5061829051ff3adbc93b dnsenum-1.2.4.2.tar.gz" |