aboutsummaryrefslogtreecommitdiffstats
path: root/testing/swaks
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-25 15:26:24 +0200
commitb6af1e02efe594039707cd882517663d5370f375 (patch)
treeff9c2d55873e051e82972ba64c017352d3a75d34 /testing/swaks
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
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/swaks')
-rw-r--r--testing/swaks/APKBUILD44
1 files changed, 0 insertions, 44 deletions
diff --git a/testing/swaks/APKBUILD b/testing/swaks/APKBUILD
deleted file mode 100644
index 87f82c2914a..00000000000
--- a/testing/swaks/APKBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=swaks
-pkgver=20130209.0
-pkgrel=0
-pkgdesc="An SMTP transaction tester"
-url="http://www.jetmore.org/john/code/swaks"
-arch="noarch"
-license="GPL2+"
-depends="perl-authen-digestmd5 perl-digest-sha1 perl-net-dns
- perl-net-ssleay perl-time-hires"
-depends_dev=""
-makedepends="perl"
-install=""
-#subpackages="$pkgname-doc"
-source="http://www.jetmore.org/john/code/$pkgname/$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"
-# pod2man swaks > $pkgname.1
-}
-
-package() {
- cd "$_builddir"
- install -m755 -D "$_builddir"/$pkgname \
- "$pkgdir"/usr/bin/$pkgname || return 1
-# install -m644 -D "$_builddir"/$pkgname.1 \
-# "$pkgdir"/usr/share/man/man1/$pkgname.1 || return 1
-}
-
-md5sums="281af4f487ada31cda1408a19e8da5b4 swaks-20130209.0.tar.gz"
-sha256sums="0b0967256dca82776f610f1db862bc47644b236f325fa48cbdb2651babd41f7c swaks-20130209.0.tar.gz"
-sha512sums="bf3c639f2c227d8219d5bc98a3d3519886471168c16e38d036283eeb1bb786c80bb80a648637150b3eb1903ef0c0d01bc37fd7b4f55af66a20f7bef18067b118 swaks-20130209.0.tar.gz"