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

2020-07-23 Thread Levente Polyak via arch-commits
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
===
--- PKGBUILD2020-07-23 19:46:04 UTC (rev 392459)
+++ PKGBUILD2020-07-23 19:46:09 UTC (rev 392460)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-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 

-
-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)
+++ PKGBUILD2020-07-23 19:46:09 UTC (rev 392460)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+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 

+
+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:


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

2019-03-06 Thread Levente Polyak via arch-commits
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
===
--- PKGBUILD2019-03-06 23:03:35 UTC (rev 347179)
+++ PKGBUILD2019-03-06 23:03:43 UTC (rev 347180)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-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 

-)
-
-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)
+++ PKGBUILD2019-03-06 23:03:43 UTC (rev 347180)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+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 

+
+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:


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

2018-10-02 Thread Levente Polyak via arch-commits
Date: Wednesday, October 3, 2018 @ 02:29:31
  Author: anthraxx
Revision: 335663

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-03 02:29:25 UTC (rev 335662)
+++ PKGBUILD2018-10-03 02:29:31 UTC (rev 335663)
@@ -1,34 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=fping
-pkgver=4.0
-pkgrel=2
-pkgdesc="A utility to ping multiple hosts at once"
-arch=('x86_64')
-url="http://www.fping.org/;
-license=('custom') 
-depends=('glibc')
-install="$pkgname.install"
-source=("https://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('67eb4152b98ad34f99d2eec4e1098a0bb52caf13c0c89cd147349d08190fe8ce')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install license
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: fping/repos/extra-x86_64/PKGBUILD (from rev 335662, 
fping/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-03 02:29:31 UTC (rev 335663)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+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 

+)
+
+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   2018-10-03 02:29:25 UTC (rev 335662)
+++ fping.install   2018-10-03 02:29:31 UTC (rev 335663)
@@ -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 335662, 
fping/trunk/fping.install)
===
--- fping.install   (rev 0)
+++ fping.install   2018-10-03 02:29:31 UTC (rev 335663)
@@ -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: