Date: Tuesday, February 27, 2018 @ 14:59:52
  Author: tpowa
Revision: 317593

archrelease: copy trunk to extra-x86_64

Added:
  tevent/repos/extra-x86_64/PKGBUILD
    (from rev 317592, tevent/trunk/PKGBUILD)
Deleted:
  tevent/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-02-27 14:59:38 UTC (rev 317592)
+++ PKGBUILD    2018-02-27 14:59:52 UTC (rev 317593)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <[email protected]>
-# Contributor: Christian Hesse <[email protected]>
-# Contributor: Marco A Rojas <marquicus at gmail dot com>
-# Contributor: Ng Oon-Ee <[email protected]>
-# Contributor: Thomas Burdick <[email protected]>
-
-pkgname=tevent
-pkgver=0.9.34
-pkgrel=1
-epoch=1
-pkgdesc="An event system based on the talloc memory management library"
-arch=('x86_64')
-url="https://tevent.samba.org/";
-source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-
-       # change to use python2
-       sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-       export PYTHON=/usr/bin/python2
-
-       ./configure --prefix=/usr \
-                    --bundled-libraries=NONE \
-                    --builtin-libraries=replace
-}
-
-package() {
-       cd ${srcdir}/${pkgname}-${pkgver}
-       
-       make
-       make DESTDIR=${pkgdir}/ install
-}
-md5sums=('8df1ae19fd991b82abe66889da0651b0')

Copied: tevent/repos/extra-x86_64/PKGBUILD (from rev 317592, 
tevent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-02-27 14:59:52 UTC (rev 317593)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski <[email protected]>
+# Contributor: Christian Hesse <[email protected]>
+# Contributor: Marco A Rojas <marquicus at gmail dot com>
+# Contributor: Ng Oon-Ee <[email protected]>
+# Contributor: Thomas Burdick <[email protected]>
+
+pkgname=tevent
+pkgver=0.9.36
+pkgrel=1
+epoch=1
+pkgdesc="An event system based on the talloc memory management library"
+arch=('x86_64')
+url="https://tevent.samba.org/";
+source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+       cd ${srcdir}/${pkgname}-${pkgver}
+
+       # change to use python2
+       sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
+       export PYTHON=/usr/bin/python2
+
+       ./configure --prefix=/usr \
+                    --bundled-libraries=NONE \
+                    --builtin-libraries=replace
+}
+
+package() {
+       cd ${srcdir}/${pkgname}-${pkgver}
+       
+       make
+       make DESTDIR=${pkgdir}/ install
+}
+md5sums=('87d67bca75b231814435c47bec0aff8a')

Reply via email to