[arch-commits] Commit in pydb/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 7 02:30:08 UTC 2014


    Date: Monday, July 7, 2014 @ 04:30:08
  Author: fyan
Revision: 115231

archrelease: copy trunk to community-any

Added:
  pydb/repos/community-any/PKGBUILD
    (from rev 115230, pydb/trunk/PKGBUILD)
Deleted:
  pydb/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-07 02:29:46 UTC (rev 115230)
+++ PKGBUILD	2014-07-07 02:30:08 UTC (rev 115231)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Roman G. <chesercat at gmail.com>
-
-pkgname=pydb
-pkgver=1.26
-pkgrel=2
-pkgdesc="Pydb - Extended Python Debugger"
-arch=('any')
-url="http://bashdb.sourceforge.net/pydb/"
-license=('GPL')
-depends=('python2')
-source=(http://downloads.sourceforge.net/bashdb/${pkgname}-${pkgver}.tar.gz)
-md5sums=('a9ebe27995afef2c0f7b9d6f3a722a95')
-sha1sums=('2c9ce476645f172d8bcdc1cc35dc0609ecdb2fd7')
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr --with-python=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-  ln -sf /usr/lib/python2.7/site-packages/pydb/pydb.py "${pkgdir}/usr/bin/pydb"
-}

Copied: pydb/repos/community-any/PKGBUILD (from rev 115230, pydb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-07 02:30:08 UTC (rev 115231)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Roman G. <chesercat at gmail.com>
+
+pkgname=pydb
+pkgver=1.26
+pkgrel=3
+pkgdesc="Pydb - Extended Python Debugger"
+arch=('any')
+url="http://bashdb.sourceforge.net/pydb/"
+license=('GPL')
+depends=('python2')
+source=(http://downloads.sourceforge.net/bashdb/${pkgname}-${pkgver}.tar.gz)
+md5sums=('a9ebe27995afef2c0f7b9d6f3a722a95')
+sha1sums=('2c9ce476645f172d8bcdc1cc35dc0609ecdb2fd7')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-python=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+  ln -sf /usr/lib/python2.7/site-packages/pydb/pydb.py "${pkgdir}/usr/bin/pydb"
+}




More information about the arch-commits mailing list