[arch-commits] Commit in libevent/repos (4 files)
Date: Friday, June 9, 2017 @ 11:03:39 Author: bpiotrowski Revision: 298471 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libevent/repos/staging-i686/ libevent/repos/staging-i686/PKGBUILD (from rev 298470, libevent/trunk/PKGBUILD) libevent/repos/staging-x86_64/ libevent/repos/staging-x86_64/PKGBUILD (from rev 298470, libevent/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 36 staging-x86_64/PKGBUILD | 36 2 files changed, 72 insertions(+) Copied: libevent/repos/staging-i686/PKGBUILD (from rev 298470, libevent/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2017-06-09 11:03:39 UTC (rev 298471) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.1.8 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://libevent.org/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +source=(https://github.com/libevent/libevent/releases/download/release-$pkgver-stable/$pkgname-$pkgver-stable.tar.gz{,.asc}) +sha256sums=('965cc5a8bb46ce4199a47e9b2c9e1cae3b137e8356ffdad6d94d3b9069b71dc2' +'SKIP') +validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA' + '9E3AC83A27974B84D1B3401DB86086848EF8686D') + +build() { + cd ${pkgname}-${pkgver}-stable + ./autogen.sh + ./configure --prefix=/usr --sysconfdir=/etc --disable-libevent-regress + make +} + +check() { + cd ${pkgname}-${pkgver}-stable + make -j1 check +} + +package() { + cd ${pkgname}-${pkgver}-stable + make DESTDIR="${pkgdir}" install + install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE +} Copied: libevent/repos/staging-x86_64/PKGBUILD (from rev 298470, libevent/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2017-06-09 11:03:39 UTC (rev 298471) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.1.8 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://libevent.org/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +source=(https://github.com/libevent/libevent/releases/download/release-$pkgver-stable/$pkgname-$pkgver-stable.tar.gz{,.asc}) +sha256sums=('965cc5a8bb46ce4199a47e9b2c9e1cae3b137e8356ffdad6d94d3b9069b71dc2' +'SKIP') +validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA' + '9E3AC83A27974B84D1B3401DB86086848EF8686D') + +build() { + cd ${pkgname}-${pkgver}-stable + ./autogen.sh + ./configure --prefix=/usr --sysconfdir=/etc --disable-libevent-regress + make +} + +check() { + cd ${pkgname}-${pkgver}-stable + make -j1 check +} + +package() { + cd ${pkgname}-${pkgver}-stable + make DESTDIR="${pkgdir}" install + install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE +}
[arch-commits] Commit in libevent/repos (4 files)
Date: Wednesday, March 2, 2016 @ 19:25:35 Author: bluewind Revision: 260533 archrelease: copy trunk to staging-i686, staging-x86_64 Added: libevent/repos/staging-i686/ libevent/repos/staging-i686/PKGBUILD (from rev 260532, libevent/trunk/PKGBUILD) libevent/repos/staging-x86_64/ libevent/repos/staging-x86_64/PKGBUILD (from rev 260532, libevent/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 34 ++ staging-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: libevent/repos/staging-i686/PKGBUILD (from rev 260532, libevent/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-03-02 18:25:35 UTC (rev 260533) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.22 +pkgrel=2 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://libevent.org/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +source=(https://github.com/libevent/libevent/archive/release-$pkgver-stable.zip) +sha1sums=('710c0d1e070b8bf0da37189d218b811871d517d4') +validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA') + +build() { + cd ${pkgname}-release-${pkgver}-stable + ./autogen.sh + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd ${pkgname}-release-${pkgver}-stable + make check +} + +package() { + cd ${pkgname}-release-${pkgver}-stable + make DESTDIR="${pkgdir}" install + install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE +} Copied: libevent/repos/staging-x86_64/PKGBUILD (from rev 260532, libevent/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-03-02 18:25:35 UTC (rev 260533) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.22 +pkgrel=2 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://libevent.org/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +source=(https://github.com/libevent/libevent/archive/release-$pkgver-stable.zip) +sha1sums=('710c0d1e070b8bf0da37189d218b811871d517d4') +validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA') + +build() { + cd ${pkgname}-release-${pkgver}-stable + ./autogen.sh + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd ${pkgname}-release-${pkgver}-stable + make check +} + +package() { + cd ${pkgname}-release-${pkgver}-stable + make DESTDIR="${pkgdir}" install + install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE +}
[arch-commits] Commit in libevent/repos (4 files)
Date: Thursday, January 8, 2015 @ 17:25:57 Author: eric Revision: 228748 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libevent/repos/testing-i686/ libevent/repos/testing-i686/PKGBUILD (from rev 228747, libevent/trunk/PKGBUILD) libevent/repos/testing-x86_64/ libevent/repos/testing-x86_64/PKGBUILD (from rev 228747, libevent/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 34 ++ testing-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: libevent/repos/testing-i686/PKGBUILD (from rev 228747, libevent/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-01-08 16:25:57 UTC (rev 228748) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.22 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +source=(http://sourceforge.net/projects/levent/files/libevent/libevent-${pkgver%.*}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) +md5sums=('c4c56f986aa985677ca1db89630a2e11' + 'SKIP') +validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA') + +build() { + cd ${pkgname}-${pkgver}-stable + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd ${pkgname}-${pkgver}-stable +# make check +} + +package() { + cd ${pkgname}-${pkgver}-stable + make DESTDIR="${pkgdir}" install + install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE +} Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 228747, libevent/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2015-01-08 16:25:57 UTC (rev 228748) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.22 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +source=(http://sourceforge.net/projects/levent/files/libevent/libevent-${pkgver%.*}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) +md5sums=('c4c56f986aa985677ca1db89630a2e11' + 'SKIP') +validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA') + +build() { + cd ${pkgname}-${pkgver}-stable + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd ${pkgname}-${pkgver}-stable +# make check +} + +package() { + cd ${pkgname}-${pkgver}-stable + make DESTDIR="${pkgdir}" install + install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE +}
[arch-commits] Commit in libevent/repos (4 files)
Date: Thursday, October 24, 2013 @ 07:02:15 Author: allan Revision: 197214 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libevent/repos/testing-i686/ libevent/repos/testing-i686/PKGBUILD (from rev 197213, libevent/trunk/PKGBUILD) libevent/repos/testing-x86_64/ libevent/repos/testing-x86_64/PKGBUILD (from rev 197213, libevent/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 33 + testing-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: libevent/repos/testing-i686/PKGBUILD (from rev 197213, libevent/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-10-24 05:02:15 UTC (rev 197214) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.21 +pkgrel=3 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install + install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE +} +md5sums=('b2405cc9ebf264aa47ff615d9de527a2' + '31ffa4efc611c452697bd120a3bf8f9e') Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 197213, libevent/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2013-10-24 05:02:15 UTC (rev 197214) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.21 +pkgrel=3 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install + install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE +} +md5sums=('b2405cc9ebf264aa47ff615d9de527a2' + '31ffa4efc611c452697bd120a3bf8f9e')
[arch-commits] Commit in libevent/repos (4 files)
Date: Saturday, February 2, 2013 @ 19:01:43 Author: tomegun Revision: 176926 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libevent/repos/testing-i686/ libevent/repos/testing-i686/PKGBUILD (from rev 176925, libevent/trunk/PKGBUILD) libevent/repos/testing-x86_64/ libevent/repos/testing-x86_64/PKGBUILD (from rev 176925, libevent/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 34 ++ testing-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: libevent/repos/testing-i686/PKGBUILD (from rev 176925, libevent/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-02-02 18:01:43 UTC (rev 176926) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.21 +pkgrel=2 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install + install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE +} +md5sums=('b2405cc9ebf264aa47ff615d9de527a2' + '31ffa4efc611c452697bd120a3bf8f9e') Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 176925, libevent/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2013-02-02 18:01:43 UTC (rev 176926) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.21 +pkgrel=2 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install + install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/libevent/LICENSE +} +md5sums=('b2405cc9ebf264aa47ff615d9de527a2' + '31ffa4efc611c452697bd120a3bf8f9e')
[arch-commits] Commit in libevent/repos (4 files)
Date: Tuesday, November 27, 2012 @ 06:09:26 Author: tomegun Revision: 172052 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libevent/repos/testing-i686/ libevent/repos/testing-i686/PKGBUILD (from rev 172051, libevent/trunk/PKGBUILD) libevent/repos/testing-x86_64/ libevent/repos/testing-x86_64/PKGBUILD (from rev 172051, libevent/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 34 ++ testing-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: libevent/repos/testing-i686/PKGBUILD (from rev 172051, libevent/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-11-27 11:09:26 UTC (rev 172052) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.21 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check || true # this never worked, should be taken upstream +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('b2405cc9ebf264aa47ff615d9de527a2' + '31ffa4efc611c452697bd120a3bf8f9e') Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 172051, libevent/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-11-27 11:09:26 UTC (rev 172052) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.21 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check || true # this never worked, should be taken upstream +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('b2405cc9ebf264aa47ff615d9de527a2' + '31ffa4efc611c452697bd120a3bf8f9e')
[arch-commits] Commit in libevent/repos (4 files)
Date: Sunday, August 26, 2012 @ 09:51:21 Author: tomegun Revision: 165586 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libevent/repos/testing-i686/ libevent/repos/testing-i686/PKGBUILD (from rev 165585, libevent/trunk/PKGBUILD) libevent/repos/testing-x86_64/ libevent/repos/testing-x86_64/PKGBUILD (from rev 165585, libevent/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 34 ++ testing-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: libevent/repos/testing-i686/PKGBUILD (from rev 165585, libevent/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-08-26 13:51:21 UTC (rev 165586) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.20 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check || true # this never worked, should be taken upstream +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('94270cdee32c0cd0aa9f4ee6ede27e8e' + '5310233871ef2f2b3536114bf0377a42') Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 165585, libevent/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-08-26 13:51:21 UTC (rev 165586) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.20 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check || true # this never worked, should be taken upstream +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('94270cdee32c0cd0aa9f4ee6ede27e8e' + '5310233871ef2f2b3536114bf0377a42')
[arch-commits] Commit in libevent/repos (4 files)
Date: Monday, May 21, 2012 @ 18:24:00 Author: tomegun Revision: 159341 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libevent/repos/testing-i686/ libevent/repos/testing-i686/PKGBUILD (from rev 159339, libevent/trunk/PKGBUILD) libevent/repos/testing-x86_64/ libevent/repos/testing-x86_64/PKGBUILD (from rev 159339, libevent/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 34 ++ testing-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: libevent/repos/testing-i686/PKGBUILD (from rev 159339, libevent/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-05-21 22:24:00 UTC (rev 159341) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.19 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check || true # this never worked, should be taken upstream +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('9579769f46055b0a438f5cc59572' + 'a211997b20913954f744a665f31f77d2') Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 159339, libevent/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-05-21 22:24:00 UTC (rev 159341) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.19 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('BSD') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check || true # this never worked, should be taken upstream +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('9579769f46055b0a438f5cc59572' + 'a211997b20913954f744a665f31f77d2')
[arch-commits] Commit in libevent/repos (4 files)
Date: Thursday, April 5, 2012 @ 20:24:02 Author: tomegun Revision: 155753 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libevent/repos/testing-i686/ libevent/repos/testing-i686/PKGBUILD (from rev 155752, libevent/trunk/PKGBUILD) libevent/repos/testing-x86_64/ libevent/repos/testing-x86_64/PKGBUILD (from rev 155752, libevent/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 34 ++ testing-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: libevent/repos/testing-i686/PKGBUILD (from rev 155752, libevent/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-06 00:24:02 UTC (rev 155753) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.18 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('aa1ce9bc0dee7b8084f6855765f2c86a' + '225bb6c417cfb31298e1e96d0eddca4a') Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 155752, libevent/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-04-06 00:24:02 UTC (rev 155753) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.18 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('aa1ce9bc0dee7b8084f6855765f2c86a' + '225bb6c417cfb31298e1e96d0eddca4a')
[arch-commits] Commit in libevent/repos (4 files)
Date: Sunday, February 19, 2012 @ 07:52:52 Author: tomegun Revision: 150654 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libevent/repos/testing-i686/ libevent/repos/testing-i686/PKGBUILD (from rev 150653, libevent/trunk/PKGBUILD) libevent/repos/testing-x86_64/ libevent/repos/testing-x86_64/PKGBUILD (from rev 150653, libevent/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 34 ++ testing-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: libevent/repos/testing-i686/PKGBUILD (from rev 150653, libevent/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-02-19 12:52:52 UTC (rev 150654) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.17 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('dad64ff16b5fbec25160c06fee9a' + 'ef4a32a96df3941fed58fbe39b4eab9d') Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 150653, libevent/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-02-19 12:52:52 UTC (rev 150654) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Tom Gundersen +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.17 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc}) + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} +md5sums=('dad64ff16b5fbec25160c06fee9a' + 'ef4a32a96df3941fed58fbe39b4eab9d')
[arch-commits] Commit in libevent/repos (4 files)
Date: Sunday, November 27, 2011 @ 15:54:04 Author: eric Revision: 143631 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libevent/repos/testing-i686/ libevent/repos/testing-i686/PKGBUILD (from rev 143630, libevent/trunk/PKGBUILD) libevent/repos/testing-x86_64/ libevent/repos/testing-x86_64/PKGBUILD (from rev 143630, libevent/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 34 ++ testing-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: libevent/repos/testing-i686/PKGBUILD (from rev 143630, libevent/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2011-11-27 20:54:04 UTC (rev 143631) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.16 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc}) +sha1sums=('9eb9fe3c0ec607525ed2dee6827687efcd0696ac' + '679023511db0106cb84a36e4ff78604d00d0a611') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 143630, libevent/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2011-11-27 20:54:04 UTC (rev 143631) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.16 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc}) +sha1sums=('9eb9fe3c0ec607525ed2dee6827687efcd0696ac' + '679023511db0106cb84a36e4ff78604d00d0a611') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in libevent/repos (4 files)
Date: Tuesday, October 18, 2011 @ 16:07:58 Author: eric Revision: 140766 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libevent/repos/testing-i686/ libevent/repos/testing-i686/PKGBUILD (from rev 140765, libevent/trunk/PKGBUILD) libevent/repos/testing-x86_64/ libevent/repos/testing-x86_64/PKGBUILD (from rev 140765, libevent/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 34 ++ testing-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: libevent/repos/testing-i686/PKGBUILD (from rev 140765, libevent/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2011-10-18 20:07:58 UTC (rev 140766) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.15 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc}) +md5sums=('2643abe7ba242df15c08b2cc14ec8759' + '56e52e1b6bba54102d278da59af4495e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 140765, libevent/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2011-10-18 20:07:58 UTC (rev 140766) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.15 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=(https://github.com/downloads/libevent/libevent/libevent-$pkgver-stable.tar.gz{,.asc}) +md5sums=('2643abe7ba242df15c08b2cc14ec8759' + '56e52e1b6bba54102d278da59af4495e') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in libevent/repos (4 files)
Date: Monday, August 29, 2011 @ 16:57:46 Author: eric Revision: 136467 archrelease: copy trunk to testing-i686, testing-x86_64 Added: libevent/repos/testing-i686/ libevent/repos/testing-i686/PKGBUILD (from rev 136466, libevent/trunk/PKGBUILD) libevent/repos/testing-x86_64/ libevent/repos/testing-x86_64/PKGBUILD (from rev 136466, libevent/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 33 + testing-x86_64/PKGBUILD | 33 + 2 files changed, 66 insertions(+) Copied: libevent/repos/testing-i686/PKGBUILD (from rev 136466, libevent/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2011-08-29 20:57:46 UTC (rev 136467) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.13 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=("http://www.monkey.org/~provos/libevent-$pkgver-stable.tar.gz";) +md5sums=('af786b4b3f790c9d3279792edf7867fc') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +} Copied: libevent/repos/testing-x86_64/PKGBUILD (from rev 136466, libevent/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2011-08-29 20:57:46 UTC (rev 136467) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: +# Contributor: Judd + +pkgname=libevent +pkgver=2.0.13 +pkgrel=1 +pkgdesc="An event notification library" +arch=('i686' 'x86_64') +url="http://www.monkey.org/~provos/libevent/"; +license=('GPL2') +depends=('openssl') +optdepends=('python2: to use event_rpcgen.py') +options=('!libtool') +source=("http://www.monkey.org/~provos/libevent-$pkgver-stable.tar.gz";) +md5sums=('af786b4b3f790c9d3279792edf7867fc') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + sed -i 's#python#python2#' event_rpcgen.py + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +check() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make check +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}-stable" + make DESTDIR="${pkgdir}" install +}