From b6af1e02efe594039707cd882517663d5370f375 Mon Sep 17 00:00:00 2001
From: Carlo Landmeter <clandmeter@gmail.com>
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/hexinject/APKBUILD | 42 ------------------------------------------
 1 file changed, 42 deletions(-)
 delete mode 100644 testing/hexinject/APKBUILD

(limited to 'testing/hexinject')

diff --git a/testing/hexinject/APKBUILD b/testing/hexinject/APKBUILD
deleted file mode 100644
index 8c653888f2..0000000000
--- a/testing/hexinject/APKBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=hexinject
-pkgver=1.5
-pkgrel=0
-pkgdesc="A very versatile packet injector and sniffer"
-url="http://hexinject.sourceforge.net/"
-arch="all"
-license="BSD"
-depends=""
-depends_dev=""
-makedepends="libpcap-dev"
-install=""
-subpackages=""
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$pkgname
-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"
-    for i in hexinject prettypacket hex2raw; do
-	    install -Dm755 $i "$pkgdir"/usr/bin/$i || return 1
-	done
-}
-
-md5sums="26fbb396bed9c64de653e35ae78b6956  hexinject-1.5.tar.gz"
-sha256sums="329f0686069988ac0dae4a00082b205ac9669bc8e202d4b112c600bcbc198ce9  hexinject-1.5.tar.gz"
-sha512sums="cd145b6f2ae9d739effca03959fb474df11d28ff015c0e5bd1e30c341f60085154795f3c8a601b7241623944b3868b6fc9a3e1530a3aa4e7aaa2b3794a5aa34a  hexinject-1.5.tar.gz"
-- 
cgit v1.2.3