summaryrefslogtreecommitdiffstats
path: root/abs/extra/dbus-python
diff options
context:
space:
mode:
authorMichael Hanson <mihanson@linhes.org>2011-11-03 02:16:13 (GMT)
committerMichael Hanson <mihanson@linhes.org>2011-11-03 02:16:13 (GMT)
commit6f99aad5b47be847c36748f78ac2fba4118ad037 (patch)
tree5e522d62da533cb22e9f11a5efd886f2b90cb7dc /abs/extra/dbus-python
parentdf8efdb159577f4c9def37065f2629ae70c1cb1a (diff)
parentd6ea193b243d8836b7c05ee111e73321072e6d60 (diff)
downloadlinhes_pkgbuild-6f99aad5b47be847c36748f78ac2fba4118ad037.zip
linhes_pkgbuild-6f99aad5b47be847c36748f78ac2fba4118ad037.tar.gz
linhes_pkgbuild-6f99aad5b47be847c36748f78ac2fba4118ad037.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/dbus-python')
-rw-r--r--abs/extra/dbus-python/PKGBUILD22
-rw-r--r--abs/extra/dbus-python/__changelog1
2 files changed, 0 insertions, 23 deletions
diff --git a/abs/extra/dbus-python/PKGBUILD b/abs/extra/dbus-python/PKGBUILD
deleted file mode 100644
index b128c48..0000000
--- a/abs/extra/dbus-python/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 87863 2010-08-18 14:30:02Z ibiru $
-# Contributor: Jan de Groot <jgc@archlinux.org>
-
-pkgname=dbus-python
-pkgver=0.83.1
-pkgrel=2
-pkgdesc="Python bindings for DBUS"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-url="http://www.freedesktop.org/wiki/Software/DBusBindings"
-depends=('dbus-glib>=0.82' 'python2>=2.6')
-makedepends=('pkg-config' 'docutils')
-options=('!libtool')
-source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5fdf3970aa0c00020289de7ba8f3be18')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
- make DESTDIR="${pkgdir}" install
-}
diff --git a/abs/extra/dbus-python/__changelog b/abs/extra/dbus-python/__changelog
deleted file mode 100644
index ac7685d..0000000
--- a/abs/extra/dbus-python/__changelog
+++ /dev/null
@@ -1 +0,0 @@
-2/5/11 - chw - Change python dep from 2.7 to 2.6.