[arch-commits] Commit in vnstat/repos (6 files)

Sergej Pupykin spupykin at archlinux.org
Mon Sep 1 11:54:34 UTC 2014


    Date: Monday, September 1, 2014 @ 13:54:34
  Author: spupykin
Revision: 118122

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

Added:
  vnstat/repos/community-i686/PKGBUILD
    (from rev 118121, vnstat/trunk/PKGBUILD)
  vnstat/repos/community-x86_64/PKGBUILD
    (from rev 118121, vnstat/trunk/PKGBUILD)
Deleted:
  vnstat/repos/community-i686/PKGBUILD
  vnstat/repos/community-i686/service
  vnstat/repos/community-x86_64/PKGBUILD
  vnstat/repos/community-x86_64/service

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 --------------------------
 community-i686/service    |    9 ------
 community-x86_64/PKGBUILD |   36 --------------------------
 community-x86_64/service  |    9 ------
 5 files changed, 60 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-01 11:54:19 UTC (rev 118121)
+++ community-i686/PKGBUILD	2014-09-01 11:54:34 UTC (rev 118122)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=vnstat
-pkgver=1.11
-pkgrel=7
-pkgdesc="A console-based network traffic monitor"
-arch=('i686' 'x86_64')
-url="http://humdi.net/vnstat/"
-license=('GPL')
-depends=('bash')
-makedepends=('gd')
-optdepends=('gd: image output')
-backup=(etc/vnstat.conf)
-source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz
-	service)
-md5sums=('a5a113f9176cd61fb954f2ba297f5fdb'
-         'df452896729db4a569005f1ebf6b57f4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make all SBIN=/usr/bin
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
-
-  install -Dm644 $srcdir/service $pkgdir/usr/lib/systemd/system/vnstat.service
-
-  install -D -m0644 examples/vnstat.cron $pkgdir/usr/share/doc/vnstat/examples/vnstat.cron
-  install -D -m0755 examples/vnstat.cgi $pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
-  sed -i 's#root##' $pkgdir/usr/share/doc/vnstat/examples/vnstat.cron
-}

Copied: vnstat/repos/community-i686/PKGBUILD (from rev 118121, vnstat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-01 11:54:34 UTC (rev 118122)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=vnstat
+pkgver=1.12
+pkgrel=1
+pkgdesc="A console-based network traffic monitor"
+arch=('i686' 'x86_64')
+url="http://humdi.net/vnstat/"
+license=('GPL')
+depends=('bash')
+makedepends=('gd')
+optdepends=('gd: image output')
+backup=(etc/vnstat.conf)
+source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
+md5sums=('a154b2196771e06a8accd1c24374009c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make all SBIN=/usr/bin
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
+  install -Dm0755 examples/vnstat.cgi $pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
+  install -Dm0644 examples/systemd/vnstat.service $pkgdir/usr/lib/systemd/system/vnstat.service
+}

Deleted: community-i686/service
===================================================================
--- community-i686/service	2014-09-01 11:54:19 UTC (rev 118121)
+++ community-i686/service	2014-09-01 11:54:34 UTC (rev 118122)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Network traffic monitor
-
-[Service]
-ExecStart=/usr/bin/vnstatd -n
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-01 11:54:19 UTC (rev 118121)
+++ community-x86_64/PKGBUILD	2014-09-01 11:54:34 UTC (rev 118122)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=vnstat
-pkgver=1.11
-pkgrel=7
-pkgdesc="A console-based network traffic monitor"
-arch=('i686' 'x86_64')
-url="http://humdi.net/vnstat/"
-license=('GPL')
-depends=('bash')
-makedepends=('gd')
-optdepends=('gd: image output')
-backup=(etc/vnstat.conf)
-source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz
-	service)
-md5sums=('a5a113f9176cd61fb954f2ba297f5fdb'
-         'df452896729db4a569005f1ebf6b57f4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make all SBIN=/usr/bin
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
-
-  install -Dm644 $srcdir/service $pkgdir/usr/lib/systemd/system/vnstat.service
-
-  install -D -m0644 examples/vnstat.cron $pkgdir/usr/share/doc/vnstat/examples/vnstat.cron
-  install -D -m0755 examples/vnstat.cgi $pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
-  sed -i 's#root##' $pkgdir/usr/share/doc/vnstat/examples/vnstat.cron
-}

Copied: vnstat/repos/community-x86_64/PKGBUILD (from rev 118121, vnstat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-01 11:54:34 UTC (rev 118122)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=vnstat
+pkgver=1.12
+pkgrel=1
+pkgdesc="A console-based network traffic monitor"
+arch=('i686' 'x86_64')
+url="http://humdi.net/vnstat/"
+license=('GPL')
+depends=('bash')
+makedepends=('gd')
+optdepends=('gd: image output')
+backup=(etc/vnstat.conf)
+source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
+md5sums=('a154b2196771e06a8accd1c24374009c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make all SBIN=/usr/bin
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install SBIN=$pkgdir/usr/bin
+  install -Dm0755 examples/vnstat.cgi $pkgdir/usr/share/doc/vnstat/examples/vnstat.cgi
+  install -Dm0644 examples/systemd/vnstat.service $pkgdir/usr/lib/systemd/system/vnstat.service
+}

Deleted: community-x86_64/service
===================================================================
--- community-x86_64/service	2014-09-01 11:54:19 UTC (rev 118121)
+++ community-x86_64/service	2014-09-01 11:54:34 UTC (rev 118122)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Network traffic monitor
-
-[Service]
-ExecStart=/usr/bin/vnstatd -n
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target




More information about the arch-commits mailing list