aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/etherdump
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
commit3ce3c4fd596debefbad77328a9b62a39eccf753c (patch)
tree8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/etherdump
parent62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff)
downloadaports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2
aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to periodically purge aports in unmaintained that haven't been touched in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/etherdump')
-rw-r--r--unmaintained/etherdump/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/unmaintained/etherdump/APKBUILD b/unmaintained/etherdump/APKBUILD
deleted file mode 100644
index b0543a611a..0000000000
--- a/unmaintained/etherdump/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=etherdump
-pkgver=2.11
-pkgrel=1
-pkgdesc="An extremely small packet sniffer"
-url="http://freshmeat.net/projects/etherdump/"
-arch="all"
-license="GPL2+"
-depends=""
-depends_dev=""
-makedepends=""
-install=""
-subpackages=""
-source="http://psydev.syw4e.info/new/$pkgname/$pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-build() {
- cd "$_builddir"
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- install -Dm755 "$pkgname" "$pkgdir"/usr/bin/$pkgname || return 1
-}
-
-md5sums="74013efee212baa8860eda10187aed78 etherdump-2.11.tar.gz"
-sha256sums="b4b345441da5582caf69202c9723dab6061c538c25734cbad3622498fb11e93a etherdump-2.11.tar.gz"
-sha512sums="a3a1f10ddc2ff81af9501699ffd4eaba2b171c45d6c839870eb3efdda178d3ae07a399922308f3a8b327e530dcd49dd995db522b072e23dd352e7579e4848db7 etherdump-2.11.tar.gz"