[arch-commits] Commit in tenshi/repos/community-any (8 files)

Florian Pritz bluewind at archlinux.org
Fri Aug 18 15:35:40 UTC 2017


    Date: Friday, August 18, 2017 @ 15:35:39
  Author: bluewind
Revision: 252507

archrelease: copy trunk to community-any

Added:
  tenshi/repos/community-any/PKGBUILD
    (from rev 252506, tenshi/trunk/PKGBUILD)
  tenshi/repos/community-any/conf.diff
    (from rev 252506, tenshi/trunk/conf.diff)
  tenshi/repos/community-any/tenshi.install
    (from rev 252506, tenshi/trunk/tenshi.install)
  tenshi/repos/community-any/tenshi.service
    (from rev 252506, tenshi/trunk/tenshi.service)
Deleted:
  tenshi/repos/community-any/PKGBUILD
  tenshi/repos/community-any/conf.diff
  tenshi/repos/community-any/tenshi.install
  tenshi/repos/community-any/tenshi.service

----------------+
 PKGBUILD       |   78 +++++++++++++++++++++++++++----------------------------
 conf.diff      |   26 +++++++++---------
 tenshi.install |   40 ++++++++++++++--------------
 tenshi.service |   18 ++++++------
 4 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-18 15:35:33 UTC (rev 252506)
+++ PKGBUILD	2017-08-18 15:35:39 UTC (rev 252507)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <flo at xinu.at>
-# Contributor: Ryan Corder <ryanc at greengrey.org>
-
-pkgname=tenshi
-pkgver=0.15
-pkgrel=2
-pkgdesc="real-time log monitor from the Gentoo Linux project"
-url="http://dev.inversepath.com/trac/tenshi"
-arch=(any)
-license=("custom")
-depends=('perl' 'perl-io-bufferedselect')
-install="$pkgname.install"
-source=("http://dev.inversepath.com/tenshi/$pkgname-$pkgver.tar.gz"
-        'tenshi.install'
-        'tenshi.service'
-        'conf.diff')
-backup=(etc/tenshi/tenshi.conf)
-md5sums=('3eb858893e29f0f6e7fb9f58f653a5b1'
-         '29bd3646a619768666b704b2ed2e6e72'
-         '8c8a582c6a8c61d4ff596ed3af8ab593'
-         '451250b1955b14691ca1c7124d1991f2')
-
-build() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	patch -i "$srcdir/conf.diff"
-	make
-}
-
-package() {
-	cd "$srcdir/$pkgname-$pkgver"
-
-	make DESTDIR="$pkgdir" docdir=/usr/share/doc/tenshi bindir=/usr/bin install
-	install -Dm644 "$srcdir/tenshi.service" "$pkgdir/usr/lib/systemd/system/tenshi.service"
-	install -dm755 "$pkgdir/usr/share/licenses/tenshi"
-	mv "$pkgdir/usr/share/doc/tenshi/LICENSE" "$pkgdir/usr/share/licenses/tenshi/LICENSE"
-	chmod 750 "$pkgdir/etc/tenshi" "$pkgdir/var/lib/tenshi"
-}

Copied: tenshi/repos/community-any/PKGBUILD (from rev 252506, tenshi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-08-18 15:35:39 UTC (rev 252507)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Florian Pritz <flo at xinu.at>
+# Contributor: Ryan Corder <ryanc at greengrey.org>
+
+pkgname=tenshi
+pkgver=0.16
+pkgrel=1
+pkgdesc="real-time log monitor from the Gentoo Linux project"
+url="http://dev.inversepath.com/trac/tenshi"
+arch=(any)
+license=("custom")
+depends=('perl' 'perl-io-bufferedselect')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/inversepath/tenshi/archive/$pkgver.tar.gz"
+        'tenshi.install'
+        'tenshi.service'
+        'conf.diff')
+backup=(etc/tenshi/tenshi.conf)
+md5sums=('b9646895fc1d16dfe7012677a34b0633'
+         '29bd3646a619768666b704b2ed2e6e72'
+         '8c8a582c6a8c61d4ff596ed3af8ab593'
+         '451250b1955b14691ca1c7124d1991f2')
+
+build() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	patch -i "$srcdir/conf.diff"
+	make
+}
+
+package() {
+	cd "$srcdir/$pkgname-$pkgver"
+
+	make DESTDIR="$pkgdir" docdir=/usr/share/doc/tenshi bindir=/usr/bin install
+	install -Dm644 "$srcdir/tenshi.service" "$pkgdir/usr/lib/systemd/system/tenshi.service"
+	install -dm755 "$pkgdir/usr/share/licenses/tenshi"
+	mv "$pkgdir/usr/share/doc/tenshi/LICENSE" "$pkgdir/usr/share/licenses/tenshi/LICENSE"
+	chmod 750 "$pkgdir/etc/tenshi" "$pkgdir/var/lib/tenshi"
+}

