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

Felix Yan fyan at archlinux.org
Thu Apr 21 13:36:00 UTC 2016


    Date: Thursday, April 21, 2016 @ 15:36:00
  Author: fyan
Revision: 171512

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

Added:
  http-parser/repos/community-i686/PKGBUILD
    (from rev 171511, http-parser/trunk/PKGBUILD)
  http-parser/repos/community-x86_64/PKGBUILD
    (from rev 171511, http-parser/trunk/PKGBUILD)
Deleted:
  http-parser/repos/community-i686/PKGBUILD
  http-parser/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-21 13:35:25 UTC (rev 171511)
+++ community-i686/PKGBUILD	2016-04-21 13:36:00 UTC (rev 171512)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Brian Bidulock <bidulock at openss7.org>
-
-pkgname=http-parser
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="Parser for HTTP Request/Response written in C"
-arch=('i686' 'x86_64')
-url="https://github.com/joyent/http-parser"
-license=('MIT')
-depends=('glibc')
-makedepends=('git')
-source=("$pkgname::git+https://github.com/joyent/http-parser.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's|-Werror||' $pkgname/Makefile
-}
-
-build() {
-  cd $pkgname
-  make library
-}
-
-check() {
-  cd $pkgname
-  make test
-}
-
-package() {
-  cd $pkgname
-  make PREFIX="$pkgdir/usr" install
-
-  install -Dm644 LICENSE-MIT \
-        "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-
-  ln -sf libhttp_parser.so.$pkgver "${pkgdir}/usr/lib/libhttp_parser.so"
-}

Copied: http-parser/repos/community-i686/PKGBUILD (from rev 171511, http-parser/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-21 13:36:00 UTC (rev 171512)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Brian Bidulock <bidulock at openss7.org>
+
+pkgname=http-parser
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Parser for HTTP Request/Response written in C"
+arch=('i686' 'x86_64')
+url="https://github.com/nodejs/http-parser"
+license=('MIT')
+depends=('glibc')
+makedepends=('git')
+source=("git+https://github.com/nodejs/http-parser.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's|-Werror||' $pkgname/Makefile
+}
+
+build() {
+  cd $pkgname
+  make library
+}
+
+check() {
+  cd $pkgname
+  make test
+}
+
+package() {
+  cd $pkgname
+  make PREFIX="$pkgdir/usr" install
+
+  install -Dm644 LICENSE-MIT \
+        "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+
+  ln -sf libhttp_parser.so.$pkgver "${pkgdir}/usr/lib/libhttp_parser.so"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-21 13:35:25 UTC (rev 171511)
+++ community-x86_64/PKGBUILD	2016-04-21 13:36:00 UTC (rev 171512)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Brian Bidulock <bidulock at openss7.org>
-
-pkgname=http-parser
-pkgver=2.6.2
-pkgrel=1
-pkgdesc="Parser for HTTP Request/Response written in C"
-arch=('i686' 'x86_64')
-url="https://github.com/joyent/http-parser"
-license=('MIT')
-depends=('glibc')
-makedepends=('git')
-source=("$pkgname::git+https://github.com/joyent/http-parser.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-prepare() {
-  sed -i 's|-Werror||' $pkgname/Makefile
-}
-
-build() {
-  cd $pkgname
-  make library
-}
-
-check() {
-  cd $pkgname
-  make test
-}
-
-package() {
-  cd $pkgname
-  make PREFIX="$pkgdir/usr" install
-
-  install -Dm644 LICENSE-MIT \
-        "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-
-  ln -sf libhttp_parser.so.$pkgver "${pkgdir}/usr/lib/libhttp_parser.so"
-}

Copied: http-parser/repos/community-x86_64/PKGBUILD (from rev 171511, http-parser/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-21 13:36:00 UTC (rev 171512)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Brian Bidulock <bidulock at openss7.org>
+
+pkgname=http-parser
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Parser for HTTP Request/Response written in C"
+arch=('i686' 'x86_64')
+url="https://github.com/nodejs/http-parser"
+license=('MIT')
+depends=('glibc')
+makedepends=('git')
+source=("git+https://github.com/nodejs/http-parser.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed -i 's|-Werror||' $pkgname/Makefile
+}
+
+build() {
+  cd $pkgname
+  make library
+}
+
+check() {
+  cd $pkgname
+  make test
+}
+
+package() {
+  cd $pkgname
+  make PREFIX="$pkgdir/usr" install
+
+  install -Dm644 LICENSE-MIT \
+        "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+
+  ln -sf libhttp_parser.so.$pkgver "${pkgdir}/usr/lib/libhttp_parser.so"
+}



More information about the arch-commits mailing list