[arch-commits] Commit in nginx-mod-redis/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Wed Oct 18 08:25:02 UTC 2017
Date: Wednesday, October 18, 2017 @ 08:24:59
Author: bpiotrowski
Revision: 263216
archrelease: copy trunk to community-i686, community-x86_64
Added:
nginx-mod-redis/repos/community-i686/PKGBUILD
(from rev 263214, nginx-mod-redis/trunk/PKGBUILD)
nginx-mod-redis/repos/community-x86_64/PKGBUILD
(from rev 263214, nginx-mod-redis/trunk/PKGBUILD)
Deleted:
nginx-mod-redis/repos/community-i686/PKGBUILD
nginx-mod-redis/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:24:50 UTC (rev 263215)
+++ community-i686/PKGBUILD 2017-10-18 08:24:59 UTC (rev 263216)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-redis
-pkgver=0.3.8
-pkgrel=2
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc='Nginx module for redis caching'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="https://www.nginx.com/resources/wiki/modules/redis/"
-license=('CUSTOM')
-
-source=(
- http://nginx.org/download/nginx-$_nginxver.tar.gz
- https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
- '95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934')
-
-build() {
- cd "$srcdir"/nginx-$_nginxver
- ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
- make modules
-}
-
-package() {
- install -Dm644 "$srcdir"/ngx_http_redis-$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-redis/repos/community-i686/PKGBUILD (from rev 263214, nginx-mod-redis/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-18 08:24:59 UTC (rev 263216)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-redis
+pkgver=0.3.8
+pkgrel=3
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.2
+
+pkgdesc='Nginx module for redis caching'
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver")
+url="https://www.nginx.com/resources/wiki/modules/redis/"
+license=('CUSTOM')
+
+source=(
+ https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+ https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
+sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+ 'SKIP'
+ '95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934')
+
+build() {
+ cd "$srcdir"/nginx-$_nginxver
+ ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
+ make modules
+}
+
+package() {
+ install -Dm644 "$srcdir"/ngx_http_redis-$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:24:50 UTC (rev 263215)
+++ community-x86_64/PKGBUILD 2017-10-18 08:24:59 UTC (rev 263216)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-
-pkgname=nginx-mod-redis
-pkgver=0.3.8
-pkgrel=2
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.12.1
-
-pkgdesc='Nginx module for redis caching'
-arch=('i686' 'x86_64')
-depends=("nginx=$_nginxver")
-url="https://www.nginx.com/resources/wiki/modules/redis/"
-license=('CUSTOM')
-
-source=(
- http://nginx.org/download/nginx-$_nginxver.tar.gz
- https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
-)
-
-sha256sums=('8793bf426485a30f91021b6b945a9fd8a84d87d17b566562c3797aba8fac76fb'
- '95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934')
-
-build() {
- cd "$srcdir"/nginx-$_nginxver
- ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
- make modules
-}
-
-package() {
- install -Dm644 "$srcdir"/ngx_http_redis-$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-redis/repos/community-x86_64/PKGBUILD (from rev 263214, nginx-mod-redis/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-10-18 08:24:59 UTC (rev 263216)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+
+pkgname=nginx-mod-redis
+pkgver=0.3.8
+pkgrel=3
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.12.2
+
+pkgdesc='Nginx module for redis caching'
+arch=('i686' 'x86_64')
+depends=("nginx=$_nginxver")
+url="https://www.nginx.com/resources/wiki/modules/redis/"
+license=('CUSTOM')
+
+source=(
+ https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+ https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin at mdounin.ru>
+sha256sums=('305f379da1d5fb5aefa79e45c829852ca6983c7cd2a79328f8e084a324cf0416'
+ 'SKIP'
+ '95d0ed7be40da2efc88883d72e52e5e272d2c34463583b7078e8fd6d55004934')
+
+build() {
+ cd "$srcdir"/nginx-$_nginxver
+ ./configure --with-compat --add-dynamic-module=../ngx_http_redis-$pkgver
+ make modules
+}
+
+package() {
+ install -Dm644 "$srcdir"/ngx_http_redis-$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