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

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu May 23 11:17:51 UTC 2013


    Date: Thursday, May 23, 2013 @ 13:17:51
  Author: spupykin
Revision: 91534

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

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

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 /service                  |   18 +++++++++++
 community-i686/PKGBUILD   |   36 ----------------------
 community-i686/service    |    9 -----
 community-x86_64/PKGBUILD |   36 ----------------------
 community-x86_64/service  |    9 -----
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-23 11:17:34 UTC (rev 91533)
+++ community-i686/PKGBUILD	2013-05-23 11:17:51 UTC (rev 91534)
@@ -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=4
-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'
-         'fcc189e3dee616ff414dac72637c1a19')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make all
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver 
-  make DESTDIR=$pkgdir install
-
-  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 91533, vnstat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-23 11:17:51 UTC (rev 91534)
@@ -0,0 +1,36 @@
+# $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=5
+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
+}

Deleted: community-i686/service
===================================================================
--- community-i686/service	2013-05-23 11:17:34 UTC (rev 91533)
+++ community-i686/service	2013-05-23 11:17:51 UTC (rev 91534)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Network traffic monitor
-
-[Service]
-ExecStart=/usr/sbin/vnstatd -n
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: vnstat/repos/community-i686/service (from rev 91533, vnstat/trunk/service)
===================================================================
--- community-i686/service	                        (rev 0)
+++ community-i686/service	2013-05-23 11:17:51 UTC (rev 91534)
@@ -0,0 +1,9 @@
+[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	2013-05-23 11:17:34 UTC (rev 91533)
+++ community-x86_64/PKGBUILD	2013-05-23 11:17:51 UTC (rev 91534)
@@ -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=4
-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'
-         'fcc189e3dee616ff414dac72637c1a19')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make all
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver 
-  make DESTDIR=$pkgdir install
-
-  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 91533, vnstat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-23 11:17:51 UTC (rev 91534)
@@ -0,0 +1,36 @@
+# $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=5
+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
+}

Deleted: community-x86_64/service
===================================================================
--- community-x86_64/service	2013-05-23 11:17:34 UTC (rev 91533)
+++ community-x86_64/service	2013-05-23 11:17:51 UTC (rev 91534)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Network traffic monitor
-
-[Service]
-ExecStart=/usr/sbin/vnstatd -n
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: vnstat/repos/community-x86_64/service (from rev 91533, vnstat/trunk/service)
===================================================================
--- community-x86_64/service	                        (rev 0)
+++ community-x86_64/service	2013-05-23 11:17:51 UTC (rev 91534)
@@ -0,0 +1,9 @@
+[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