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

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed Jul 2 10:13:46 UTC 2014


    Date: Wednesday, July 2, 2014 @ 12:13:45
  Author: spupykin
Revision: 114624

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-02 10:13:33 UTC (rev 114623)
+++ PKGBUILD	2014-07-02 10:13:45 UTC (rev 114624)
@@ -1,19 +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=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"
-}

Copied: buildbot/repos/community-any/PKGBUILD (from rev 114623, buildbot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-02 10:13:45 UTC (rev 114624)
@@ -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.9
+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-migrate' 'python2-dateutil')
+source=(https://pypi.python.org/packages/source/b/buildbot/buildbot-$pkgver.tar.gz)
+md5sums=('b4c723d1e0324ea19511e622e420c6e7')
+
+package() {
+  cd "$srcdir"/buildbot-${pkgver/_/}
+  python2 setup.py install --root="$pkgdir"
+}




More information about the arch-commits mailing list