Date: Saturday, January 3, 2015 @ 19:18:20
  Author: bluewind
Revision: 125241

archrelease: copy trunk to community-any

Added:
  smokeping/repos/community-any/PKGBUILD
    (from rev 125240, smokeping/trunk/PKGBUILD)
  smokeping/repos/community-any/htdocs-makefile.patch
    (from rev 125240, smokeping/trunk/htdocs-makefile.patch)
  smokeping/repos/community-any/install
    (from rev 125240, smokeping/trunk/install)
  smokeping/repos/community-any/service
    (from rev 125240, smokeping/trunk/service)
Deleted:
  smokeping/repos/community-any/PKGBUILD
  smokeping/repos/community-any/htdocs-makefile.patch
  smokeping/repos/community-any/install
  smokeping/repos/community-any/service

-----------------------+
 PKGBUILD              |   65 ++++++++++++++++++++++++------------------------
 htdocs-makefile.patch |   22 ++++++++--------
 install               |   30 +++++++++++-----------
 service               |   14 +++++-----
 4 files changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2015-01-03 18:18:16 UTC (rev 125240)
+++ PKGBUILD    2015-01-03 18:18:20 UTC (rev 125241)
@@ -1,32 +0,0 @@
-# Maintainer: Florian Pritz <bluew...@xinu.at>
-# Contributor: Christos Nouskas nous <nous at archlinux.us>
-
-pkgname=smokeping
-pkgver=2.6.10
-pkgrel=1
-pkgdesc="A tool to keep track of your network latency"
-arch=('any')
-url="http://oss.oetiker.ch/smokeping/";
-license=('GPL2')
-depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast')
-source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
-service)
-sha256sums=('0121672951f47bd45575898c3e4d767e22cc692dd272d723b422515fd3cc641c'
-            'd8269fb14221d679bd4eb7e7028eda47ac5bb24490ecff4ec7e949c6209688be')
-install=install
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
-  chmod 700 "$pkgdir/etc/smokeping"
-}
-

Copied: smokeping/repos/community-any/PKGBUILD (from rev 125240, 
smokeping/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2015-01-03 18:18:20 UTC (rev 125241)
@@ -0,0 +1,33 @@
+# Maintainer: Florian Pritz <bluew...@xinu.at>
+# Contributor: Christos Nouskas nous <nous at archlinux.us>
+
+pkgname=smokeping
+pkgver=2.6.11
+pkgrel=1
+pkgdesc="A tool to keep track of your network latency"
+arch=('any')
+url="http://oss.oetiker.ch/smokeping/";
+license=('GPL2')
+depends=('perl-config-grammar' 'perl-digest-hmac' 'perl-libwww' 'rrdtool' 
'perl-fcgi' 'perl-cgi-fast'
+         'perl-io-tty' 'perl-net-dns' 'perl-net-snmp' 'perl-net-telnet' 
'perl-ldap' 'perl-net-openssh')
+source=(http://oss.oetiker.ch/smokeping/pub/smokeping-${pkgver}.tar.gz
+service)
+sha256sums=('f2b3c386e95a74af2b1e7aec6410d0a58852339f00e9963f3c770cfd85ba30dd'
+            'd8269fb14221d679bd4eb7e7028eda47ac5bb24490ecff4ec7e949c6209688be')
+install=install
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc/smokeping 
--with-htdocs-dir=/srv/http/smokeping
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/service" 
"$pkgdir/usr/lib/systemd/system/smokeping.service"
+  chmod 700 "$pkgdir/etc/smokeping"
+}
+

