aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-05-31 18:59:38 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-05-31 18:59:38 +0000
commite5170f6abd66212fa32fbe64fb0d73ff9ea78b4a (patch)
tree4f4739a9b937d8b392b94fb4cdbd97443c130fd0
parent450d9af75bcc3d10f119ebcfea2a19df5bcb4ce6 (diff)
downloadaports-e5170f6abd66212fa32fbe64fb0d73ff9ea78b4a.tar.bz2
aports-e5170f6abd66212fa32fbe64fb0d73ff9ea78b4a.tar.xz
testing/lua-file_slurp: remove
upstream is removed
-rw-r--r--testing/lua-file_slurp/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/lua-file_slurp/APKBUILD b/testing/lua-file_slurp/APKBUILD
deleted file mode 100644
index 7a1afb2642..0000000000
--- a/testing/lua-file_slurp/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=lua-file_slurp
-pkgver=0.001001
-pkgrel=0
-pkgdesc="Lua module for easily read/write entire files from/to a string"
-url="https://gist.github.com/1325400/"
-arch="noarch"
-license="MIT"
-depends=""
-depends_dev=""
-makedepends="wget"
-install=""
-subpackages=
-source="https://raw.github.com/gist/1325400/c6a64d8ad9605bcfdaa79d4cdadeb86e4c1d77ee/file_slurp.lua"
-
-_luasharedir=/usr/share/lua/5.1
-build() {
- return 0
-}
-
-package() {
- install -D "$srcdir"/file_slurp.lua \
- "$pkgdir"$_luasharedir/file_slurp.lua
-}
-
-md5sums="2e9874a54acf600050c910c1bfa6841b file_slurp.lua"