From c0eaf7d6cfb67725e48ab8a25ebfc938c960a822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mas=C5=82owski?= Date: Sun, 18 Nov 2012 09:51:44 +0100 Subject: Remove unused ~mtjm packages. cups-usblp is not needed for my printer, starting with 1.6. A debootstrap that can be built using libretools is available in pcr. I don't use python2-openid nor zbar, while this might be still useful. I don't use python-urlreader nor python-getmediumurl, lack of fixes and active maintenance made them much less useful recently. If you need some of them, add them to pcr. --- ~mtjm/python2-openid/PKGBUILD | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 ~mtjm/python2-openid/PKGBUILD (limited to '~mtjm/python2-openid/PKGBUILD') diff --git a/~mtjm/python2-openid/PKGBUILD b/~mtjm/python2-openid/PKGBUILD deleted file mode 100755 index 31cdf3290..000000000 --- a/~mtjm/python2-openid/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# Based on https://aur.archlinux.org/packages.php?ID=12562 -# Contributor: Ryan Coyner -# Maintainer: Laszlo Papp -pkgname=python2-openid -pkgver=2.2.5 -pkgrel=1 -pkgdesc="OpenID library for Python" -arch=('any') -url="http://www.openidenabled.com/openid/libraries/python" -license=('Apache') -depends=('python2') -source=("http://pypi.python.org/packages/source/p/python-openid/python-openid-${pkgver}.tar.gz") -md5sums=('393f48b162ec29c3de9e2973548ea50d') - -build() { - cd "${srcdir}/python-openid-${pkgver}" - python2 setup.py build || return 1 - python2 setup.py install --root=$pkgdir || return 1 -} -- cgit v1.2.3-2-g168b