Deleted: conf.diff
===================================================================
--- conf.diff	2017-08-18 15:35:33 UTC (rev 252506)
+++ conf.diff	2017-08-18 15:35:39 UTC (rev 252507)
@@ -1,13 +0,0 @@
---- tenshi_2011-01-01_194405.conf	2011-01-01 19:44:05.000000000 +0100
-+++ tenshi.conf	2011-01-01 19:44:23.000000000 +0100
-@@ -7,8 +7,8 @@
- set uid tenshi
- set gid tenshi
- 
--set pidfile /var/run/tenshi.pid
--set logfile /var/log/messages
-+set pidfile /var/lib/tenshi/tenshi.pid
-+set logfile /var/log/everything.log
- set logfile /var/log/mail.log
- # set fifo   /var/log/tenshi.fifo
- # set listen 127.0.0.1:514

Copied: tenshi/repos/community-any/conf.diff (from rev 252506, tenshi/trunk/conf.diff)
===================================================================
--- conf.diff	                        (rev 0)
+++ conf.diff	2017-08-18 15:35:39 UTC (rev 252507)
@@ -0,0 +1,13 @@
+--- tenshi_2011-01-01_194405.conf	2011-01-01 19:44:05.000000000 +0100
++++ tenshi.conf	2011-01-01 19:44:23.000000000 +0100
+@@ -7,8 +7,8 @@
+ set uid tenshi
+ set gid tenshi
+ 
+-set pidfile /var/run/tenshi.pid
+-set logfile /var/log/messages
++set pidfile /var/lib/tenshi/tenshi.pid
++set logfile /var/log/everything.log
+ set logfile /var/log/mail.log
+ # set fifo   /var/log/tenshi.fifo
+ # set listen 127.0.0.1:514

Deleted: tenshi.install
===================================================================
--- tenshi.install	2017-08-18 15:35:33 UTC (rev 252506)
+++ tenshi.install	2017-08-18 15:35:39 UTC (rev 252507)
@@ -1,20 +0,0 @@
-post_install() {
-    # create tenshi user
-    if [ -z "`grep '^tenshi:' /etc/group`" ]; then
-        groupadd tenshi
-    fi
-    if [ -z "`grep '^tenshi:' /etc/passwd`" ]; then
-        useradd -d /var/lib/tenshi -g tenshi -s /bin/false tenshi
-    else
-        usermod -s /bin/false tenshi
-    fi
-
-    # set more secure permissions on config files, etc
-    chown -R tenshi:tenshi /etc/tenshi
-    chown -R tenshi:tenshi /var/lib/tenshi
-}
-
-post_upgrade() {
-    post_install $1
-}
-

Copied: tenshi/repos/community-any/tenshi.install (from rev 252506, tenshi/trunk/tenshi.install)
===================================================================
--- tenshi.install	                        (rev 0)
+++ tenshi.install	2017-08-18 15:35:39 UTC (rev 252507)
@@ -0,0 +1,20 @@
+post_install() {
+    # create tenshi user
+    if [ -z "`grep '^tenshi:' /etc/group`" ]; then
+        groupadd tenshi
+    fi
+    if [ -z "`grep '^tenshi:' /etc/passwd`" ]; then
+        useradd -d /var/lib/tenshi -g tenshi -s /bin/false tenshi
+    else
+        usermod -s /bin/false tenshi
+    fi
+
+    # set more secure permissions on config files, etc
+    chown -R tenshi:tenshi /etc/tenshi
+    chown -R tenshi:tenshi /var/lib/tenshi
+}
+
+post_upgrade() {
+    post_install $1
+}
+

Deleted: tenshi.service
===================================================================
--- tenshi.service	2017-08-18 15:35:33 UTC (rev 252506)
+++ tenshi.service	2017-08-18 15:35:39 UTC (rev 252507)
@@ -1,9 +0,0 @@
-[Unit]
-Description=real-time log monitor
-
-[Service]
-ExecStart=/usr/bin/tenshi -c /etc/tenshi/tenshi.conf -f
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: tenshi/repos/community-any/tenshi.service (from rev 252506, tenshi/trunk/tenshi.service)
===================================================================
--- tenshi.service	                        (rev 0)
+++ tenshi.service	2017-08-18 15:35:39 UTC (rev 252507)
@@ -0,0 +1,9 @@
+[Unit]
+Description=real-time log monitor
+
+[Service]
+ExecStart=/usr/bin/tenshi -c /etc/tenshi/tenshi.conf -f
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list