[arch-commits] Commit in monitoring-plugins/repos (4 files)

Jonathan Steel jsteel at archlinux.org
Fri Oct 24 17:42:49 UTC 2014


    Date: Friday, October 24, 2014 @ 19:42:48
  Author: jsteel
Revision: 121362

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

Added:
  monitoring-plugins/repos/community-i686/PKGBUILD
    (from rev 121361, monitoring-plugins/trunk/PKGBUILD)
  monitoring-plugins/repos/community-x86_64/PKGBUILD
    (from rev 121361, monitoring-plugins/trunk/PKGBUILD)
Deleted:
  monitoring-plugins/repos/community-i686/PKGBUILD
  monitoring-plugins/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 -------------------
 community-x86_64/PKGBUILD |   36 -------------------
 3 files changed, 82 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-10-24 17:42:29 UTC (rev 121361)
+++ community-i686/PKGBUILD	2014-10-24 17:42:48 UTC (rev 121362)
@@ -1,36 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Idares <idares at seznam dot cz>
-
-pkgname=monitoring-plugins
-pkgver=2.1
-pkgrel=2
-pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other monitoring applications."
-arch=('i686' 'x86_64')
-url="http://www.monitoring-plugins.org"
-license=('GPL3')
-depends=('libldap')
-makedepends=('net-snmp')
-optdepends=('net-snmp: for SNMP checking')
-provides=('nagios-plugins')
-conflicts=('nagios-plugins')
-replaces=('nagios-plugins')
-source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-
-  install -Dm644 FAQ "$pkgdir"/usr/share/doc/$pkgname/FAQ
-  install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
-  install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
-}

Copied: monitoring-plugins/repos/community-i686/PKGBUILD (from rev 121361, monitoring-plugins/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-24 17:42:48 UTC (rev 121362)
@@ -0,0 +1,41 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Idares <idares at seznam dot cz>
+
+pkgname=monitoring-plugins
+pkgver=2.1
+pkgrel=3
+pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other monitoring applications."
+arch=('i686' 'x86_64')
+url="http://www.monitoring-plugins.org"
+license=('GPL3')
+depends=('libldap')
+makedepends=('net-snmp' 'postgresql-libs' 'libdbi' 'libmariadbclient'
+  'procps-ng' 'iputils' 'fping' 'dnsutils' 'rpcbind' 'smbclient' 'openssh'
+  'inetutils' 'postfix' 'perl-net-snmp')
+optdepends=('net-snmp: for SNMP checking'
+  'postgresql-libs: for check_pgsql'
+  'libmariadbclient: for check_mysql_query and check_mysql'
+  'libdbi: for check_dbi')
+provides=('nagios-plugins')
+conflicts=('nagios-plugins')
+replaces=('nagios-plugins')
+source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+
+  install -Dm644 FAQ "$pkgdir"/usr/share/doc/$pkgname/FAQ
+  install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
+  install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-10-24 17:42:29 UTC (rev 121361)
+++ community-x86_64/PKGBUILD	2014-10-24 17:42:48 UTC (rev 121362)
@@ -1,36 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Idares <idares at seznam dot cz>
-
-pkgname=monitoring-plugins
-pkgver=2.1
-pkgrel=2
-pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other monitoring applications."
-arch=('i686' 'x86_64')
-url="http://www.monitoring-plugins.org"
-license=('GPL3')
-depends=('libldap')
-makedepends=('net-snmp')
-optdepends=('net-snmp: for SNMP checking')
-provides=('nagios-plugins')
-conflicts=('nagios-plugins')
-replaces=('nagios-plugins')
-source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
-md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-
-  install -Dm644 FAQ "$pkgdir"/usr/share/doc/$pkgname/FAQ
-  install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
-  install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
-}

Copied: monitoring-plugins/repos/community-x86_64/PKGBUILD (from rev 121361, monitoring-plugins/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-24 17:42:48 UTC (rev 121362)
@@ -0,0 +1,41 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Idares <idares at seznam dot cz>
+
+pkgname=monitoring-plugins
+pkgver=2.1
+pkgrel=3
+pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu, and other monitoring applications."
+arch=('i686' 'x86_64')
+url="http://www.monitoring-plugins.org"
+license=('GPL3')
+depends=('libldap')
+makedepends=('net-snmp' 'postgresql-libs' 'libdbi' 'libmariadbclient'
+  'procps-ng' 'iputils' 'fping' 'dnsutils' 'rpcbind' 'smbclient' 'openssh'
+  'inetutils' 'postfix' 'perl-net-snmp')
+optdepends=('net-snmp: for SNMP checking'
+  'postgresql-libs: for check_pgsql'
+  'libmariadbclient: for check_mysql_query and check_mysql'
+  'libdbi: for check_dbi')
+provides=('nagios-plugins')
+conflicts=('nagios-plugins')
+replaces=('nagios-plugins')
+source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('9dc3f7d39cfdea60f3929ecdbb4cbb4a')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+
+  install -Dm644 FAQ "$pkgdir"/usr/share/doc/$pkgname/FAQ
+  install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
+  install -Dm644 LEGAL "$pkgdir"/usr/share/licenses/$pkgname/LEGAL
+}



More information about the arch-commits mailing list