From b6af1e02efe594039707cd882517663d5370f375 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 25 Aug 2016 15:26:24 +0200 Subject: 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 --- testing/lua5.2-penlight/APKBUILD | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 testing/lua5.2-penlight/APKBUILD (limited to 'testing/lua5.2-penlight') 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 -_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" -- cgit v1.2.3