[arch-commits] Commit in redis/repos (10 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Aug 27 13:06:27 UTC 2014


    Date: Wednesday, August 27, 2014 @ 15:06:26
  Author: bpiotrowski
Revision: 117965

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

Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-i686/redis.tmpfiles.d
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.tmpfiles.d

-----------------------------------+
 community-i686/PKGBUILD           |   51 ------------------------------------
 community-i686/redis.install      |    8 -----
 community-i686/redis.logrotate    |    5 ---
 community-i686/redis.service      |   11 -------
 community-i686/redis.tmpfiles.d   |    1 
 community-x86_64/PKGBUILD         |   51 ------------------------------------
 community-x86_64/redis.install    |    8 -----
 community-x86_64/redis.logrotate  |    5 ---
 community-x86_64/redis.service    |   11 -------
 community-x86_64/redis.tmpfiles.d |    1 
 10 files changed, 152 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-27 13:06:11 UTC (rev 117964)
+++ community-i686/PKGBUILD	2014-08-27 13:06:26 UTC (rev 117965)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
-# Contributor: nofxx <x@<nick>.com>
-
-pkgname=redis
-pkgver=2.8.13
-pkgrel=2
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc')
-backup=('etc/redis.conf'
-        'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-        redis.service
-        redis.logrotate redis.tmpfiles.d
-        redis.conf-sane-defaults.patch
-        redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('ea92053cbb6f4eb8a4347dbaac7d7dff'
-         'aec12c881dc2693754f85539ae8e0bc7'
-         '9e2d75b7a9dc421122d673fe520ef17f'
-         'dd9ab8022b4d963b2e5899170dfff490'
-         'b1beae6954b780da261b4056fd7f918a'
-         '2ae176578f538e37a67a463258302bc6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service "$pkgdir"/usr/lib/systemd/system/redis.service
-
-  # files kept for compatibility with installations made before 2.8.13-2
-  install -Dm644 ../redis.logrotate "$pkgdir"/etc/logrotate.d/redis
-  install -Dm644 ../redis.tmpfiles.d "$pkgdir"/usr/lib/tmpfiles.d/redis.conf
-}

Deleted: community-i686/redis.install
===================================================================
--- community-i686/redis.install	2014-08-27 13:06:11 UTC (rev 117964)
+++ community-i686/redis.install	2014-08-27 13:06:26 UTC (rev 117965)
@@ -1,8 +0,0 @@
-post_install() {
-  getent group redis >/dev/null || groupadd --system redis
-  getent passwd minetest >/dev/null || useradd --system -g redis \
-    -d /var/lib/redis -s /bin/false redis
-
-  install -dm700 var/lib/redis
-  chown redis:redis var/lib/redis
-}

Deleted: community-i686/redis.logrotate
===================================================================
--- community-i686/redis.logrotate	2014-08-27 13:06:11 UTC (rev 117964)
+++ community-i686/redis.logrotate	2014-08-27 13:06:26 UTC (rev 117965)
@@ -1,5 +0,0 @@
-/var/log/redis.log {
-   notifempty
-   copytruncate
-   missingok
-}

Deleted: community-i686/redis.service
===================================================================
--- community-i686/redis.service	2014-08-27 13:06:11 UTC (rev 117964)
+++ community-i686/redis.service	2014-08-27 13:06:26 UTC (rev 117965)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Advanced key-value store
-After=network.target
-
-[Service]
-User=redis
-ExecStart=/usr/bin/redis-server /etc/redis.conf
-ExecStop=/usr/bin/redis-cli shutdown
-
-[Install]
-WantedBy=multi-user.target

Deleted: community-i686/redis.tmpfiles.d
===================================================================
--- community-i686/redis.tmpfiles.d	2014-08-27 13:06:11 UTC (rev 117964)
+++ community-i686/redis.tmpfiles.d	2014-08-27 13:06:26 UTC (rev 117965)
@@ -1 +0,0 @@
-d /run/redis 0755 redis redis -

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-27 13:06:11 UTC (rev 117964)
+++ community-x86_64/PKGBUILD	2014-08-27 13:06:26 UTC (rev 117965)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
-# Contributor: nofxx <x@<nick>.com>
-
-pkgname=redis
-pkgver=2.8.13
-pkgrel=2
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc')
-backup=('etc/redis.conf'
-        'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-        redis.service
-        redis.logrotate redis.tmpfiles.d
-        redis.conf-sane-defaults.patch
-        redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('ea92053cbb6f4eb8a4347dbaac7d7dff'
-         'aec12c881dc2693754f85539ae8e0bc7'
-         '9e2d75b7a9dc421122d673fe520ef17f'
-         'dd9ab8022b4d963b2e5899170dfff490'
-         'b1beae6954b780da261b4056fd7f918a'
-         '2ae176578f538e37a67a463258302bc6')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../redis.conf-sane-defaults.patch
-  patch -p1 -i ../redis-2.8.11-use-system-jemalloc.patch
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service "$pkgdir"/usr/lib/systemd/system/redis.service
-
-  # files kept for compatibility with installations made before 2.8.13-2
-  install -Dm644 ../redis.logrotate "$pkgdir"/etc/logrotate.d/redis
-  install -Dm644 ../redis.tmpfiles.d "$pkgdir"/usr/lib/tmpfiles.d/redis.conf
-}

Deleted: community-x86_64/redis.install
===================================================================
--- community-x86_64/redis.install	2014-08-27 13:06:11 UTC (rev 117964)
+++ community-x86_64/redis.install	2014-08-27 13:06:26 UTC (rev 117965)
@@ -1,8 +0,0 @@
-post_install() {
-  getent group redis >/dev/null || groupadd --system redis
-  getent passwd minetest >/dev/null || useradd --system -g redis \
-    -d /var/lib/redis -s /bin/false redis
-
-  install -dm700 var/lib/redis
-  chown redis:redis var/lib/redis
-}

Deleted: community-x86_64/redis.logrotate
===================================================================
--- community-x86_64/redis.logrotate	2014-08-27 13:06:11 UTC (rev 117964)
+++ community-x86_64/redis.logrotate	2014-08-27 13:06:26 UTC (rev 117965)
@@ -1,5 +0,0 @@
-/var/log/redis.log {
-   notifempty
-   copytruncate
-   missingok
-}

Deleted: community-x86_64/redis.service
===================================================================
--- community-x86_64/redis.service	2014-08-27 13:06:11 UTC (rev 117964)
+++ community-x86_64/redis.service	2014-08-27 13:06:26 UTC (rev 117965)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Advanced key-value store
-After=network.target
-
-[Service]
-User=redis
-ExecStart=/usr/bin/redis-server /etc/redis.conf
-ExecStop=/usr/bin/redis-cli shutdown
-
-[Install]
-WantedBy=multi-user.target

Deleted: community-x86_64/redis.tmpfiles.d
===================================================================
--- community-x86_64/redis.tmpfiles.d	2014-08-27 13:06:11 UTC (rev 117964)
+++ community-x86_64/redis.tmpfiles.d	2014-08-27 13:06:26 UTC (rev 117965)
@@ -1 +0,0 @@
-d /run/redis 0755 redis redis -




More information about the arch-commits mailing list