From 315ddd26b78d81b1c2f0c1d2a85da338b00fdb25 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 11 May 2016 16:43:52 +0000 Subject: unmaintained/: Purge packages unmaintained since v3.0 Removes packages that have been in aports/unmaintained since the 3.0-stable branch. Alpine Linux v3.0 was released on 2014-06-04 and EOL on 2016-05-01, so these packages have not been touched since at least 23 months. The files can still be recovered from the 3.3-stable branch. --- unmaintained/py-apache-libcloud/APKBUILD | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 unmaintained/py-apache-libcloud/APKBUILD (limited to 'unmaintained/py-apache-libcloud') diff --git a/unmaintained/py-apache-libcloud/APKBUILD b/unmaintained/py-apache-libcloud/APKBUILD deleted file mode 100644 index 954a196c18..0000000000 --- a/unmaintained/py-apache-libcloud/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Francesco Colista -# Maintainer: -pkgname=py-apache-libcloud -_pkgname=apache-libcloud -pkgver=0.13.0 -pkgrel=0 -pkgdesc="A Python library that abstracts away differences among multiple cloud provider APIs" -url="https://libcloud.apache.org" -arch="noarch" -license="ASL 2.0" -depends="" -depends_dev="" -makedepends="python-dev py-setuptools" -install="" -subpackages="" -source="http://www.apache.org/dist/libcloud/$_pkgname-$pkgver.tar.bz2" - -_builddir="$srcdir"/$_pkgname-$pkgver -build() { - cd "$_builddir" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="b493c24fecc4e9ad86322d021cb3fbfd apache-libcloud-0.13.0.tar.bz2" -sha256sums="e26ee90d81ed996112bfe744a0d3f33a07bcf98dd41ec01f129e1682de1ddac5 apache-libcloud-0.13.0.tar.bz2" -sha512sums="b82176cfb54cb6a83e2096e92ef2bbc2e094df36fdd7d107b43ce46382629537b1fdab4fca6f8f451df8566052553bfaa1301e0256a19f12dae2c709f84429a4 apache-libcloud-0.13.0.tar.bz2" -- cgit v1.2.3