diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/lua5.2-penlight | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-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/lua5.2-penlight')
-rw-r--r-- | testing/lua5.2-penlight/APKBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/lua5.2-penlight/APKBUILD b/testing/lua5.2-penlight/APKBUILD deleted file mode 100644 index f4bd333a8b..0000000000 --- a/testing/lua5.2-penlight/APKBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -_luaver=5.2 -pkgname=lua${_luaver}-penlight -pkgver=1.3.0 -pkgrel=0 -pkgdesc="Lua libraries for extended operations on tables, lists and strings" -url="https://github.com/stevedonovan/Penlight" -arch="noarch" -license="GPL" -depends="lua${_luaver}-filesystem" -makedepends="wget" -install= -subpackages="$pkgname-doc" -source="penlight-$pkgver.tar.gz::https://github.com/stevedonovan/Penlight/archive/$pkgver.tar.gz" - -_builddir="$srcdir"/Penlight-$pkgver - -build() { - return 0 -} - -package() { - cd "$_builddir" - mkdir -p "$pkgdir"/usr/share/lua/$_luaver/ \ - "$pkgdir"/usr/share/doc/$pkgname - cp -r lua/pl "$pkgdir"/usr/share/lua/$_luaver/ || return 1 - cp -r doc/* "$pkgdir"/usr/share/doc/$pkgname/ || return 1 - cp -r examples "$pkgdir"/usr/share/doc/$pkgname/ || return 1 -} - -md5sums="7add43a98a940fb066b873c1298c4489 penlight-1.3.0.tar.gz" -sha256sums="5f0be532df2c72926280f22eb61a2f62557f7d29b576c82fd573f2d35a8f1114 penlight-1.3.0.tar.gz" -sha512sums="d38764f25219646e0772ed2df50bb8c31bf2067b7676d841848735a5c9fd81d169b0972c4db46ad3ceb53849fa25ec2bae0c5e053c03533fb383afdd1e9d44f9 penlight-1.3.0.tar.gz" |