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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri Jan 3 10:53:10 UTC 2014


    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 <andrea at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Thomas Haider <t.haider at 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 <andrea at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Thomas Haider <t.haider at 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 <andrea at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Thomas Haider <t.haider at 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 <andrea at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Thomas Haider <t.haider at 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
+}




More information about the arch-commits mailing list