[arch-commits] Commit in collectd/repos (12 files)

2014-05-17 Thread Gaetan Bisson
Date: Sunday, May 18, 2014 @ 04:59:39
  Author: bisson
Revision: 111399

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

Added:
  collectd/repos/community-i686/PKGBUILD
(from rev 111398, collectd/trunk/PKGBUILD)
  collectd/repos/community-i686/libperl.patch
(from rev 111398, collectd/trunk/libperl.patch)
  collectd/repos/community-i686/service
(from rev 111398, collectd/trunk/service)
  collectd/repos/community-x86_64/PKGBUILD
(from rev 111398, collectd/trunk/PKGBUILD)
  collectd/repos/community-x86_64/libperl.patch
(from rev 111398, collectd/trunk/libperl.patch)
  collectd/repos/community-x86_64/service
(from rev 111398, collectd/trunk/service)
Deleted:
  collectd/repos/community-i686/PKGBUILD
  collectd/repos/community-i686/libperl.patch
  collectd/repos/community-i686/service
  collectd/repos/community-x86_64/PKGBUILD
  collectd/repos/community-x86_64/libperl.patch
  collectd/repos/community-x86_64/service

+
 /PKGBUILD  |  146 +++
 /libperl.patch |   58 +++
 /service   |   26 ++
 community-i686/PKGBUILD|   74 ---
 community-i686/libperl.patch   |   29 ---
 community-i686/service |   13 ---
 community-x86_64/PKGBUILD  |   74 ---
 community-x86_64/libperl.patch |   29 ---
 community-x86_64/service   |   13 ---
 9 files changed, 230 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-18 02:58:43 UTC (rev 111398)