Deleted: htdocs-makefile.patch
===================================================================
--- htdocs-makefile.patch       2015-01-03 18:18:16 UTC (rev 125240)
+++ htdocs-makefile.patch       2015-01-03 18:18:20 UTC (rev 125241)
@@ -1,11 +0,0 @@
---- a/htdocs/Makefile.in       2013-03-04 14:07:55.000000000 +0100
-+++ b/htdocs/Makefile.in       2013-09-04 19:00:19.802492714 +0200
-@@ -433,7 +433,7 @@
- install-data-local:
-       $(MKDIR) -p $(DESTDIR)$(HTDOCSDIR)
-       $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
--      $(ECHO) "exec $(prefix)/bin/smokeping_cgi $(prefix)/etc/config" >> 
$(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
-+      $(ECHO) "exec $(prefix)/bin/smokeping_cgi $(sysconfdir)/config" >> 
$(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
-       chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.

Copied: smokeping/repos/community-any/htdocs-makefile.patch (from rev 125240, 
smokeping/trunk/htdocs-makefile.patch)
===================================================================
--- htdocs-makefile.patch                               (rev 0)
+++ htdocs-makefile.patch       2015-01-03 18:18:20 UTC (rev 125241)
@@ -0,0 +1,11 @@
+--- a/htdocs/Makefile.in       2013-03-04 14:07:55.000000000 +0100
++++ b/htdocs/Makefile.in       2013-09-04 19:00:19.802492714 +0200
+@@ -433,7 +433,7 @@
+ install-data-local:
+       $(MKDIR) -p $(DESTDIR)$(HTDOCSDIR)
+       $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
+-      $(ECHO) "exec $(prefix)/bin/smokeping_cgi $(prefix)/etc/config" >> 
$(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
++      $(ECHO) "exec $(prefix)/bin/smokeping_cgi $(sysconfdir)/config" >> 
$(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
+       chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.

Deleted: install
===================================================================
--- install     2015-01-03 18:18:16 UTC (rev 125240)
+++ install     2015-01-03 18:18:20 UTC (rev 125241)
@@ -1,15 +0,0 @@
-post_install() {
-       getent group smokeping  &>/dev/null || groupadd -g 181 smokeping  
>/dev/null
-       getent passwd smokeping &>/dev/null || useradd -u 181 -d 
/var/lib/smokeping -g smokeping -s /bin/false smokeping >/dev/null
-       chown -R smokeping:smokeping /srv/http/smokeping /etc/smokeping 
-}
-
-post_upgrade() {
-       post_install
-}
-
-pre_remove() {
-       getent passwd smokeping &>/dev/null && userdel  smokeping  >/dev/null
-       getent group smokeping  &>/dev/null && groupdel smokeping  >/dev/null
-       true
-}

Copied: smokeping/repos/community-any/install (from rev 125240, 
smokeping/trunk/install)
===================================================================
--- install                             (rev 0)
+++ install     2015-01-03 18:18:20 UTC (rev 125241)
@@ -0,0 +1,15 @@
+post_install() {
+       getent group smokeping  &>/dev/null || groupadd -g 181 smokeping  
>/dev/null
+       getent passwd smokeping &>/dev/null || useradd -u 181 -d 
/var/lib/smokeping -g smokeping -s /bin/false smokeping >/dev/null
+       chown -R smokeping:smokeping /srv/http/smokeping /etc/smokeping 
+}
+
+post_upgrade() {
+       post_install
+}
+
+pre_remove() {
+       getent passwd smokeping &>/dev/null && userdel  smokeping  >/dev/null
+       getent group smokeping  &>/dev/null && groupdel smokeping  >/dev/null
+       true
+}

Deleted: service
===================================================================
--- service     2015-01-03 18:18:16 UTC (rev 125240)
+++ service     2015-01-03 18:18:20 UTC (rev 125241)
@@ -1,7 +0,0 @@
-[Service]
-User=smokeping
-ExecStart=/usr/bin/smokeping --nodaemon --config=/etc/smokeping/config
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: smokeping/repos/community-any/service (from rev 125240, 
smokeping/trunk/service)
===================================================================
--- service                             (rev 0)
+++ service     2015-01-03 18:18:20 UTC (rev 125241)
@@ -0,0 +1,7 @@
+[Service]
+User=smokeping
+ExecStart=/usr/bin/smokeping --nodaemon --config=/etc/smokeping/config
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Reply via email to