[arch-commits] Commit in fping/repos/extra-x86_64 (4 files)

Levente Polyak anthraxx at archlinux.org
Wed Mar 6 23:03:43 UTC 2019


    Date: Wednesday, March 6, 2019 @ 23:03:43
  Author: anthraxx
Revision: 347180

archrelease: copy trunk to extra-x86_64

Added:
  fping/repos/extra-x86_64/PKGBUILD
    (from rev 347179, fping/trunk/PKGBUILD)
  fping/repos/extra-x86_64/fping.install
    (from rev 347179, fping/trunk/fping.install)
Deleted:
  fping/repos/extra-x86_64/PKGBUILD
  fping/repos/extra-x86_64/fping.install

---------------+
 PKGBUILD      |   73 +++++++++++++++++++++++++++-----------------------------
 fping.install |   18 ++++++-------
 2 files changed, 45 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-06 23:03:35 UTC (rev 347179)
+++ PKGBUILD	2019-03-06 23:03:43 UTC (rev 347180)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=fping
-pkgver=4.1
-pkgrel=1
-pkgdesc='Utility to ping multiple hosts at once'
-url='http://www.fping.org/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-install=${pkgname}.install
-source=(https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('cd31ea336985f8d727b0db3c70213b827f0282b0c382694e10c72a89c425f2f7383d07f8f2febdc23aa246ebbf65ac9751b2404be405088963a682945edc80ba'
-            'SKIP')
-validpgpkeys=(
-  "8D1E89B8FBA920A5A609F2615A11A22BC5A1F734" # David Schweikert <david at schweikert.ch>
-)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-              --sbindir=/usr/bin \
-              --mandir=/usr/share/man \
-              --enable-ipv4 \
-              --enable-ipv6
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: fping/repos/extra-x86_64/PKGBUILD (from rev 347179, fping/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-06 23:03:43 UTC (rev 347180)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=fping
+pkgver=4.2
+pkgrel=1
+pkgdesc='Utility to ping multiple hosts at once'
+url='https://www.fping.org/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc')
+install=${pkgname}.install
+source=(https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('2bab34dae539d942eb5e436802e6f74d57c04aa4b782f9adbd6c27830209fdb47707131f20ed966012bcec3d253c9bb3df9033a60b55bfe560af6bb1f572ee8a'
+            'SKIP')
+validpgpkeys=('8D1E89B8FBA920A5A609F2615A11A22BC5A1F734') # David Schweikert <david at schweikert.ch>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --mandir=/usr/share/man \
+    --enable-ipv4 \
+    --enable-ipv6
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: fping.install
===================================================================
--- fping.install	2019-03-06 23:03:35 UTC (rev 347179)
+++ fping.install	2019-03-06 23:03:43 UTC (rev 347180)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap cap_net_raw=ep usr/bin/fping  2>/dev/null || chmod +s usr/bin/fping
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fping/repos/extra-x86_64/fping.install (from rev 347179, fping/trunk/fping.install)
===================================================================
--- fping.install	                        (rev 0)
+++ fping.install	2019-03-06 23:03:43 UTC (rev 347180)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap cap_net_raw=ep usr/bin/fping  2>/dev/null || chmod +s usr/bin/fping
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list