aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sent
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/sent
parenta71346b7acebc600960a98c84fb32cfd72fe864b (diff)
downloadaports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2
aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz
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/sent')
-rw-r--r--testing/sent/APKBUILD29
1 files changed, 0 insertions, 29 deletions
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 <soeren+alpine@soeren-tempel.net>
-# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
-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"