aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/empty
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
commit3ce3c4fd596debefbad77328a9b62a39eccf753c (patch)
tree8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/empty
parent62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff)
downloadaports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2
aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to periodically purge aports in unmaintained that haven't been touched in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/empty')
-rw-r--r--unmaintained/empty/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/unmaintained/empty/APKBUILD b/unmaintained/empty/APKBUILD
deleted file mode 100644
index 3d9467ce01..0000000000
--- a/unmaintained/empty/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=empty
-pkgver=0.6.19b
-pkgrel=0
-pkgdesc="run applications under pseudo-terminal (PTY) sessions"
-url="http://empty.sourceforge.net/"
-arch="all"
-license="BSD"
-depends=""
-makedepends=""
-install=""
-subpackages="$pkgname-doc"
-source="http://downloads.sourceforge.net/sourceforge/empty/empty-$pkgver.tgz"
-
-_builddir="$srcdir"/$pkgname-$pkgver
-prepare() {
- cd "$_builddir"
-}
-
-build() {
- cd "$_builddir"
- make || return 1
-}
-
-package() {
- cd "$_builddir"
- install -D empty "$pkgdir"/usr/bin/empty
- install -D empty.1 "$pkgdir"/usr/share/man/man1/empty.1
-}
-
-md5sums="a0729eb35dc607e463d86b681b8c1711 empty-0.6.19b.tgz"
-sha256sums="05b7cb361ef815774abda325c09c573f8c9039ccbb71eedc743439e4637c314a empty-0.6.19b.tgz"
-sha512sums="7afb2b5d08f2d3ebe0819eccef39b2e35fa532b6cbdcef49d2dbb4a5aa57fe55b1765461de9691d6eaa3188a9ecd98c291de738c13c9c2158c4f53d704b83670 empty-0.6.19b.tgz"