aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-xmlrpc/APKBUILD
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/lua-xmlrpc/APKBUILD
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/lua-xmlrpc/APKBUILD')
-rw-r--r--testing/lua-xmlrpc/APKBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/lua-xmlrpc/APKBUILD b/testing/lua-xmlrpc/APKBUILD
deleted file mode 100644
index e7e981e86c..0000000000
--- a/testing/lua-xmlrpc/APKBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-_luaver=5.1
-pkgname=lua-xmlrpc
-_name=$pkgname
-pkgver=1.2.1
-pkgrel=0
-pkgdesc="Lua package to access and provide XML-RPC services"
-url="https://github.com/timn/lua-xmlrpc"
-arch="noarch"
-license="MIT"
-depends="lua-expat lua-socket"
-makedepends="lua-dev"
-install=
-source="lua-xmlrcp-$pkgver.tar.gz::https://github.com/timn/lua-xmlrpc/archive/v$pkgver.tar.gz"
-
-_builddir="$srcdir/$_name-$pkgver"
-
-prepare() {
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- return 0
-}
-
-package() {
- cd "$_builddir"
- make install LUA_DIR="$pkgdir"/usr/share/lua/$_luaver
-}
-
-md5sums="422b830ca5706bb109ed8a28b8e82a32 lua-xmlrcp-1.2.1.tar.gz"
-sha256sums="0047e353ed4357d33479e923ddd8be3ec29edb9264f79dd2fd1993557ae4ad71 lua-xmlrcp-1.2.1.tar.gz"
-sha512sums="27123ec0fe006ebe7dbb88ccdb2b2a028d592fcb97138ee2891e89e89c48563a06ec05ea543a6068eda1e71bbe7d82a1791fdf734ed08f3613d5d252fbb7d77f lua-xmlrcp-1.2.1.tar.gz"