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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed May 14 14:59:53 UTC 2014


    Date: Wednesday, May 14, 2014 @ 16:59:53
  Author: svenstaro
Revision: 111129

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

Added:
  enet/repos/community-i686/PKGBUILD
    (from rev 111128, enet/trunk/PKGBUILD)
  enet/repos/community-x86_64/PKGBUILD
    (from rev 111128, 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-05-14 14:59:48 UTC (rev 111128)
+++ community-i686/PKGBUILD	2014-05-14 14:59:53 UTC (rev 111129)
@@ -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.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"
-}

Copied: enet/repos/community-i686/PKGBUILD (from rev 111128, enet/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-14 14:59:53 UTC (rev 111129)
@@ -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.12
+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=('5fd9ef590dc7bcff652e99fef3e7241b3a743f25')
+
+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-05-14 14:59:48 UTC (rev 111128)
+++ community-x86_64/PKGBUILD	2014-05-14 14:59:53 UTC (rev 111129)
@@ -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.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"
-}

Copied: enet/repos/community-x86_64/PKGBUILD (from rev 111128, enet/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-14 14:59:53 UTC (rev 111129)
@@ -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.12
+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=('5fd9ef590dc7bcff652e99fef3e7241b3a743f25')
+
+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