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 <[email protected]>
-
-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 <[email protected]>
+
+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 <[email protected]>
-
-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-x86_64/PKGBUILD (from rev 
236427, nginx-mod-headers-more/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-12 13:38:49 UTC (rev 236428)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+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
+}

Reply via email to