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/py-svn/APKBUILD | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 testing/py-svn/APKBUILD (limited to 'testing/py-svn') diff --git a/testing/py-svn/APKBUILD b/testing/py-svn/APKBUILD deleted file mode 100644 index 6950ea4c65..0000000000 --- a/testing/py-svn/APKBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# Contributor: Francesco Colista -# Maintainer: Francesco Colista -pkgname=py-svn -_pkgname=pysvn -pkgver=1.7.8 -pkgrel=0 -pkgdesc="Python SVN Extension and WorkBench GUI" -url="http://pysvn.tigris.org/" -arch="all" -license="APACHE" -depends="" -depends_dev="py-setuptools python-dev subversion-dev apr-util-dev openssl-dev" -makedepends="$depends_dev" -install="" -subpackages="" -source="http://pysvn.barrys-emacs.org/source_kits/$_pkgname-$pkgver.tar.gz" -_builddir="$srcdir"/$_pkgname-$pkgver/Source - -build() { - cd "$_builddir" - python setup.py configure - make || return 1 -} - -package() { - cd "$_builddir" - _pyver=$(python -V 2>&1|sed -e 's/.* 2\.\([0-9]\).*/\1/') - install -D -m644 pysvn/__init__.py $pkgdir/usr/lib/python2.${_pyver}/site-packages/pysvn/__init__.py - install -D -m755 pysvn/_pysvn_2_${_pyver}.so $pkgdir/usr/lib/python2.${_pyver}/site-packages/pysvn/_pysvn_2_${_pyver}.so -} - -md5sums="1e03badde472a6f1e7a11365c1ab9063 pysvn-1.7.8.tar.gz" -sha256sums="60936e30e73f8909034d8b51ee2aabbdd8dec04df480b6d271c12f45815367e2 pysvn-1.7.8.tar.gz" -sha512sums="f54bd05ec4d429b99ef1c27167989edd96df73d1fe970bb4fa7669523f6f15c35584bc9252a74bbc7cbdb5fd846bb370a10d625546a50c9be49eedcc85916167 pysvn-1.7.8.tar.gz" -- cgit v1.2.3