[arch-commits] Commit in nginx-mod-njs/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Oct 18 08:23:04 UTC 2017


    Date: Wednesday, October 18, 2017 @ 08:23:04
  Author: bpiotrowski
Revision: 263211

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

Added:
  nginx-mod-njs/repos/community-i686/PKGBUILD
    (from rev 263210, nginx-mod-njs/trunk/PKGBUILD)
  nginx-mod-njs/repos/community-x86_64/PKGBUILD
    (from rev 263210, nginx-mod-njs/trunk/PKGBUILD)
Deleted:
  nginx-mod-njs/repos/community-i686/PKGBUILD
  nginx-mod-njs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-18 08:22:55 UTC (rev 263210)
+++ community-i686/PKGBUILD	2017-10-18 08:23:04 UTC (rev 263211)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-njs
-pkgver=0.1.12 # https://hg.nginx.org/njs/tags
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc='nginScript module for nginx'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="https://nginx.org/en/docs/njs_about.html"
-license=('CUSTOM')
-
-source=(
-	https://nginx.org/download/nginx-$_nginxver.tar.gz
-	njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-            '8884507ef789ee36ee2635224df60b09746a37b20274b13b971dd306fe01bec0')
-
-build() {
-	cd "$srcdir"/nginx-$_nginxver
-	./configure --with-compat --with-stream --add-dynamic-module=../njs-$pkgver/nginx
-	make modules
-}
-
-package() {
-	install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
-	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-	cd "$srcdir"/nginx-$_nginxver/objs
-	for mod in *.so; do
-		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-	done
-}

Copied: nginx-mod-njs/repos/community-i686/PKGBUILD (from rev 263210, nginx-mod-njs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-18 08:23:04 UTC (rev 263211)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-njs
+pkgver=0.1.12 # https://hg.nginx.org/njs/tags
+pkgrel=2
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.2
+
+pkgdesc='nginScript module for nginx'
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver")
+url="https://nginx.org/en/docs/njs_about.html"
+license=('CUSTOM')
+
+source=(
+	https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+	njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
+sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+            'SKIP'
+            '8884507ef789ee36ee2635224df60b09746a37b20274b13b971dd306fe01bec0')
+
+build() {
+	cd "$srcdir"/nginx-$_nginxver
+	./configure --with-compat --with-stream --add-dynamic-module=../njs-$pkgver/nginx
+	make modules
+}
+
+package() {
+	install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
+	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+	cd "$srcdir"/nginx-$_nginxver/objs
+	for mod in *.so; do
+		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+	done
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-10-18 08:22:55 UTC (rev 263210)
+++ community-x86_64/PKGBUILD	2017-10-18 08:23:04 UTC (rev 263211)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-njs
-pkgver=0.1.12 # https://hg.nginx.org/njs/tags
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc='nginScript module for nginx'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="https://nginx.org/en/docs/njs_about.html"
-license=('CUSTOM')
-
-source=(
-	https://nginx.org/download/nginx-$_nginxver.tar.gz
-	njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-            '8884507ef789ee36ee2635224df60b09746a37b20274b13b971dd306fe01bec0')
-
-build() {
-	cd "$srcdir"/nginx-$_nginxver
-	./configure --with-compat --with-stream --add-dynamic-module=../njs-$pkgver/nginx
-	make modules
-}
-
-package() {
-	install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
-	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-	cd "$srcdir"/nginx-$_nginxver/objs
-	for mod in *.so; do
-		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-	done
-}

Copied: nginx-mod-njs/repos/community-x86_64/PKGBUILD (from rev 263210, nginx-mod-njs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-18 08:23:04 UTC (rev 263211)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-njs
+pkgver=0.1.12 # https://hg.nginx.org/njs/tags
+pkgrel=2
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.2
+
+pkgdesc='nginScript module for nginx'
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver")
+url="https://nginx.org/en/docs/njs_about.html"
+license=('CUSTOM')
+
+source=(
+	https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+	njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
+sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+            'SKIP'
+            '8884507ef789ee36ee2635224df60b09746a37b20274b13b971dd306fe01bec0')
+
+build() {
+	cd "$srcdir"/nginx-$_nginxver
+	./configure --with-compat --with-stream --add-dynamic-module=../njs-$pkgver/nginx
+	make modules
+}
+
+package() {
+	install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
+	               "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+	cd "$srcdir"/nginx-$_nginxver/objs
+	for mod in *.so; do
+		install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+	done
+}



More information about the arch-commits mailing list