From 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 3 May 2012 06:19:04 +0000 Subject: testing/*: removed We dont ship testing things in a stable release --- testing/py-libacl/APKBUILD | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 testing/py-libacl/APKBUILD (limited to 'testing/py-libacl') diff --git a/testing/py-libacl/APKBUILD b/testing/py-libacl/APKBUILD deleted file mode 100644 index 975524ea8f..0000000000 --- a/testing/py-libacl/APKBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Contributor: Fabian Affolter -# Maintainer: Fabian Affolter -pkgname=py-libacl -_pkgname=pylibacl -pkgver=0.5.0 -pkgrel=0 -pkgdesc="A python module for manipulating ACLs" -url="http://pylibacl.sourceforge.net/" -arch="all" -license="LGPL2+" -depends="" -depends_dev="" -makedepends="python-dev acl-dev py-setuptools" -install="" -subpackages="" -source="http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz" -_builddir="$srcdir"/$_pkgname-$pkgver - -build() { - cd "$_builddir" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --root="$pkgdir" || return 1 -} - -md5sums="b9d34da90e6da0813115071b3a1ab204 pylibacl-0.5.0.tar.gz" -- cgit v1.2.3