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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon May 4 17:06:46 UTC 2015


    Date: Monday, May 4, 2015 @ 19:06:46
  Author: svenstaro
Revision: 132739

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

Added:
  enet/repos/community-i686/PKGBUILD
    (from rev 132738, enet/trunk/PKGBUILD)
  enet/repos/community-x86_64/PKGBUILD
    (from rev 132738, 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	2015-05-04 17:06:35 UTC (rev 132738)
+++ community-i686/PKGBUILD	2015-05-04 17:06:46 UTC (rev 132739)
@@ -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.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"
-}

Copied: enet/repos/community-i686/PKGBUILD (from rev 132738, enet/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-05-04 17:06:46 UTC (rev 132739)
@@ -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.13
+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=('5bcf9aa1a8f2e54cc85c1435d7dac0970d382b7e')
+
+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	2015-05-04 17:06:35 UTC (rev 132738)
+++ community-x86_64/PKGBUILD	2015-05-04 17:06:46 UTC (rev 132739)
@@ -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.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"
-}

Copied: enet/repos/community-x86_64/PKGBUILD (from rev 132738, enet/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-04 17:06:46 UTC (rev 132739)
@@ -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.13
+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=('5bcf9aa1a8f2e54cc85c1435d7dac0970d382b7e')
+
+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