[arch-commits] Commit in liboping/repos (8 files)

Gaëtan Bisson bisson at archlinux.org
Wed Aug 23 22:05:57 UTC 2017


    Date: Wednesday, August 23, 2017 @ 22:05:56
  Author: bisson
Revision: 253110

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

Added:
  liboping/repos/community-i686/PKGBUILD
    (from rev 253109, liboping/trunk/PKGBUILD)
  liboping/repos/community-i686/install
    (from rev 253109, liboping/trunk/install)
  liboping/repos/community-x86_64/PKGBUILD
    (from rev 253109, liboping/trunk/PKGBUILD)
  liboping/repos/community-x86_64/install
    (from rev 253109, liboping/trunk/install)
Deleted:
  liboping/repos/community-i686/PKGBUILD
  liboping/repos/community-i686/install
  liboping/repos/community-x86_64/PKGBUILD
  liboping/repos/community-x86_64/install

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 /install                  |   16 ++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-i686/install    |    8 -----
 community-x86_64/PKGBUILD |   34 ----------------------
 community-x86_64/install  |    8 -----
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-23 22:05:24 UTC (rev 253109)
+++ community-i686/PKGBUILD	2017-08-23 22:05:56 UTC (rev 253110)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=liboping
-pkgver=1.9.0
-pkgrel=2
-pkgdesc='C library to generate ICMP echo requests, better known as "ping packets"'
-url='https://noping.cc/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcap')
-makedepends=('ncurses')
-optdepends=('perl: perl bindings'
-            'ncurses: noping CLI tool')
-source=("${url}files/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('44bb1d88b56b88fda5533edb3aa005c69b3cd396f20453a157d7e31e536f3530')
-
-install=install
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	# setting capabilities/setuid is futile in fakeroot
-	# (we do that in the install script)
-	sed -i 's/ install-exec-hook//g' src/Makefile.in
-
-	./configure --prefix=/usr --with-perl-bindings='INSTALLDIRS=vendor'
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: liboping/repos/community-i686/PKGBUILD (from rev 253109, liboping/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-23 22:05:56 UTC (rev 253110)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=liboping
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='C library to generate ICMP echo requests, better known as "ping packets"'
+url='https://noping.cc/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcap')
+makedepends=('ncurses')
+optdepends=('perl: perl bindings'
+            'ncurses: noping CLI tool')
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('eb38aa93f93e8ab282d97e2582fbaea88b3f889a08cbc9dbf20059c3779d5cd8')
+
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	# setting capabilities/setuid is futile in fakeroot
+	# (we do that in the install script)
+	sed -i 's/ install-exec-hook//g' src/Makefile.in
+
+	./configure --prefix=/usr --with-perl-bindings='INSTALLDIRS=vendor'
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/install
===================================================================
--- community-i686/install	2017-08-23 22:05:24 UTC (rev 253109)
+++ community-i686/install	2017-08-23 22:05:56 UTC (rev 253110)
@@ -1,8 +0,0 @@
-post_upgrade() {
-	setcap cap_net_raw=ep usr/bin/oping
-	setcap cap_net_raw=ep usr/bin/noping
-}
-
-post_install() {
-	post_upgrade
-}

Copied: liboping/repos/community-i686/install (from rev 253109, liboping/trunk/install)
===================================================================
--- community-i686/install	                        (rev 0)
+++ community-i686/install	2017-08-23 22:05:56 UTC (rev 253110)
@@ -0,0 +1,8 @@
+post_upgrade() {
+	setcap cap_net_raw=ep usr/bin/oping
+	setcap cap_net_raw=ep usr/bin/noping
+}
+
+post_install() {
+	post_upgrade
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-23 22:05:24 UTC (rev 253109)
+++ community-x86_64/PKGBUILD	2017-08-23 22:05:56 UTC (rev 253110)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=liboping
-pkgver=1.9.0
-pkgrel=2
-pkgdesc='C library to generate ICMP echo requests, better known as "ping packets"'
-url='https://noping.cc/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcap')
-makedepends=('ncurses')
-optdepends=('perl: perl bindings'
-            'ncurses: noping CLI tool')
-source=("${url}files/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('44bb1d88b56b88fda5533edb3aa005c69b3cd396f20453a157d7e31e536f3530')
-
-install=install
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	# setting capabilities/setuid is futile in fakeroot
-	# (we do that in the install script)
-	sed -i 's/ install-exec-hook//g' src/Makefile.in
-
-	./configure --prefix=/usr --with-perl-bindings='INSTALLDIRS=vendor'
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: liboping/repos/community-x86_64/PKGBUILD (from rev 253109, liboping/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-23 22:05:56 UTC (rev 253110)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=liboping
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='C library to generate ICMP echo requests, better known as "ping packets"'
+url='https://noping.cc/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcap')
+makedepends=('ncurses')
+optdepends=('perl: perl bindings'
+            'ncurses: noping CLI tool')
+source=("${url}files/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('eb38aa93f93e8ab282d97e2582fbaea88b3f889a08cbc9dbf20059c3779d5cd8')
+
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	# setting capabilities/setuid is futile in fakeroot
+	# (we do that in the install script)
+	sed -i 's/ install-exec-hook//g' src/Makefile.in
+
+	./configure --prefix=/usr --with-perl-bindings='INSTALLDIRS=vendor'
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/install
===================================================================
--- community-x86_64/install	2017-08-23 22:05:24 UTC (rev 253109)
+++ community-x86_64/install	2017-08-23 22:05:56 UTC (rev 253110)
@@ -1,8 +0,0 @@
-post_upgrade() {
-	setcap cap_net_raw=ep usr/bin/oping
-	setcap cap_net_raw=ep usr/bin/noping
-}
-
-post_install() {
-	post_upgrade
-}

Copied: liboping/repos/community-x86_64/install (from rev 253109, liboping/trunk/install)
===================================================================
--- community-x86_64/install	                        (rev 0)
+++ community-x86_64/install	2017-08-23 22:05:56 UTC (rev 253110)
@@ -0,0 +1,8 @@
+post_upgrade() {
+	setcap cap_net_raw=ep usr/bin/oping
+	setcap cap_net_raw=ep usr/bin/noping
+}
+
+post_install() {
+	post_upgrade
+}



More information about the arch-commits mailing list