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/sent/APKBUILD | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 testing/sent/APKBUILD (limited to 'testing/sent/APKBUILD') diff --git a/testing/sent/APKBUILD b/testing/sent/APKBUILD deleted file mode 100644 index 8cf5c44c16..0000000000 --- a/testing/sent/APKBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Contributor: Sören Tempel -# Maintainer: Sören Tempel -pkgname=sent -pkgver=0.2 -pkgrel=0 -pkgdesc="Simple plaintext presentation tool" -url="http://tools.suckless.org/sent/" -arch="all" -license="MIT" -depends="" -depends_dev="" -makedepends="libpng-dev libx11-dev libxft-dev" -install="" -subpackages="" -source="http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$pkgname-$pkgver -build() { - make -C "$_builddir" || return 1 -} - -package() { - make PREFIX="/usr" DESTDIR="$pkgdir" \ - -C "$_builddir" install || return 1 -} - -md5sums="b45cea13e23711cbf917d5ca45186dc1 sent-0.2.tar.gz" -sha256sums="53b961f9d92a277a6408df7025b4a6deae6b655a797383c93442290e45391076 sent-0.2.tar.gz" -sha512sums="22c1e1e1bb7dbdaacb75a71a34ab533ca17b632e505ff96a351a907b861009b748502f7ad2934397f40842bef11e3072e814952a6abb141d470d0bb2e34a1540 sent-0.2.tar.gz" -- cgit v1.2.3