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

Jonathan Steel jsteel at archlinux.org
Tue Dec 2 19:21:41 UTC 2014


    Date: Tuesday, December 2, 2014 @ 20:21:40
  Author: jsteel
Revision: 123366

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-12-02 19:21:18 UTC (rev 123365)
+++ community-i686/PKGBUILD	2014-12-02 19:21:40 UTC (rev 123366)
@@ -1,41 +0,0 @@
-# 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
-}

Copied: monitoring-plugins/repos/community-i686/PKGBUILD (from rev 123365, monitoring-plugins/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-02 19:21:40 UTC (rev 123366)
@@ -0,0 +1,41 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Idares <idares at seznam dot cz>
+
+pkgname=monitoring-plugins
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other monitoring applications"
+arch=('i686' 'x86_64')
+url="http://www.monitoring-plugins.org"
+license=('GPL3')
+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'
+  'libldap: for check_ldap')
+provides=('nagios-plugins')
+conflicts=('nagios-plugins')
+replaces=('nagios-plugins')
+source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('8e564c03e3fc32f452956892b19abb4d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
+
+  make
+}
+
+package() {
+  cd $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-12-02 19:21:18 UTC (rev 123365)
+++ community-x86_64/PKGBUILD	2014-12-02 19:21:40 UTC (rev 123366)
@@ -1,41 +0,0 @@
-# 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
-}

Copied: monitoring-plugins/repos/community-x86_64/PKGBUILD (from rev 123365, monitoring-plugins/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-02 19:21:40 UTC (rev 123366)
@@ -0,0 +1,41 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Idares <idares at seznam dot cz>
+
+pkgname=monitoring-plugins
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="Plugins for Icinga, Naemon, Nagios, Shinken, Sensu and other monitoring applications"
+arch=('i686' 'x86_64')
+url="http://www.monitoring-plugins.org"
+license=('GPL3')
+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'
+  'libldap: for check_ldap')
+provides=('nagios-plugins')
+conflicts=('nagios-plugins')
+replaces=('nagios-plugins')
+source=(https://www.monitoring-plugins.org/download/$pkgname-$pkgver.tar.gz)
+md5sums=('8e564c03e3fc32f452956892b19abb4d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/monitoring-plugins
+
+  make
+}
+
+package() {
+  cd $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