[arch-commits] Commit in crda/repos (16 files)

2015-02-07 Thread Tobias Powalowski
Date: Saturday, February 7, 2015 @ 09:46:46
  Author: tpowa
Revision: 230927

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

Added:
  crda/repos/testing-i686/
  crda/repos/testing-i686/0001-Makefile-Don-t-run-ldconfig.patch
(from rev 230926, crda/trunk/0001-Makefile-Don-t-run-ldconfig.patch)
  
crda/repos/testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
(from rev 230926, 
crda/trunk/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
  
crda/repos/testing-i686/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
(from rev 230926, 
crda/trunk/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch)
  
crda/repos/testing-i686/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
(from rev 230926, 
crda/trunk/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch)
  crda/repos/testing-i686/PKGBUILD
(from rev 230926, crda/trunk/PKGBUILD)
  crda/repos/testing-i686/crda.install
(from rev 230926, crda/trunk/crda.install)
  crda/repos/testing-i686/set-wireless-regdom
(from rev 230926, crda/trunk/set-wireless-regdom)
  crda/repos/testing-x86_64/
  crda/repos/testing-x86_64/0001-Makefile-Don-t-run-ldconfig.patch
(from rev 230926, crda/trunk/0001-Makefile-Don-t-run-ldconfig.patch)
  
crda/repos/testing-x86_64/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
(from rev 230926, 
crda/trunk/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
  
crda/repos/testing-x86_64/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
(from rev 230926, 
crda/trunk/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch)
  
crda/repos/testing-x86_64/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
(from rev 230926, 
crda/trunk/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch)
  crda/repos/testing-x86_64/PKGBUILD
(from rev 230926, crda/trunk/PKGBUILD)
  crda/repos/testing-x86_64/crda.install
(from rev 230926, crda/trunk/crda.install)
  crda/repos/testing-x86_64/set-wireless-regdom
(from rev 230926, crda/trunk/set-wireless-regdom)

+
 testing-i686/0001-Makefile-Don-t-run-ldconfig.patch
|   24 
 testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch 
|   55 ++
 testing-i686/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch   
|   52 +
 testing-i686/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch   
|   37 ++
 testing-i686/PKGBUILD  
|   53 +
 testing-i686/crda.install  
|5 
 testing-i686/set-wireless-regdom   
|5 
 testing-x86_64/0001-Makefile-Don-t-run-ldconfig.patch  
|   24 
 testing-x86_64/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch   
|   55 ++
 testing-x86_64/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch 
|   52 +
 testing-x86_64/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch 
|   37 ++
 testing-x86_64/PKGBUILD
|   53 +
 testing-x86_64/crda.install
|5 
 testing-x86_64/set-wireless-regdom 
|5 
 14 files changed, 462 insertions(+)

Copied: crda/repos/testing-i686/0001-Makefile-Don-t-run-ldconfig.patch (from 
rev 230926, crda/trunk/0001-Makefile-Don-t-run-ldconfig.patch)
===
--- testing-i686/0001-Makefile-Don-t-run-ldconfig.patch 
(rev 0)
+++ testing-i686/0001-Makefile-Don-t-run-ldconfig.patch 2015-02-07 08:46:46 UTC 
(rev 230927)
@@ -0,0 +1,24 @@
+From 15bc8065e9dc5485c650c528f8d80f7536e378d6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
+Date: Fri, 21 Feb 2014 20:30:24 +0100
+Subject: [PATCH] Makefile: Don't run ldconfig
+
+---
+ Makefile | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 80f4946..c003195 100644
+--- a/Makefile
 b/Makefile
+@@ -130,7 +130,6 @@ install-libreg:
+   $(NQ) '  INSTALL  libreg'
+   $(Q)mkdir -p $(DESTDIR)/$(LIBDIR)
+   $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/
+-  $(Q)ldconfig
+ 
+ %.o: %.c regdb.h $(LIBREG)
+   $(NQ) '  CC  ' $@
+-- 
+1.9.0
+

Copied: 
crda/repos/testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
 (from rev 230926, 
crda/trunk/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
===
--- testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch  

[arch-commits] Commit in crda/repos (16 files)

2014-02-21 Thread Thomas Bächler
Date: Friday, February 21, 2014 @ 20:40:57
  Author: thomas
Revision: 206212

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

Added:
  crda/repos/testing-i686/
  crda/repos/testing-i686/0001-Makefile-Don-t-run-ldconfig.patch
(from rev 206211, crda/trunk/0001-Makefile-Don-t-run-ldconfig.patch)
  
crda/repos/testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
(from rev 206211, 
crda/trunk/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
  
crda/repos/testing-i686/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
(from rev 206211, 
crda/trunk/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch)
  
crda/repos/testing-i686/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
(from rev 206211, 
crda/trunk/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch)
  crda/repos/testing-i686/PKGBUILD
(from rev 206211, crda/trunk/PKGBUILD)
  crda/repos/testing-i686/crda.install
(from rev 206211, crda/trunk/crda.install)
  crda/repos/testing-i686/set-wireless-regdom
(from rev 206211, crda/trunk/set-wireless-regdom)
  crda/repos/testing-x86_64/
  crda/repos/testing-x86_64/0001-Makefile-Don-t-run-ldconfig.patch
(from rev 206211, crda/trunk/0001-Makefile-Don-t-run-ldconfig.patch)
  
crda/repos/testing-x86_64/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
(from rev 206211, 
crda/trunk/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
  
crda/repos/testing-x86_64/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch
(from rev 206211, 
crda/trunk/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch)
  
crda/repos/testing-x86_64/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch
(from rev 206211, 
crda/trunk/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch)
  crda/repos/testing-x86_64/PKGBUILD
(from rev 206211, crda/trunk/PKGBUILD)
  crda/repos/testing-x86_64/crda.install
(from rev 206211, crda/trunk/crda.install)
  crda/repos/testing-x86_64/set-wireless-regdom
(from rev 206211, crda/trunk/set-wireless-regdom)

+
 testing-i686/0001-Makefile-Don-t-run-ldconfig.patch
|   24 
 testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch 
|   55 ++
 testing-i686/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch   
|   52 +
 testing-i686/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch   
|   37 ++
 testing-i686/PKGBUILD  
|   53 +
 testing-i686/crda.install  
|5 
 testing-i686/set-wireless-regdom   
|5 
 testing-x86_64/0001-Makefile-Don-t-run-ldconfig.patch  
|   24 
 testing-x86_64/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch   
|   55 ++
 testing-x86_64/0001-crda-Fix-the-linking-order-to-avoid-compilation-erro.patch 
|   52 +
 testing-x86_64/0002-crda-Add-DESTDIR-support-in-install-libreg-rules-in-.patch 
|   37 ++
 testing-x86_64/PKGBUILD
|   53 +
 testing-x86_64/crda.install
|5 
 testing-x86_64/set-wireless-regdom 
|5 
 14 files changed, 462 insertions(+)

Copied: crda/repos/testing-i686/0001-Makefile-Don-t-run-ldconfig.patch (from 
rev 206211, crda/trunk/0001-Makefile-Don-t-run-ldconfig.patch)
===
--- testing-i686/0001-Makefile-Don-t-run-ldconfig.patch 
(rev 0)
+++ testing-i686/0001-Makefile-Don-t-run-ldconfig.patch 2014-02-21 19:40:57 UTC 
(rev 206212)
@@ -0,0 +1,24 @@
+From 15bc8065e9dc5485c650c528f8d80f7536e378d6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
+Date: Fri, 21 Feb 2014 20:30:24 +0100
+Subject: [PATCH] Makefile: Don't run ldconfig
+
+---
+ Makefile | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 80f4946..c003195 100644
+--- a/Makefile
 b/Makefile
+@@ -130,7 +130,6 @@ install-libreg:
+   $(NQ) '  INSTALL  libreg'
+   $(Q)mkdir -p $(DESTDIR)/$(LIBDIR)
+   $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/
+-  $(Q)ldconfig
+ 
+ %.o: %.c regdb.h $(LIBREG)
+   $(NQ) '  CC  ' $@
+-- 
+1.9.0
+

Copied: 
crda/repos/testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch
 (from rev 206211, 
crda/trunk/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch)
===
--- testing-i686/0001-Makefile-Link-libreg.so-against-the-crypto-library.patch  

[arch-commits] Commit in crda/repos (16 files)

2013-05-21 Thread Evangelos Foutras
Date: Wednesday, May 22, 2013 @ 06:47:50
  Author: foutrelis
Revision: 186207

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

Added:
  crda/repos/core-i686/PKGBUILD
(from rev 186206, crda/trunk/PKGBUILD)
  crda/repos/core-i686/crda.install
(from rev 186206, crda/trunk/crda.install)
  crda/repos/core-i686/libnl32.patch
(from rev 186206, crda/trunk/libnl32.patch)
  crda/repos/core-i686/set-wireless-regdom
(from rev 186206, crda/trunk/set-wireless-regdom)
  crda/repos/core-x86_64/PKGBUILD
(from rev 186206, crda/trunk/PKGBUILD)
  crda/repos/core-x86_64/crda.install
(from rev 186206, crda/trunk/crda.install)
  crda/repos/core-x86_64/libnl32.patch
(from rev 186206, crda/trunk/libnl32.patch)
  crda/repos/core-x86_64/set-wireless-regdom
(from rev 186206, crda/trunk/set-wireless-regdom)
Deleted:
  crda/repos/core-i686/PKGBUILD
  crda/repos/core-i686/crda.install
  crda/repos/core-i686/libnl32.patch
  crda/repos/core-i686/set-wireless-regdom
  crda/repos/core-x86_64/PKGBUILD
  crda/repos/core-x86_64/crda.install
  crda/repos/core-x86_64/libnl32.patch
  crda/repos/core-x86_64/set-wireless-regdom

-+
 /PKGBUILD   |   74 ++
 /crda.install   |   10 +
 /libnl32.patch  |   24 
 /set-wireless-regdom|   10 +
 core-i686/PKGBUILD  |   37 ---
 core-i686/crda.install  |5 --
 core-i686/libnl32.patch |   12 --
 core-i686/set-wireless-regdom   |5 --
 core-x86_64/PKGBUILD|   37 ---
 core-x86_64/crda.install|5 --
 core-x86_64/libnl32.patch   |   12 --
 core-x86_64/set-wireless-regdom |5 --
 12 files changed, 118 insertions(+), 118 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-05-22 04:47:25 UTC (rev 186206)
+++ core-i686/PKGBUILD  2013-05-22 04:47:50 UTC (rev 186207)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=crda
-pkgver=1.1.3
-pkgrel=2
-pkgdesc=Central Regulatory Domain Agent for wireless networks
-arch=(i686 x86_64)
-url=http://wireless.kernel.org/en/developers/Regulatory/CRDA;
-license=('custom')
-depends=('wireless-regdb' 'libnl' 'libgcrypt' 'systemd-tools' 'iw')
-makedepends=('python-m2crypto')
-install=crda.install
-source=(http://wireless.kernel.org/download/crda/${pkgname}-${pkgver}.tar.bz2
-set-wireless-regdom)
-md5sums=('29579185e06a75675507527243d28e5c'
- '65c93f2ff2eb1b29d9e9fa102ae2dd45')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed 's|^#!/usr/bin/env python|#!/usr/bin/python2|' -i utils/key2pub.py
-  make crda regdbdump
-}
-
-package() {
-  # Install crda, regdbdump and udev rules
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} UDEV_RULE_DIR=/usr/lib/udev/rules.d/ 
SBINDIR=/usr/bin/ install
-  # Adjust paths in udev rule file
-  sed 's|/sbin/crda|/usr/bin/crda|' -i 
${pkgdir}/usr/lib/udev/rules.d/85-regulatory.rules
-  # This rule automatically sets the regulatory domain when cfg80211 is loaded
-  echo 'ACTION==add SUBSYSTEM==module, DEVPATH==/module/cfg80211, 
RUN+=/usr/bin/set-wireless-regdom'  
${pkgdir}/usr/lib/udev/rules.d/85-regulatory.rules
-
-  install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/crda/LICENSE
-  
-  install -D -m755 ${srcdir}/set-wireless-regdom 
${pkgdir}/usr/bin/set-wireless-regdom
-}

Copied: crda/repos/core-i686/PKGBUILD (from rev 186206, crda/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-05-22 04:47:50 UTC (rev 186207)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=crda
+pkgver=1.1.3
+pkgrel=2
+pkgdesc=Central Regulatory Domain Agent for wireless networks
+arch=(i686 x86_64)
+url=http://wireless.kernel.org/en/developers/Regulatory/CRDA;
+license=('custom')
+depends=('wireless-regdb' 'libnl' 'libgcrypt' 'systemd-tools' 'iw')
+makedepends=('python2-m2crypto')
+install=crda.install
+source=(http://wireless.kernel.org/download/crda/${pkgname}-${pkgver}.tar.bz2
+set-wireless-regdom)
+md5sums=('29579185e06a75675507527243d28e5c'
+ '65c93f2ff2eb1b29d9e9fa102ae2dd45')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed 's|^#!/usr/bin/env python|#!/usr/bin/python2|' -i utils/key2pub.py
+  make crda regdbdump
+}
+
+package() {
+  # Install crda, regdbdump and udev rules
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} UDEV_RULE_DIR=/usr/lib/udev/rules.d/ 
SBINDIR=/usr/bin/ install
+  # Adjust paths in udev rule file
+  sed 's|/sbin/crda|/usr/bin/crda|' -i 
${pkgdir}/usr/lib/udev/rules.d/85-regulatory.rules
+  # This rule automatically sets the regulatory domain when cfg80211 is loaded
+  echo