[arch-commits] Commit in iproute2/repos (12 files)

2014-10-10 Thread Evangelos Foutras
Date: Friday, October 10, 2014 @ 12:18:26
  Author: foutrelis
Revision: 224167

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

Added:
  iproute2/repos/testing-i686/PKGBUILD
(from rev 224166, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-i686/iproute2-fhs.patch
(from rev 224166, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-i686/unwanted-link-help.patch
(from rev 224166, iproute2/trunk/unwanted-link-help.patch)
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 224166, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 224166, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-x86_64/unwanted-link-help.patch
(from rev 224166, iproute2/trunk/unwanted-link-help.patch)
Deleted:
  iproute2/repos/testing-i686/PKGBUILD
  iproute2/repos/testing-i686/iproute2-fhs.patch
  iproute2/repos/testing-i686/unwanted-link-help.patch
  iproute2/repos/testing-x86_64/PKGBUILD
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
  iproute2/repos/testing-x86_64/unwanted-link-help.patch

-+
 /PKGBUILD   |  124 
 /iproute2-fhs.patch |  150 ++
 /unwanted-link-help.patch   |   34 ++
 testing-i686/PKGBUILD   |   61 
 testing-i686/iproute2-fhs.patch |   75 ---
 testing-i686/unwanted-link-help.patch   |   17 ---
 testing-x86_64/PKGBUILD |   61 
 testing-x86_64/iproute2-fhs.patch   |   75 ---
 testing-x86_64/unwanted-link-help.patch |   17 ---
 9 files changed, 308 insertions(+), 306 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-10 10:18:03 UTC (rev 224166)
+++ testing-i686/PKGBUILD   2014-10-10 10:18:26 UTC (rev 224167)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Judd Vinet 
-
-pkgname=iproute2
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="IP Routing Utilities"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2";
-depends=('glibc' 'iptables')
-makedepends=('linux-atm')
-optdepends=('linux-atm: ATM support')
-groups=('base')
-provides=('iproute')
-conflicts=('iproute')
-replaces=('iproute')
-options=('staticlibs' '!makeflags')
-backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
-   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
-source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
-iproute2-fhs.patch
-   unwanted-link-help.patch)
-sha1sums=('25bb97f68d3f474e599bb97367670b31b3e96add'
-  '35b8cf2dc94b73eccad427235c07596146cd6f6c'
-  '3b1335f4025f657f388fbf4e5a740871e3129c2a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # set correct fhs structure
-  patch -Np1 -i "$srcdir/iproute2-fhs.patch"
-
-  # allow operations on links called "h", "he", "hel", "help"
-  patch -Np1 -i "$srcdir/unwanted-link-help.patch"
-
-  # do not treat warnings as errors
-  sed -i 's/-Werror//' Makefile
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  # libnetlink isn't installed, install it FS#19385
-  install -Dm644 include/libnetlink.h "$pkgdir/usr/include/libnetlink.h"
-  install -Dm644 lib/libnetlink.a "$pkgdir/usr/lib/libnetlink.a"
-
-  # usrmove
-  cd "$pkgdir"
-  mv usr/sbin usr/bin
-}

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 224166, 
iproute2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-10 10:18:26 UTC (rev 224167)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Judd Vinet 
+
+pkgname=iproute2
+pkgver=3.17.0
+pkgrel=1
+pkgdesc="IP Routing Utilities"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2";
+depends=('glibc' 'iptables')
+makedepends=('linux-atm' 'git')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('staticlibs' '!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+#source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git#tag=v$pkgver
+iproute2-fhs.patch
+unwanted-link-help.patch)
+sha1sums=('SKIP'
+  '35b8cf2dc94b73eccad427235c07596146cd6f6c'
+  '3b1335f4025f

[arch-commits] Commit in iproute2/repos (12 files)

2013-10-21 Thread Allan McRae
Date: Monday, October 21, 2013 @ 16:51:04
  Author: allan
Revision: 197047

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

Added:
  iproute2/repos/testing-i686/PKGBUILD
(from rev 197045, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-i686/iproute2-fhs.patch
(from rev 197045, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-i686/unwanted-link-help.patch
(from rev 197045, iproute2/trunk/unwanted-link-help.patch)
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 197045, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 197045, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-x86_64/unwanted-link-help.patch
(from rev 197045, iproute2/trunk/unwanted-link-help.patch)
Deleted:
  iproute2/repos/testing-i686/PKGBUILD
  iproute2/repos/testing-i686/iproute2-fhs.patch
  iproute2/repos/testing-i686/unwanted-link-help.patch
  iproute2/repos/testing-x86_64/PKGBUILD
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
  iproute2/repos/testing-x86_64/unwanted-link-help.patch

-+
 /PKGBUILD   |  122 
 /iproute2-fhs.patch |  150 ++
 /unwanted-link-help.patch   |   34 ++
 testing-i686/PKGBUILD   |   61 
 testing-i686/iproute2-fhs.patch |   75 ---
 testing-i686/unwanted-link-help.patch   |   17 ---
 testing-x86_64/PKGBUILD |   61 
 testing-x86_64/iproute2-fhs.patch   |   75 ---
 testing-x86_64/unwanted-link-help.patch |   17 ---
 9 files changed, 306 insertions(+), 306 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-10-21 14:51:01 UTC (rev 197046)
+++ testing-i686/PKGBUILD   2013-10-21 14:51:04 UTC (rev 197047)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Judd Vinet 
-
-pkgname=iproute2
-pkgver=3.11.0
-pkgrel=1
-pkgdesc="IP Routing Utilities"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2";
-depends=('glibc' 'db' 'iptables')
-makedepends=('linux-atm')
-optdepends=('linux-atm: ATM support')
-groups=('base')
-provides=('iproute')
-conflicts=('iproute')
-replaces=('iproute')
-options=('!makeflags')
-backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
-   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
-source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
-iproute2-fhs.patch
-   unwanted-link-help.patch)
-sha1sums=('efb5ca0688e28967ec146ac37cc728c4f53c9d8f'
-  '35b8cf2dc94b73eccad427235c07596146cd6f6c'
-  '3b1335f4025f657f388fbf4e5a740871e3129c2a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # set correct fhs structure
-  patch -Np1 -i "$srcdir/iproute2-fhs.patch"
-
-  # allow operations on links called "h", "he", "hel", "help"
-  patch -Np1 -i "$srcdir/unwanted-link-help.patch"
-
-  # do not treat warnings as errors
-  sed -i 's/-Werror//' Makefile
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # libnetlink isn't installed, install it FS#19385
-  install -Dm644 include/libnetlink.h "$pkgdir/usr/include/libnetlink.h"
-  install -Dm644 lib/libnetlink.a "$pkgdir/usr/lib/libnetlink.a"
-
-  # usrmove
-  cd "$pkgdir"
-  mv usr/sbin usr/bin
-}

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 197045, 
iproute2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-21 14:51:04 UTC (rev 197047)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Judd Vinet 
+
+pkgname=iproute2
+pkgver=3.11.0
+pkgrel=1
+pkgdesc="IP Routing Utilities"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2";
+depends=('glibc' 'db' 'iptables')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('staticlibs' '!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+iproute2-fhs.patch
+   unwanted-link-help.patch)
+sha1sums=('efb5ca0688e28967ec146ac37cc728c4f53c9d8f'
+  '35b8cf2dc94b73eccad427235c07596146cd6f6c'
+  '3b1335f4025f657f388fbf4e5a740871e3129c2a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver