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

2017-10-18 Thread Bartłomiej Piotrowski
Date: Wednesday, October 18, 2017 @ 08:21:44
  Author: bpiotrowski
Revision: 263201

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

Added:
  nginx-mod-headers-more/repos/community-i686/PKGBUILD
(from rev 263200, nginx-mod-headers-more/trunk/PKGBUILD)
  nginx-mod-headers-more/repos/community-x86_64/PKGBUILD
(from rev 263200, nginx-mod-headers-more/trunk/PKGBUILD)
Deleted:
  nginx-mod-headers-more/repos/community-i686/PKGBUILD
  nginx-mod-headers-more/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:21:32 UTC (rev 263200)
+++ community-i686/PKGBUILD 2017-10-18 08:21:44 UTC (rev 263201)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-headers-more
-pkgver=0.32
-pkgrel=2
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc="Nginx module to set and clear input and output headers"
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/headers-more-nginx-module;
-license=('BSD')
-
-source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-
-   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
-  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}

Copied: nginx-mod-headers-more/repos/community-i686/PKGBUILD (from rev 263200, 
nginx-mod-headers-more/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-18 08:21:44 UTC (rev 263201)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-headers-more
+pkgver=0.32
+pkgrel=3
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.2
+
+pkgdesc="Nginx module to set and clear input and output headers"
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/headers-more-nginx-module;
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+'SKIP'
+'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-10-18 08:21:32 UTC (rev 263200)
+++ community-x86_64/PKGBUILD   2017-10-18 08:21:44 UTC (rev 263201)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-headers-more
-pkgver=0.32
-pkgrel=2
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc="Nginx module to set and clear input and output headers"
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/headers-more-nginx-module;
-license=('BSD')
-
-source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
-'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
-
-build() {
-   cd 

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

2017-07-11 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 17:57:41
  Author: bpiotrowski
Revision: 244351

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

Added:
  nginx-mod-headers-more/repos/community-testing-i686/
  nginx-mod-headers-more/repos/community-testing-i686/PKGBUILD
(from rev 244350, nginx-mod-headers-more/trunk/PKGBUILD)
  nginx-mod-headers-more/repos/community-testing-x86_64/
  nginx-mod-headers-more/repos/community-testing-x86_64/PKGBUILD
(from rev 244350, nginx-mod-headers-more/trunk/PKGBUILD)

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

Copied: nginx-mod-headers-more/repos/community-testing-i686/PKGBUILD (from rev 
244350, nginx-mod-headers-more/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-07-11 17:57:41 UTC (rev 244351)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-headers-more
+pkgver=0.32
+pkgrel=2
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.1
+
+pkgdesc="Nginx module to set and clear input and output headers"
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/headers-more-nginx-module;
+license=('BSD')
+
+source=(
+   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
+'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}

Copied: nginx-mod-headers-more/repos/community-testing-x86_64/PKGBUILD (from 
rev 244350, nginx-mod-headers-more/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-07-11 17:57:41 UTC (rev 244351)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-headers-more
+pkgver=0.32
+pkgrel=2
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.1
+
+pkgdesc="Nginx module to set and clear input and output headers"
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/headers-more-nginx-module;
+license=('BSD')
+
+source=(
+   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+
+sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
+'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}


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

2017-06-12 Thread Massimiliano Torromeo
Date: Monday, June 12, 2017 @ 13:38:49
  Author: mtorromeo
Revision: 236428

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

Added:
  nginx-mod-headers-more/repos/community-i686/PKGBUILD
(from rev 236427, nginx-mod-headers-more/trunk/PKGBUILD)
  nginx-mod-headers-more/repos/community-x86_64/PKGBUILD
(from rev 236427, nginx-mod-headers-more/trunk/PKGBUILD)
Deleted:
  nginx-mod-headers-more/repos/community-i686/PKGBUILD
  nginx-mod-headers-more/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 2017-06-12 13:38:22 UTC (rev 236427)
+++ community-i686/PKGBUILD 2017-06-12 13:38:49 UTC (rev 236428)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-headers-more
-pkgver=0.32
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.0
-
-pkgdesc="Nginx module to set and clear input and output headers"
-arch=('i686' 'x86_64')
-depends=('nginx')
-url="https://github.com/openresty/headers-more-nginx-module;
-license=('BSD')
-
-source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-
-sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
-'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure $(nginx -V 2>&1 | grep 'configure arguments' | sed -r 
's@^[^:]+: @@') --add-dynamic-module=../$_modname-nginx-module-$pkgver
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-
-   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
-  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}

Copied: nginx-mod-headers-more/repos/community-i686/PKGBUILD (from rev 236427, 
nginx-mod-headers-more/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-12 13:38:49 UTC (rev 236428)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-headers-more
+pkgver=0.32
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.0
+
+pkgdesc="Nginx module to set and clear input and output headers"
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/headers-more-nginx-module;
+license=('BSD')
+
+source=(
+   http://nginx.org/download/nginx-$_nginxver.tar.gz
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+
+sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
+'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure $(nginx -V 2>&1 | grep 'configure arguments' | sed -r 
's@^[^:]+: @@') --add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-12 13:38:22 UTC (rev 236427)
+++ community-x86_64/PKGBUILD   2017-06-12 13:38:49 UTC (rev 236428)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-headers-more
-pkgver=0.32
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.0
-
-pkgdesc="Nginx module to set and clear input and output headers"
-arch=('i686' 'x86_64')
-depends=('nginx')
-url="https://github.com/openresty/headers-more-nginx-module;
-license=('BSD')
-
-source=(
-   http://nginx.org/download/nginx-$_nginxver.tar.gz
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-
-sha256sums=('b4222e26fdb620a8d3c3a3a8b955e08b713672e1bc5198d1e4f462308a795b30'
-'c6d9dab8ea1fc997031007e2e8f47cced01417e203cd88d53a9fe9f6ae138720')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure $(nginx -V