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

Gaetan Bisson bisson at archlinux.org
Sun Oct 19 22:15:09 UTC 2014


    Date: Monday, October 20, 2014 @ 00:15:08
  Author: bisson
Revision: 120992

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

Added:
  liboping/repos/community-i686/PKGBUILD
    (from rev 120991, liboping/trunk/PKGBUILD)
  liboping/repos/community-i686/install
    (from rev 120991, liboping/trunk/install)
  liboping/repos/community-x86_64/PKGBUILD
    (from rev 120991, liboping/trunk/PKGBUILD)
  liboping/repos/community-x86_64/install
    (from rev 120991, 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	2014-10-19 22:14:38 UTC (rev 120991)
+++ community-i686/PKGBUILD	2014-10-19 22:15:08 UTC (rev 120992)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=liboping
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='C library to generate ICMP echo requests, better known as "ping packets"'
-url='http://verplant.org/liboping/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcap')
-makedepends=('ncurses')
-optdepends=('perl: perl bindings'
-            'ncurses: noping CLI tool')
-source=("${url}files/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('1b3203e5f13b35a6f7ff163c26e4f42284a625fa30d3bdbfdafb6cccb1f33803')
-
-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 120991, liboping/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-19 22:15:08 UTC (rev 120992)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=liboping
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='C library to generate ICMP echo requests, better known as "ping packets"'
+url='http://verplant.org/liboping/'
+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=('60089a544522abced4aecbb554f494632968371e5ade7bea27015cd6aa598db3')
+
+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	2014-10-19 22:14:38 UTC (rev 120991)
+++ community-i686/install	2014-10-19 22:15:08 UTC (rev 120992)
@@ -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 120991, liboping/trunk/install)
===================================================================
--- community-i686/install	                        (rev 0)
+++ community-i686/install	2014-10-19 22:15:08 UTC (rev 120992)
@@ -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	2014-10-19 22:14:38 UTC (rev 120991)
+++ community-x86_64/PKGBUILD	2014-10-19 22:15:08 UTC (rev 120992)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=liboping
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='C library to generate ICMP echo requests, better known as "ping packets"'
-url='http://verplant.org/liboping/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcap')
-makedepends=('ncurses')
-optdepends=('perl: perl bindings'
-            'ncurses: noping CLI tool')
-source=("${url}files/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('1b3203e5f13b35a6f7ff163c26e4f42284a625fa30d3bdbfdafb6cccb1f33803')
-
-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 120991, liboping/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-19 22:15:08 UTC (rev 120992)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=liboping
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='C library to generate ICMP echo requests, better known as "ping packets"'
+url='http://verplant.org/liboping/'
+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=('60089a544522abced4aecbb554f494632968371e5ade7bea27015cd6aa598db3')
+
+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	2014-10-19 22:14:38 UTC (rev 120991)
+++ community-x86_64/install	2014-10-19 22:15:08 UTC (rev 120992)
@@ -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 120991, liboping/trunk/install)
===================================================================
--- community-x86_64/install	                        (rev 0)
+++ community-x86_64/install	2014-10-19 22:15:08 UTC (rev 120992)
@@ -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