[arch-commits] Commit in libnftnl/repos (6 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu Apr 17 22:06:38 UTC 2014


    Date: Friday, April 18, 2014 @ 00:06:38
  Author: seblu
Revision: 109665

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

Added:
  libnftnl/repos/community-i686/PKGBUILD
    (from rev 109664, libnftnl/trunk/PKGBUILD)
  libnftnl/repos/community-x86_64/PKGBUILD
    (from rev 109664, libnftnl/trunk/PKGBUILD)
Deleted:
  libnftnl/repos/community-i686/01-fix-nftables-rename.patch
  libnftnl/repos/community-i686/PKGBUILD
  libnftnl/repos/community-x86_64/01-fix-nftables-rename.patch
  libnftnl/repos/community-x86_64/PKGBUILD

-----------------------------------------------+
 /PKGBUILD                                     |   64 ++++++++++++++++++++++++
 community-i686/01-fix-nftables-rename.patch   |   36 -------------
 community-i686/PKGBUILD                       |   38 --------------
 community-x86_64/01-fix-nftables-rename.patch |   36 -------------
 community-x86_64/PKGBUILD                     |   38 --------------
 5 files changed, 64 insertions(+), 148 deletions(-)

Deleted: community-i686/01-fix-nftables-rename.patch
===================================================================
--- community-i686/01-fix-nftables-rename.patch	2014-04-17 22:06:19 UTC (rev 109664)
+++ community-i686/01-fix-nftables-rename.patch	2014-04-17 22:06:38 UTC (rev 109665)
@@ -1,36 +0,0 @@
-From 91264d8b8b746f7eee8a3e1ee9b5e57758441cfc Mon Sep 17 00:00:00 2001
-From: Tomasz Bursztyka <tomasz.bursztyka at linux.intel.com>
-Date: Mon, 20 Jan 2014 15:56:21 +0000
-Subject: build: Ensure pkg-config file provides the right informations
-
-It's not -lnftables anymore but -lnftnl (among other details)
-
-Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka at linux.intel.com>
-Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
----
-diff --git a/libnftnl.pc.in b/libnftnl.pc.in
-index 0c6d57e..fd5cc6a 100644
---- a/libnftnl.pc.in
-+++ b/libnftnl.pc.in
-@@ -1,15 +1,15 @@
--# libnftables pkg-config file
-+# libnftnl pkg-config file
- 
- prefix=@prefix@
- exec_prefix=@exec_prefix@
- libdir=@libdir@
- includedir=@includedir@
- 
--Name: libnftables
-+Name: libnftnl
- Description: Netfilter nf_tables infrastructure library
--URL: http://netfilter.org/projects/libnftables/
-+URL: http://netfilter.org/projects/libnftnl/
- Version: @VERSION@
- Requires:
- Conflicts:
--Libs: -L${libdir} -lnftables
-+Libs: -L${libdir} -lnftnl
- Cflags: -I${includedir}
---
-cgit v0.9.2

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-17 22:06:19 UTC (rev 109664)
+++ community-i686/PKGBUILD	2014-04-17 22:06:38 UTC (rev 109665)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-source=("http://netfilter.org/projects/libnftnl/files/libnftnl-1.0.0.tar.bz2"{,.sig}
-        '01-fix-nftables-rename.patch')
-sha1sums=('02464d6511f22392c20ca003248d85741ecbc865'
-          'SKIP'
-          'b406eb6b71b25d2abe559a5643421d42117d9724')
-
-prepare() {
-   patch -p 1 -d $pkgname-$pkgver < '01-fix-nftables-rename.patch'
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/community-i686/PKGBUILD (from rev 109664, libnftnl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-17 22:06:38 UTC (rev 109665)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('651986e20e4e09f75dcbd51f549b1caee76b8ac9'
+          'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/01-fix-nftables-rename.patch
===================================================================
--- community-x86_64/01-fix-nftables-rename.patch	2014-04-17 22:06:19 UTC (rev 109664)
+++ community-x86_64/01-fix-nftables-rename.patch	2014-04-17 22:06:38 UTC (rev 109665)
@@ -1,36 +0,0 @@
-From 91264d8b8b746f7eee8a3e1ee9b5e57758441cfc Mon Sep 17 00:00:00 2001
-From: Tomasz Bursztyka <tomasz.bursztyka at linux.intel.com>
-Date: Mon, 20 Jan 2014 15:56:21 +0000
-Subject: build: Ensure pkg-config file provides the right informations
-
-It's not -lnftables anymore but -lnftnl (among other details)
-
-Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka at linux.intel.com>
-Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
----
-diff --git a/libnftnl.pc.in b/libnftnl.pc.in
-index 0c6d57e..fd5cc6a 100644
---- a/libnftnl.pc.in
-+++ b/libnftnl.pc.in
-@@ -1,15 +1,15 @@
--# libnftables pkg-config file
-+# libnftnl pkg-config file
- 
- prefix=@prefix@
- exec_prefix=@exec_prefix@
- libdir=@libdir@
- includedir=@includedir@
- 
--Name: libnftables
-+Name: libnftnl
- Description: Netfilter nf_tables infrastructure library
--URL: http://netfilter.org/projects/libnftables/
-+URL: http://netfilter.org/projects/libnftnl/
- Version: @VERSION@
- Requires:
- Conflicts:
--Libs: -L${libdir} -lnftables
-+Libs: -L${libdir} -lnftnl
- Cflags: -I${includedir}
---
-cgit v0.9.2

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-17 22:06:19 UTC (rev 109664)
+++ community-x86_64/PKGBUILD	2014-04-17 22:06:38 UTC (rev 109665)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-source=("http://netfilter.org/projects/libnftnl/files/libnftnl-1.0.0.tar.bz2"{,.sig}
-        '01-fix-nftables-rename.patch')
-sha1sums=('02464d6511f22392c20ca003248d85741ecbc865'
-          'SKIP'
-          'b406eb6b71b25d2abe559a5643421d42117d9724')
-
-prepare() {
-   patch -p 1 -d $pkgname-$pkgver < '01-fix-nftables-rename.patch'
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/community-x86_64/PKGBUILD (from rev 109664, libnftnl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-17 22:06:38 UTC (rev 109665)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+source=("http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2"{,.sig})
+sha1sums=('651986e20e4e09f75dcbd51f549b1caee76b8ac9'
+          'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list