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

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


    Date: Monday, October 21, 2013 @ 14:22:00
  Author: spupykin
Revision: 98925

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 12:21:51 UTC (rev 98924)
+++ PKGBUILD	2013-10-21 12:22:00 UTC (rev 98925)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Pierre Bourdon <delroth at gmail.com>
-
-pkgname=buildbot-slave
-pkgver=0.8.7_p1
-pkgrel=1
-pkgdesc="A system to automate the compile/test cycle required by most software projects (slave part)"
-arch=('any')
-url="http://buildbot.net/"
-license=("GPL")
-depends=("twisted>=10.2.0" "python2")
-source=(http://buildbot.googlecode.com/files/buildbot-slave-${pkgver/_/}.tar.gz)
-md5sums=('b3618c51f2f183dd18113fa960514074')
-
-build() {
-    cd $srcdir/$pkgname-${pkgver/_/}
-    python2 setup.py install --root=$pkgdir
-}

Copied: buildbot-slave/repos/community-any/PKGBUILD (from rev 98924, buildbot-slave/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-21 12:22:00 UTC (rev 98925)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Pierre Bourdon <delroth at gmail.com>
+
+pkgname=buildbot-slave
+pkgver=0.8.8
+pkgrel=1
+pkgdesc="A system to automate the compile/test cycle required by most software projects (slave part)"
+arch=('any')
+url="http://buildbot.net/"
+license=("GPL")
+depends=("twisted>=10.2.0" "python2")
+source=(http://buildbot.googlecode.com/files/buildbot-slave-${pkgver/_/}.tar.gz)
+md5sums=('9854d1df35cb09a5320b30b76eefd9ba')
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+  python2 setup.py install --root=$pkgdir
+}




More information about the arch-commits mailing list