[arch-commits] Commit in libev/repos (4 files)

2017-01-05 Thread Anatol Pomozov
Date: Thursday, January 5, 2017 @ 17:07:40
  Author: anatolik
Revision: 204917

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  libev/repos/community-testing-i686/
  libev/repos/community-testing-i686/PKGBUILD
(from rev 204916, libev/trunk/PKGBUILD)
  libev/repos/community-testing-x86_64/
  libev/repos/community-testing-x86_64/PKGBUILD
(from rev 204916, libev/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   38 
 community-testing-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: libev/repos/community-testing-i686/PKGBUILD (from rev 204916, 
libev/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-05 17:07:40 UTC (rev 204917)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Allan McRae 
+# Contributor: Thomas Haider 
+
+pkgname=libev
+pkgver=4.24
+pkgrel=1
+pkgdesc="A full-featured and high-performance event loop"
+arch=('i686' 'x86_64')
+url="http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('436dd8eff00a45f8805b8cacfe4dd3bd993caedb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # fix conflict with libevent
+  rm ${pkgdir}/usr/include/event.h
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libev/repos/community-testing-x86_64/PKGBUILD (from rev 204916, 
libev/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-05 17:07:40 UTC (rev 204917)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Allan McRae 
+# Contributor: Thomas Haider 
+
+pkgname=libev
+pkgver=4.24
+pkgrel=1
+pkgdesc="A full-featured and high-performance event loop"
+arch=('i686' 'x86_64')
+url="http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('436dd8eff00a45f8805b8cacfe4dd3bd993caedb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # fix conflict with libevent
+  rm ${pkgdir}/usr/include/event.h
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in libev/repos (4 files)

2016-04-21 Thread Ronald van Haren
Date: Thursday, April 21, 2016 @ 08:48:15
  Author: ronald
Revision: 171477

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libev/repos/community-i686/PKGBUILD
(from rev 171476, libev/trunk/PKGBUILD)
  libev/repos/community-x86_64/PKGBUILD
(from rev 171476, libev/trunk/PKGBUILD)
Deleted:
  libev/repos/community-i686/PKGBUILD
  libev/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   33 ---
 community-x86_64/PKGBUILD |   33 ---
 3 files changed, 76 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-21 06:48:02 UTC (rev 171476)
+++ community-i686/PKGBUILD 2016-04-21 06:48:15 UTC (rev 171477)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Allan McRae 
-# Contributor: Thomas Haider 
-
-pkgname=libev
-pkgver=4.20
-pkgrel=1
-pkgdesc="A full-featured and high-performance event loop"
-arch=('i686' 'x86_64')
-url="http://software.schmorp.de/pkg/libev.html;
-license=('BSD')
-depends=('glibc')
-source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('2b9e01e0ceda77bb214f66a663b374813a3296d0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # fix conflict with libevent
-  rm ${pkgdir}/usr/include/event.h
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libev/repos/community-i686/PKGBUILD (from rev 171476, 
libev/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-21 06:48:15 UTC (rev 171477)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Allan McRae 
+# Contributor: Thomas Haider 
+
+pkgname=libev
+pkgver=4.22
+pkgrel=1
+pkgdesc="A full-featured and high-performance event loop"
+arch=('i686' 'x86_64')
+url="http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('4affcba78dc17239f2ccd84d6e3e6dec2bd1f8ba')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # fix conflict with libevent
+  rm ${pkgdir}/usr/include/event.h
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-21 06:48:02 UTC (rev 171476)
+++ community-x86_64/PKGBUILD   2016-04-21 06:48:15 UTC (rev 171477)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Allan McRae 
-# Contributor: Thomas Haider 
-
-pkgname=libev
-pkgver=4.20
-pkgrel=1
-pkgdesc="A full-featured and high-performance event loop"
-arch=('i686' 'x86_64')
-url="http://software.schmorp.de/pkg/libev.html;
-license=('BSD')
-depends=('glibc')
-source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('2b9e01e0ceda77bb214f66a663b374813a3296d0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # fix conflict with libevent
-  rm ${pkgdir}/usr/include/event.h
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libev/repos/community-x86_64/PKGBUILD (from rev 171476, 
libev/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-21 06:48:15 UTC (rev 171477)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Allan McRae 
+# Contributor: Thomas Haider 
+
+pkgname=libev
+pkgver=4.22
+pkgrel=1
+pkgdesc="A full-featured and high-performance event loop"
+arch=('i686' 'x86_64')
+url="http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('4affcba78dc17239f2ccd84d6e3e6dec2bd1f8ba')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd 

[arch-commits] Commit in libev/repos (4 files)

2015-10-05 Thread Anatol Pomozov
Date: Monday, October 5, 2015 @ 16:03:03
  Author: anatolik
Revision: 143010

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  libev/repos/community-testing-i686/
  libev/repos/community-testing-i686/PKGBUILD
(from rev 143009, libev/trunk/PKGBUILD)
  libev/repos/community-testing-x86_64/
  libev/repos/community-testing-x86_64/PKGBUILD
(from rev 143009, libev/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libev/repos/community-testing-i686/PKGBUILD (from rev 143009, 
libev/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-05 14:03:03 UTC (rev 143010)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Allan McRae 
+# Contributor: Thomas Haider 
+
+pkgname=libev
+pkgver=4.20
+pkgrel=1
+pkgdesc="A full-featured and high-performance event loop"
+arch=('i686' 'x86_64')
+url="http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('2b9e01e0ceda77bb214f66a663b374813a3296d0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # fix conflict with libevent
+  rm ${pkgdir}/usr/include/event.h
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libev/repos/community-testing-x86_64/PKGBUILD (from rev 143009, 
libev/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-10-05 14:03:03 UTC (rev 143010)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Allan McRae 
+# Contributor: Thomas Haider 
+
+pkgname=libev
+pkgver=4.20
+pkgrel=1
+pkgdesc="A full-featured and high-performance event loop"
+arch=('i686' 'x86_64')
+url="http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('2b9e01e0ceda77bb214f66a663b374813a3296d0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # fix conflict with libevent
+  rm ${pkgdir}/usr/include/event.h
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in libev/repos (4 files)

2014-10-13 Thread Anatol Pomozov
Date: Monday, October 13, 2014 @ 08:27:08
  Author: anatolik
Revision: 120587

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  libev/repos/community-testing-i686/
  libev/repos/community-testing-i686/PKGBUILD
(from rev 120586, libev/trunk/PKGBUILD)
  libev/repos/community-testing-x86_64/
  libev/repos/community-testing-x86_64/PKGBUILD
(from rev 120586, libev/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libev/repos/community-testing-i686/PKGBUILD (from rev 120586, 
libev/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-13 06:27:08 UTC (rev 120587)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Thomas Haider t.hai...@vcnc.org
+
+pkgname=libev
+pkgver=4.19
+pkgrel=1
+pkgdesc=A full-featured and high-performance event loop
+arch=('i686' 'x86_64')
+url=http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5a25212eb976703243fadf3a027e0fe031f29474')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # fix conflict with libevent
+  rm ${pkgdir}/usr/include/event.h
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libev/repos/community-testing-x86_64/PKGBUILD (from rev 120586, 
libev/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-13 06:27:08 UTC (rev 120587)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Thomas Haider t.hai...@vcnc.org
+
+pkgname=libev
+pkgver=4.19
+pkgrel=1
+pkgdesc=A full-featured and high-performance event loop
+arch=('i686' 'x86_64')
+url=http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5a25212eb976703243fadf3a027e0fe031f29474')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # fix conflict with libevent
+  rm ${pkgdir}/usr/include/event.h
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in libev/repos (4 files)

2014-01-03 Thread Bartłomiej Piotrowski
Date: Friday, January 3, 2014 @ 11:53:10
  Author: bpiotrowski
Revision: 103324

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libev/repos/community-i686/PKGBUILD
(from rev 103323, libev/trunk/PKGBUILD)
  libev/repos/community-x86_64/PKGBUILD
(from rev 103323, libev/trunk/PKGBUILD)
Deleted:
  libev/repos/community-i686/PKGBUILD
  libev/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-03 10:53:07 UTC (rev 103323)
+++ community-i686/PKGBUILD 2014-01-03 10:53:10 UTC (rev 103324)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Thomas Haider t.hai...@vcnc.org
-
-pkgname=libev
-pkgver=4.15
-pkgrel=1
-pkgdesc=A full-featured and high-performance event loop
-arch=('i686' 'x86_64')
-url=http://software.schmorp.de/pkg/libev.html;
-license=('BSD')
-depends=('glibc')
-source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # fix conflict with libevent
-  rm ${pkgdir}/usr/include/event.h
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libev/repos/community-i686/PKGBUILD (from rev 103323, 
libev/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-03 10:53:10 UTC (rev 103324)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Thomas Haider t.hai...@vcnc.org
+
+pkgname=libev
+pkgver=4.15
+pkgrel=2
+pkgdesc=A full-featured and high-performance event loop
+arch=('i686' 'x86_64')
+url=http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # fix conflict with libevent
+  rm ${pkgdir}/usr/include/event.h
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-03 10:53:07 UTC (rev 103323)
+++ community-x86_64/PKGBUILD   2014-01-03 10:53:10 UTC (rev 103324)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Thomas Haider t.hai...@vcnc.org
-
-pkgname=libev
-pkgver=4.15
-pkgrel=1
-pkgdesc=A full-featured and high-performance event loop
-arch=('i686' 'x86_64')
-url=http://software.schmorp.de/pkg/libev.html;
-license=('BSD')
-depends=('glibc')
-source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # fix conflict with libevent
-  rm ${pkgdir}/usr/include/event.h
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libev/repos/community-x86_64/PKGBUILD (from rev 103323, 
libev/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-03 10:53:10 UTC (rev 103324)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Thomas Haider t.hai...@vcnc.org
+
+pkgname=libev
+pkgver=4.15
+pkgrel=2
+pkgdesc=A full-featured and high-performance event loop
+arch=('i686' 'x86_64')
+url=http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # fix conflict with libevent
+  rm 

[arch-commits] Commit in libev/repos (4 files)

2013-06-18 Thread Bartłomiej Piotrowski
Date: Tuesday, June 18, 2013 @ 19:53:17
  Author: bpiotrowski
Revision: 92911

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libev/repos/community-i686/PKGBUILD
(from rev 92910, libev/trunk/PKGBUILD)
  libev/repos/community-x86_64/PKGBUILD
(from rev 92910, libev/trunk/PKGBUILD)
Deleted:
  libev/repos/community-i686/PKGBUILD
  libev/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-18 17:53:03 UTC (rev 92910)
+++ community-i686/PKGBUILD 2013-06-18 17:53:17 UTC (rev 92911)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Thomas Haider t.hai...@vcnc.org
-
-pkgname=libev
-pkgver=4.11
-pkgrel=1
-pkgdesc=A full-featured and high-performance event loop
-arch=('i686' 'x86_64')
-url=http://software.schmorp.de/pkg/libev.html;
-license=('BSD')
-depends=('glibc')
-options=('!libtool')
-source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e7752a518742c0f8086a8005aa7efcc4dcf02ed9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # fix conflict with libevent
-  rm ${pkgdir}/usr/include/event.h
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libev/repos/community-i686/PKGBUILD (from rev 92910, 
libev/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-18 17:53:17 UTC (rev 92911)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Thomas Haider t.hai...@vcnc.org
+
+pkgname=libev
+pkgver=4.15
+pkgrel=1
+pkgdesc=A full-featured and high-performance event loop
+arch=('i686' 'x86_64')
+url=http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+options=('!libtool')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # fix conflict with libevent
+  rm ${pkgdir}/usr/include/event.h
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-18 17:53:03 UTC (rev 92910)
+++ community-x86_64/PKGBUILD   2013-06-18 17:53:17 UTC (rev 92911)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Thomas Haider t.hai...@vcnc.org
-
-pkgname=libev
-pkgver=4.11
-pkgrel=1
-pkgdesc=A full-featured and high-performance event loop
-arch=('i686' 'x86_64')
-url=http://software.schmorp.de/pkg/libev.html;
-license=('BSD')
-depends=('glibc')
-options=('!libtool')
-source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('e7752a518742c0f8086a8005aa7efcc4dcf02ed9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # fix conflict with libevent
-  rm ${pkgdir}/usr/include/event.h
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libev/repos/community-x86_64/PKGBUILD (from rev 92910, 
libev/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-06-18 17:53:17 UTC (rev 92911)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Thomas Haider t.hai...@vcnc.org
+
+pkgname=libev
+pkgver=4.15
+pkgrel=1
+pkgdesc=A full-featured and high-performance event loop
+arch=('i686' 'x86_64')
+url=http://software.schmorp.de/pkg/libev.html;
+license=('BSD')
+depends=('glibc')
+options=('!libtool')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('88655b1e2c0b328c9f90a6df7e72361a97fa8dc3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make