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/moinmoin/APKBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 testing/moinmoin/APKBUILD (limited to 'testing/moinmoin/APKBUILD') diff --git a/testing/moinmoin/APKBUILD b/testing/moinmoin/APKBUILD deleted file mode 100644 index 3e303a5daa..0000000000 --- a/testing/moinmoin/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Francesco Colista -# Maintainer: Francesco Colista - -pkgname=moinmoin -pkgver=1.9.8 -pkgrel=0 -pkgdesc="Python Wiki" -url="http://moinmo.in/" -arch="noarch" -license="GPL" -depends="python py-jabberbot" -depends_dev="python-dev" -makedepends="$depends_dev" -subpackages="" -source="http://static.moinmo.in/files/moin-$pkgver.tar.gz" - -build() { - cd "$srcdir"/moin-$pkgver - python setup.py build -} - -package() { - - cd "$srcdir"/moin-$pkgver - python setup.py install --root="$pkgdir" -} - -md5sums="375a57b62565c789488c4d5b759c182c moin-1.9.8.tar.gz" -sha256sums="a74ba7fd8cf09b9e8415a4c45d7389ea910c09932da50359ea9796e3a30911a6 moin-1.9.8.tar.gz" -sha512sums="587e45c474357d318a423db16d9bc65b30c8dc6f7c6d8b1d3a7c59c6ac67387ad304c647ff0f2caa1f5233b6bb69f191f2f563f20094c5f30656575a67e1a932 moin-1.9.8.tar.gz" -- cgit v1.2.3