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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon Jan 13 09:10:16 UTC 2014


    Date: Monday, January 13, 2014 @ 10:10:15
  Author: svenstaro
Revision: 103880

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-13 09:10:02 UTC (rev 103879)
+++ community-i686/PKGBUILD	2014-01-13 09:10:15 UTC (rev 103880)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Bj?indeijer <bjorn at lindeijer.nl>
-
-pkgname=enet
-pkgver=1.3.9
-pkgrel=1
-pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.'
-arch=('i686' 'x86_64')
-url='http://enet.bespin.org/'
-license=('custom')
-depends=('glibc')
-source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('c188e380024f346758376290ad80a1c89e206171')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: enet/repos/community-i686/PKGBUILD (from rev 103879, enet/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-13 09:10:15 UTC (rev 103880)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Bj?indeijer <bjorn at lindeijer.nl>
+
+pkgname=enet
+pkgver=1.3.11
+pkgrel=1
+pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.'
+arch=('i686' 'x86_64')
+url='http://enet.bespin.org/'
+license=('custom')
+depends=('glibc')
+source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('f1b2e49aa2bbdd7d75e889f3f6d3b0c1a56b6080')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-13 09:10:02 UTC (rev 103879)
+++ community-x86_64/PKGBUILD	2014-01-13 09:10:15 UTC (rev 103880)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Bj?indeijer <bjorn at lindeijer.nl>
-
-pkgname=enet
-pkgver=1.3.9
-pkgrel=1
-pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.'
-arch=('i686' 'x86_64')
-url='http://enet.bespin.org/'
-license=('custom')
-depends=('glibc')
-source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('c188e380024f346758376290ad80a1c89e206171')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: enet/repos/community-x86_64/PKGBUILD (from rev 103879, enet/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-13 09:10:15 UTC (rev 103880)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Bj?indeijer <bjorn at lindeijer.nl>
+
+pkgname=enet
+pkgver=1.3.11
+pkgrel=1
+pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.'
+arch=('i686' 'x86_64')
+url='http://enet.bespin.org/'
+license=('custom')
+depends=('glibc')
+source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz")
+sha1sums=('f1b2e49aa2bbdd7d75e889f3f6d3b0c1a56b6080')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list