[arch-commits] Commit in tevent/repos (4 files)
Tobias Powalowski
tpowa at archlinux.org
Wed Oct 26 20:59:40 UTC 2016
Date: Wednesday, October 26, 2016 @ 20:59:40
Author: tpowa
Revision: 279298
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
tevent/repos/extra-i686/PKGBUILD
(from rev 279297, tevent/trunk/PKGBUILD)
tevent/repos/extra-x86_64/PKGBUILD
(from rev 279297, tevent/trunk/PKGBUILD)
Deleted:
tevent/repos/extra-i686/PKGBUILD
tevent/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 39 ------------------------
extra-x86_64/PKGBUILD | 39 ------------------------
3 files changed, 78 insertions(+), 78 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-26 20:59:17 UTC (rev 279297)
+++ extra-i686/PKGBUILD 2016-10-26 20:59:40 UTC (rev 279298)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor: Marco A Rojas <marquicus at gmail dot com>
-# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
-# Contributor: Thomas Burdick <thomas.burdick at gmail.com>
-
-pkgname=tevent
-pkgver=0.9.29
-pkgrel=2
-epoch=1
-pkgdesc="An event system based on the talloc memory management library"
-arch=('i686' '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=('4372c1430a1ecb7ea0adddfdf21c0d55')
Copied: tevent/repos/extra-i686/PKGBUILD (from rev 279297, tevent/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-26 20:59:40 UTC (rev 279298)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Marco A Rojas <marquicus at gmail dot com>
+# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
+# Contributor: Thomas Burdick <thomas.burdick at gmail.com>
+
+pkgname=tevent
+pkgver=0.9.31
+pkgrel=1
+epoch=1
+pkgdesc="An event system based on the talloc memory management library"
+arch=('i686' '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=('5453847664ae6bc4ec0153e59ac635b9')
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-26 20:59:17 UTC (rev 279297)
+++ extra-x86_64/PKGBUILD 2016-10-26 20:59:40 UTC (rev 279298)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor: Marco A Rojas <marquicus at gmail dot com>
-# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
-# Contributor: Thomas Burdick <thomas.burdick at gmail.com>
-
-pkgname=tevent
-pkgver=0.9.29
-pkgrel=2
-epoch=1
-pkgdesc="An event system based on the talloc memory management library"
-arch=('i686' '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=('4372c1430a1ecb7ea0adddfdf21c0d55')
Copied: tevent/repos/extra-x86_64/PKGBUILD (from rev 279297, tevent/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-26 20:59:40 UTC (rev 279298)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Marco A Rojas <marquicus at gmail dot com>
+# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
+# Contributor: Thomas Burdick <thomas.burdick at gmail.com>
+
+pkgname=tevent
+pkgver=0.9.31
+pkgrel=1
+epoch=1
+pkgdesc="An event system based on the talloc memory management library"
+arch=('i686' '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=('5453847664ae6bc4ec0153e59ac635b9')
More information about the arch-commits
mailing list