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

Levente Polyak anthraxx at archlinux.org
Thu Jul 23 19:46:09 UTC 2020


    Date: Thursday, July 23, 2020 @ 19:46:09
  Author: anthraxx
Revision: 392460

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-23 19:46:04 UTC (rev 392459)
+++ PKGBUILD	2020-07-23 19:46:09 UTC (rev 392460)
@@ -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.2
-pkgrel=2
-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}
-  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./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 392459, fping/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-23 19:46:09 UTC (rev 392460)
@@ -0,0 +1,38 @@
+# 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.3
+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=('9304a590a9a914227331d495aae9bce434dbef6768b2efbca15bc3dddbdd2c0b8406402c0fe40f8e83740f35704b7473287ac80f7c638549174c0ec055ea8bcb'
+            'SKIP')
+b2sums=('43d68f8b6884d562aa5563049b1de5e2cc53c02b2ffd2870200cb535c9d0480c5b29e2f2d4886616f8bc0f41f011c671faf35a97f3a9e47275d6a86c1b7bd0a8'
+        '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	2020-07-23 19:46:04 UTC (rev 392459)
+++ fping.install	2020-07-23 19:46:09 UTC (rev 392460)
@@ -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 392459, fping/trunk/fping.install)
===================================================================
--- fping.install	                        (rev 0)
+++ fping.install	2020-07-23 19:46:09 UTC (rev 392460)
@@ -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