+++ community-i686/PKGBUILD 2014-05-18 02:59:39 UTC (rev 111399)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Gerhard Brauer gerhard.bra...@web.de
-
-pkgname=collectd
-pkgver=5.4.1
-pkgrel=1
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='http://collectd.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'libmariadbclient: mysql plugin'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python2: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'xmms: xmms plugin'
-'yajl: curl_json plugin')
-
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
- 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
- 'libvirt' 'libxml2' 'xmms' 'yajl')
-
-depends=('libltdl' 'iptables')
-
-source=(${url}files/${pkgname}-${pkgver}.tar.bz2
-'libperl.patch'
-'service')
-sha1sums=('cea47e3936ed081bd71efacf7ba825fc837dc347'
-  'efa6450c20ce314e9000a69b17520211f6a471e1'
-  '04f676d0b76c34df0bbf94629813e035b1febe04')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
-   patch -p1 -i ../libperl.patch
-   autoreconf
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python2
-   make all
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rmdir ${pkgdir}/var/run # FS#30201
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
${pkgdir}/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-i686/PKGBUILD (from rev 111398, 
collectd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-18 02:59:39 UTC (rev 111399)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Gerhard Brauer gerhard.bra...@web.de
+
+pkgname=collectd
+pkgver=5.4.1
+pkgrel=2
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='http://collectd.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+

[arch-commits] Commit in collectd/repos (12 files)

2014-02-23 Thread Gaetan Bisson
Date: Monday, February 24, 2014 @ 07:59:03
  Author: bisson
Revision: 106139

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

Added:
  collectd/repos/community-i686/PKGBUILD
(from rev 106138, collectd/trunk/PKGBUILD)
  collectd/repos/community-i686/libperl.patch
(from rev 106138, collectd/trunk/libperl.patch)
  collectd/repos/community-i686/service
(from rev 106138, collectd/trunk/service)
  collectd/repos/community-x86_64/PKGBUILD
(from rev 106138, collectd/trunk/PKGBUILD)
  collectd/repos/community-x86_64/libperl.patch
(from rev 106138, collectd/trunk/libperl.patch)
  collectd/repos/community-x86_64/service
(from rev 106138, collectd/trunk/service)
Deleted:
  collectd/repos/community-i686/PKGBUILD
  collectd/repos/community-i686/libperl.patch
  collectd/repos/community-i686/service
  collectd/repos/community-x86_64/PKGBUILD
  collectd/repos/community-x86_64/libperl.patch
  collectd/repos/community-x86_64/service

+
 /PKGBUILD  |  148 +++
 /libperl.patch |   58 +++
 /service   |   26 ++
 community-i686/PKGBUILD|   74 ---
 community-i686/libperl.patch   |   29 ---
 community-i686/service |   13 ---
 community-x86_64/PKGBUILD  |   74 ---
 community-x86_64/libperl.patch |   29 ---
 community-x86_64/service   |   13 ---
 9 files changed, 232 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-24 06:58:24 UTC (rev 106138)
+++ community-i686/PKGBUILD 2014-02-24 06:59:03 UTC (rev 106139)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Gerhard Brauer gerhard.bra...@web.de
-
-pkgname=collectd
-pkgver=5.4.0
-pkgrel=2
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='http://collectd.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'libmariadbclient: mysql plugin'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python2: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'xmms: xmms plugin'
-'yajl: curl_json plugin')
-
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
- 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
- 'libvirt' 'libxml2' 'xmms' 'yajl')
-
-depends=('libltdl' 'iptables')
-
-source=(${url}files/${pkgname}-${pkgver}.tar.bz2
-'libperl.patch'
-'service')
-sha1sums=('c2bc3ca3c62cfba4499c4eb14066a4c78301cc2c'
-  '5364ea1330bc56c3b7cfb6d7f19a627c0053279e'
-  '04f676d0b76c34df0bbf94629813e035b1febe04')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's/-Werror//g' -i *.in */*.in */*/*.in
-   patch -p1 -i ../libperl.patch
-   autoconf
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python2
-   make all
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rmdir ${pkgdir}/var/run # FS#30201
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
${pkgdir}/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-i686/PKGBUILD (from rev 106138, 
collectd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-24 06:59:03 UTC (rev 106139)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Gerhard Brauer gerhard.bra...@web.de
+
+pkgname=collectd
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='http://collectd.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+

[arch-commits] Commit in collectd/repos (12 files)

2013-08-22 Thread Gaetan Bisson
Date: Friday, August 23, 2013 @ 06:10:37
  Author: bisson
Revision: 96266

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

Added:
  collectd/repos/community-i686/PKGBUILD
(from rev 96265, collectd/trunk/PKGBUILD)
  collectd/repos/community-i686/libperl.patch
(from rev 96265, collectd/trunk/libperl.patch)
  collectd/repos/community-i686/service
(from rev 96265, collectd/trunk/service)
  collectd/repos/community-x86_64/PKGBUILD
(from rev 96265, collectd/trunk/PKGBUILD)
  collectd/repos/community-x86_64/libperl.patch
(from rev 96265, collectd/trunk/libperl.patch)
  collectd/repos/community-x86_64/service
(from rev 96265, collectd/trunk/service)
Deleted:
  collectd/repos/community-i686/PKGBUILD
  collectd/repos/community-i686/libperl.patch
  collectd/repos/community-i686/service
  collectd/repos/community-x86_64/PKGBUILD
  collectd/repos/community-x86_64/libperl.patch
  collectd/repos/community-x86_64/service

+
 /PKGBUILD  |  152 +++
 /libperl.patch |   58 ++
 /service   |   26 ++
 community-i686/PKGBUILD|   76 ---
 community-i686/libperl.patch   |   29 ---
 community-i686/service |   13 ---
 community-x86_64/PKGBUILD  |   76 ---
 community-x86_64/libperl.patch |   29 ---
 community-x86_64/service   |   13 ---
 9 files changed, 236 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-23 04:09:58 UTC (rev 96265)
+++ community-i686/PKGBUILD 2013-08-23 04:10:37 UTC (rev 96266)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Gerhard Brauer gerhard.bra...@web.de
-
-pkgname=collectd
-pkgver=5.3.0
-pkgrel=3
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='http://collectd.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'libmariadbclient: mysql plugin'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python2: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'xmms: xmms plugin'
-'yajl: curl_json plugin')
-
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
- 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
- 'libvirt' 'libxml2' 'xmms' 'yajl')
-
-depends=('libltdl' 'iptables')
-
-source=(${url}files/${pkgname}-${pkgver}.tar.gz
-'libperl.patch'
-'service')
-sha1sums=('53879095aa51b7dd0b30882b0c9b6ce8c93a8539'
-  '245c098d121a4a05594553583310953b3a2f6461'
-  '04f676d0b76c34df0bbf94629813e035b1febe04')
-
-backup=('etc/collectd.conf')
-options=('!libtool')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../libperl.patch
-   autoconf
-   sed 's/-Werror//g' -i src/Makefile.in
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-static \
-   --with-python=/usr/bin/python2
-   make all
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rmdir ${pkgdir}/var/run # FS#30201
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
${pkgdir}/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-i686/PKGBUILD (from rev 96265, 
collectd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-23 04:10:37 UTC (rev 96266)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Gerhard Brauer gerhard.bra...@web.de
+
+pkgname=collectd
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='http://collectd.org/'

[arch-commits] Commit in collectd/repos (12 files)

2013-03-04 Thread Gaetan Bisson
Date: Monday, March 4, 2013 @ 16:02:28
  Author: bisson
Revision: 85663

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

Added:
  collectd/repos/community-staging-i686/
  collectd/repos/community-staging-i686/PKGBUILD
(from rev 85662, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-i686/install
(from rev 85662, collectd/trunk/install)
  collectd/repos/community-staging-i686/libperl.patch
(from rev 85662, collectd/trunk/libperl.patch)
  collectd/repos/community-staging-i686/rc.d
(from rev 85662, collectd/trunk/rc.d)
  collectd/repos/community-staging-i686/service
(from rev 85662, collectd/trunk/service)
  collectd/repos/community-staging-x86_64/
  collectd/repos/community-staging-x86_64/PKGBUILD
(from rev 85662, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-x86_64/install
(from rev 85662, collectd/trunk/install)
  collectd/repos/community-staging-x86_64/libperl.patch
(from rev 85662, collectd/trunk/libperl.patch)
  collectd/repos/community-staging-x86_64/rc.d
(from rev 85662, collectd/trunk/rc.d)
  collectd/repos/community-staging-x86_64/service
(from rev 85662, collectd/trunk/service)

+
 community-staging-i686/PKGBUILD|   80 +++
 community-staging-i686/install |8 +++
 community-staging-i686/libperl.patch   |   29 +++
 community-staging-i686/rc.d|   39 +++
 community-staging-i686/service |   13 +
 community-staging-x86_64/PKGBUILD  |   80 +++
 community-staging-x86_64/install   |8 +++
 community-staging-x86_64/libperl.patch |   29 +++
 community-staging-x86_64/rc.d  |   39 +++
 community-staging-x86_64/service   |   13 +
 10 files changed, 338 insertions(+)

Copied: collectd/repos/community-staging-i686/PKGBUILD (from rev 85662, 
collectd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-04 15:02:28 UTC (rev 85663)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Gerhard Brauer gerhard.bra...@web.de
+
+pkgname=collectd
+pkgver=5.2.0
+pkgrel=3
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='http://collectd.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'libmariadbclient: mysql plugin'
+'iproute2: netlink plugin'
+'net-snmp: snmp plugin'
+'libnotify: notify_desktop plugin'
+'liboping: ping plugin'
+'libpcap: dns plugin'
+'perl: perl plugin'
+'postgresql-libs: postgresql plugin'
+'python2: python plugin'
+'rrdtool: rrdtool and rrdcached plugins'
+'lm_sensors: lm_sensors and sensors plugins'
+'libvirt: libvirt plugin'
+'libxml2: ascent and libvirt plugins'
+'xmms: xmms plugin'
+'yajl: curl_json plugin')
+
+makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
+ 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
+ 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
+ 'libvirt' 'libxml2' 'xmms' 'yajl')
+
+depends=('libltdl' 'iptables')
+
+source=(${url}files/${pkgname}-${pkgver}.tar.gz
+'libperl.patch'
+'service'
+'rc.d')
+sha1sums=('b56832913cbdc06ee370f89a57ed3c25ed16a88b'
+  '245c098d121a4a05594553583310953b3a2f6461'
+  'b56907f532b9174e1b6995aadb518228d7464d3b'
+  '0f441718d5519cb043b1130e5a1d0379078adbcc')
+
+backup=('etc/collectd.conf')
+options=('!libtool')
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../libperl.patch
+   autoconf
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --enable-static=no \
+   --with-python=/usr/bin/python2
+
+   make all
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   rmdir ${pkgdir}/var/run # FS#30201
+   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/collectd.service
+   install -Dm644 contrib/collectd2html.pl 
${pkgdir}/usr/share/collectd/collectd2html.pl
+   mv ${pkgdir}/usr/man/man3 ${pkgdir}/usr/share/man # perl man magick 
ignores datarootdir
+}

Copied: