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

Balló György bgyorgy at nymeria.archlinux.org
Sat Jan 11 02:53:13 UTC 2014


    Date: Saturday, January 11, 2014 @ 03:53:12
  Author: bgyorgy
Revision: 103740

archrelease: copy trunk to community-any

Added:
  buildbot/repos/community-any/PKGBUILD
    (from rev 103739, buildbot/trunk/PKGBUILD)
Deleted:
  buildbot/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   39 +++++++++++++++++++--------------------
 1 file changed, 19 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-11 02:53:05 UTC (rev 103739)
+++ PKGBUILD	2014-01-11 02:53:12 UTC (rev 103740)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=buildbot
-pkgver=0.8.8
-pkgrel=1
-pkgdesc="A system to automate the compile/test cycle required by most software projects"
-arch=('any')
-url="http://buildbot.net"
-license=("GPL")
-depends=('twisted' 'python2-jinja' 'python2-simplejson' 'python2-pysqlite'
-	 'python2-migrate' 'python2-dateutil')
-source=(http://buildbot.googlecode.com/files/buildbot-${pkgver/_/}.tar.gz)
-md5sums=('472f512584bbb18cc677ca2ec3b3a905')
-
-package() {
-  cd "$srcdir"/buildbot-${pkgver/_/}
-  python2 setup.py install --root="$pkgdir"
-}

Copied: buildbot/repos/community-any/PKGBUILD (from rev 103739, buildbot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-11 02:53:12 UTC (rev 103740)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=buildbot
+pkgver=0.8.8
+pkgrel=2
+pkgdesc="A system to automate the compile/test cycle required by most software projects"
+arch=('any')
+url="http://buildbot.net"
+license=("GPL")
+depends=('twisted' 'python2-jinja' 'python2-migrate' 'python2-dateutil')
+source=(http://buildbot.googlecode.com/files/buildbot-${pkgver/_/}.tar.gz)
+md5sums=('472f512584bbb18cc677ca2ec3b3a905')
+
+package() {
+  cd "$srcdir"/buildbot-${pkgver/_/}
+  python2 setup.py install --root="$pkgdir"
+}




More information about the arch-commits mailing list