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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Oct 21 12:21:47 UTC 2013


    Date: Monday, October 21, 2013 @ 14:21:47
  Author: spupykin
Revision: 98923

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 12:21:36 UTC (rev 98922)
+++ PKGBUILD	2013-10-21 12:21:47 UTC (rev 98923)
@@ -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.7_p1
-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=('bf3fa19e954adfa407d93dd7840c8975')
-
-package() {
-  cd "$srcdir"/buildbot-${pkgver/_/}
-  python2 setup.py install --root="$pkgdir"
-}

Copied: buildbot/repos/community-any/PKGBUILD (from rev 98922, buildbot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-21 12:21:47 UTC (rev 98923)
@@ -0,0 +1,20 @@
+# $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"
+}




More information about the arch-commits mailing list