[arch-commits] Commit in rfkill/repos (22 files)

Gaetan Bisson bisson at nymeria.archlinux.org
Thu May 23 06:41:05 UTC 2013


    Date: Thursday, May 23, 2013 @ 08:41:04
  Author: bisson
Revision: 186265

db-move: moved rfkill from [testing] to [core] (i686, x86_64)

Added:
  rfkill/repos/core-i686/PKGBUILD
    (from rev 186262, rfkill/repos/testing-i686/PKGBUILD)
  rfkill/repos/core-i686/rules.d
    (from rev 186262, rfkill/repos/testing-i686/rules.d)
  rfkill/repos/core-i686/service.block
    (from rev 186262, rfkill/repos/testing-i686/service.block)
  rfkill/repos/core-i686/service.unblock
    (from rev 186262, rfkill/repos/testing-i686/service.unblock)
  rfkill/repos/core-x86_64/PKGBUILD
    (from rev 186262, rfkill/repos/testing-x86_64/PKGBUILD)
  rfkill/repos/core-x86_64/rules.d
    (from rev 186262, rfkill/repos/testing-x86_64/rules.d)
  rfkill/repos/core-x86_64/service.block
    (from rev 186262, rfkill/repos/testing-x86_64/service.block)
  rfkill/repos/core-x86_64/service.unblock
    (from rev 186262, rfkill/repos/testing-x86_64/service.unblock)
Deleted:
  rfkill/repos/core-i686/PKGBUILD
  rfkill/repos/core-i686/conf.d
  rfkill/repos/core-i686/rc.d
  rfkill/repos/core-i686/rules.d
  rfkill/repos/core-i686/service.block
  rfkill/repos/core-i686/service.unblock
  rfkill/repos/core-x86_64/PKGBUILD
  rfkill/repos/core-x86_64/conf.d
  rfkill/repos/core-x86_64/rc.d
  rfkill/repos/core-x86_64/rules.d
  rfkill/repos/core-x86_64/service.block
  rfkill/repos/core-x86_64/service.unblock
  rfkill/repos/testing-i686/
  rfkill/repos/testing-x86_64/

-----------------------------+
 /PKGBUILD                   |   68 ++++++++++++++++++++++++++++++++++++++++++
 /rules.d                    |    2 +
 /service.block              |   20 ++++++++++++
 /service.unblock            |   20 ++++++++++++
 core-i686/PKGBUILD          |   42 -------------------------
 core-i686/conf.d            |   20 ------------
 core-i686/rc.d              |   38 -----------------------
 core-i686/rules.d           |    1 
 core-i686/service.block     |   10 ------
 core-i686/service.unblock   |   10 ------
 core-x86_64/PKGBUILD        |   42 -------------------------
 core-x86_64/conf.d          |   20 ------------
 core-x86_64/rc.d            |   38 -----------------------
 core-x86_64/rules.d         |    1 
 core-x86_64/service.block   |   10 ------
 core-x86_64/service.unblock |   10 ------
 16 files changed, 110 insertions(+), 242 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-i686/PKGBUILD	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Thomas Bächler <thomas at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=rfkill
-pkgver=0.4
-pkgrel=7
-pkgdesc='Tool for enabling and disabling wireless devices'
-url='http://linuxwireless.org/en/users/Documentation/rfkill'
-license=('custom')
-arch=('i686' 'x86_64')
-source=("http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-        'service.unblock'
-        'service.block'
-        'rules.d'
-        'conf.d'
-        'rc.d')
-sha1sums=('fccabf5a272ac2891f24dc35449dc6f4c45ff44b'
-          '4d0ef151891c32c882dcec8b03ab7204f015d0d1'
-          'c44581c4cc19509f53afd0abea1341cc30751fe2'
-          '6390eaa793b473098aaa11b13c5254d611a4c13a'
-          'd969fe927a9fb2926af43a311a7c1fa126fe59a9'
-          '380af0b002f51543557306ed68a27f0059fd5a6f')
-
-backup=('etc/conf.d/rfkill')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-	install -Dm644 ../rules.d "${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules"
-	install -Dm644 ../service.block "${pkgdir}/usr/lib/systemd/system/rfkill-block at .service"
-	install -Dm644 ../service.unblock "${pkgdir}/usr/lib/systemd/system/rfkill-unblock at .service"
-	install -Dm644 ../conf.d "${pkgdir}/etc/conf.d/rfkill"
-	install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/rfkill"
-}

Copied: rfkill/repos/core-i686/PKGBUILD (from rev 186262, rfkill/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2013-05-23 06:41:04 UTC (rev 186265)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Thomas Bächler <thomas at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=rfkill
+pkgver=0.5
+pkgrel=1
+pkgdesc='Tool for enabling and disabling wireless devices'
+url='http://wireless.kernel.org/en/users/Documentation/rfkill'
+license=('custom')
+arch=('i686' 'x86_64')
+source=("https://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+        'service.unblock'
+        'service.block'
+        'rules.d')
+sha1sums=('03025d4ae285c40d5c19ec99ef7b317afda9d900'
+          '5f4a04a434df2ca28ca6687326c67c1f125aa3d4'
+          '6cc294af37232469cd5ba63455b571fe258e1cc6'
+          '6390eaa793b473098aaa11b13c5254d611a4c13a')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
+	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+	install -Dm644 ../rules.d "${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules"
+	install -Dm644 ../service.block "${pkgdir}/usr/lib/systemd/system/rfkill-block at .service"
+	install -Dm644 ../service.unblock "${pkgdir}/usr/lib/systemd/system/rfkill-unblock at .service"
+}

Deleted: core-i686/conf.d
===================================================================
--- core-i686/conf.d	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-i686/conf.d	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1,20 +0,0 @@
-#
-# /etc/conf.d/rfkill
-# Configuration for the rfkill startup script
-#
-
-# List of devices to block on startup (space-separated)
-RFKILL_BLOCK=""
-
-# List of devices to unblock on startup (space-separated)
-RFKILL_UNBLOCK="all"
-
-# Supported device names are: all, wifi, bluetooth, umb, wimax, wwan, gps and specific device names like phy0, hci0, ...
-# See "rfkill list" for available devices
-# Examples:
-#
-# Block all bluetooth devices:
-# RFKILL_BLOCK="bluetooth"
-#
-# Unblock the phy0 wifi device and all wwan devices:
-# RFKILL_UNBLOCK="phy0 wwan"

Deleted: core-i686/rc.d
===================================================================
--- core-i686/rc.d	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-i686/rc.d	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/rfkill
-
-case "$1" in
-  start)
-    for device in ${RFKILL_BLOCK}; do
-      stat_busy "Blocking rfkill device: ${device}"
-      /usr/sbin/rfkill block ${device}
-      if [ $? -eq 0 ]; then
-        stat_done
-      else
-        stat_fail
-      fi
-    done
-    for device in ${RFKILL_UNBLOCK}; do
-      stat_busy "Unblocking rfkill device: ${device}"
-      /usr/sbin/rfkill unblock ${device}
-      if [ $? -eq 0 ]; then
-        stat_done
-      else
-        stat_fail
-      fi
-    done
-    ;;
-  stop)
-    ;;
-  restart)
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start}"
-    exit 1
-    ;;
-esac
-exit 0

Deleted: core-i686/rules.d
===================================================================
--- core-i686/rules.d	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-i686/rules.d	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1 +0,0 @@
-KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Copied: rfkill/repos/core-i686/rules.d (from rev 186262, rfkill/repos/testing-i686/rules.d)
===================================================================
--- core-i686/rules.d	                        (rev 0)
+++ core-i686/rules.d	2013-05-23 06:41:04 UTC (rev 186265)
@@ -0,0 +1 @@
+KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Deleted: core-i686/service.block
===================================================================
--- core-i686/service.block	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-i686/service.block	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1,10 +0,0 @@
-[Unit]
-Description=RFKill-Block %I
-After=rfkill-unblock at all.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/sbin/rfkill block %I
-
-[Install]
-WantedBy=multi-user.target

Copied: rfkill/repos/core-i686/service.block (from rev 186262, rfkill/repos/testing-i686/service.block)
===================================================================
--- core-i686/service.block	                        (rev 0)
+++ core-i686/service.block	2013-05-23 06:41:04 UTC (rev 186265)
@@ -0,0 +1,10 @@
+[Unit]
+Description=RFKill-Block %I
+After=rfkill-unblock at all.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/rfkill block %I
+
+[Install]
+WantedBy=multi-user.target

Deleted: core-i686/service.unblock
===================================================================
--- core-i686/service.unblock	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-i686/service.unblock	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1,10 +0,0 @@
-[Unit]
-Description=RFKill-Unblock %I
-After=rfkill-block at all.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/sbin/rfkill unblock %I
-
-[Install]
-WantedBy=multi-user.target

Copied: rfkill/repos/core-i686/service.unblock (from rev 186262, rfkill/repos/testing-i686/service.unblock)
===================================================================
--- core-i686/service.unblock	                        (rev 0)
+++ core-i686/service.unblock	2013-05-23 06:41:04 UTC (rev 186265)
@@ -0,0 +1,10 @@
+[Unit]
+Description=RFKill-Unblock %I
+After=rfkill-block at all.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/rfkill unblock %I
+
+[Install]
+WantedBy=multi-user.target

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-x86_64/PKGBUILD	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Thomas Bächler <thomas at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=rfkill
-pkgver=0.4
-pkgrel=7
-pkgdesc='Tool for enabling and disabling wireless devices'
-url='http://linuxwireless.org/en/users/Documentation/rfkill'
-license=('custom')
-arch=('i686' 'x86_64')
-source=("http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
-        'service.unblock'
-        'service.block'
-        'rules.d'
-        'conf.d'
-        'rc.d')
-sha1sums=('fccabf5a272ac2891f24dc35449dc6f4c45ff44b'
-          '4d0ef151891c32c882dcec8b03ab7204f015d0d1'
-          'c44581c4cc19509f53afd0abea1341cc30751fe2'
-          '6390eaa793b473098aaa11b13c5254d611a4c13a'
-          'd969fe927a9fb2926af43a311a7c1fa126fe59a9'
-          '380af0b002f51543557306ed68a27f0059fd5a6f')
-
-backup=('etc/conf.d/rfkill')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-	install -Dm644 ../rules.d "${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules"
-	install -Dm644 ../service.block "${pkgdir}/usr/lib/systemd/system/rfkill-block at .service"
-	install -Dm644 ../service.unblock "${pkgdir}/usr/lib/systemd/system/rfkill-unblock at .service"
-	install -Dm644 ../conf.d "${pkgdir}/etc/conf.d/rfkill"
-	install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/rfkill"
-}

Copied: rfkill/repos/core-x86_64/PKGBUILD (from rev 186262, rfkill/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2013-05-23 06:41:04 UTC (rev 186265)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Thomas Bächler <thomas at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=rfkill
+pkgver=0.5
+pkgrel=1
+pkgdesc='Tool for enabling and disabling wireless devices'
+url='http://wireless.kernel.org/en/users/Documentation/rfkill'
+license=('custom')
+arch=('i686' 'x86_64')
+source=("https://www.kernel.org/pub/software/network/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+        'service.unblock'
+        'service.block'
+        'rules.d')
+sha1sums=('03025d4ae285c40d5c19ec99ef7b317afda9d900'
+          '5f4a04a434df2ca28ca6687326c67c1f125aa3d4'
+          '6cc294af37232469cd5ba63455b571fe258e1cc6'
+          '6390eaa793b473098aaa11b13c5254d611a4c13a')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make SBINDIR=/usr/bin DESTDIR="${pkgdir}" install
+	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+	install -Dm644 ../rules.d "${pkgdir}/usr/lib/udev/rules.d/60-rfkill.rules"
+	install -Dm644 ../service.block "${pkgdir}/usr/lib/systemd/system/rfkill-block at .service"
+	install -Dm644 ../service.unblock "${pkgdir}/usr/lib/systemd/system/rfkill-unblock at .service"
+}

Deleted: core-x86_64/conf.d
===================================================================
--- core-x86_64/conf.d	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-x86_64/conf.d	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1,20 +0,0 @@
-#
-# /etc/conf.d/rfkill
-# Configuration for the rfkill startup script
-#
-
-# List of devices to block on startup (space-separated)
-RFKILL_BLOCK=""
-
-# List of devices to unblock on startup (space-separated)
-RFKILL_UNBLOCK="all"
-
-# Supported device names are: all, wifi, bluetooth, umb, wimax, wwan, gps and specific device names like phy0, hci0, ...
-# See "rfkill list" for available devices
-# Examples:
-#
-# Block all bluetooth devices:
-# RFKILL_BLOCK="bluetooth"
-#
-# Unblock the phy0 wifi device and all wwan devices:
-# RFKILL_UNBLOCK="phy0 wwan"

Deleted: core-x86_64/rc.d
===================================================================
--- core-x86_64/rc.d	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-x86_64/rc.d	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/rfkill
-
-case "$1" in
-  start)
-    for device in ${RFKILL_BLOCK}; do
-      stat_busy "Blocking rfkill device: ${device}"
-      /usr/sbin/rfkill block ${device}
-      if [ $? -eq 0 ]; then
-        stat_done
-      else
-        stat_fail
-      fi
-    done
-    for device in ${RFKILL_UNBLOCK}; do
-      stat_busy "Unblocking rfkill device: ${device}"
-      /usr/sbin/rfkill unblock ${device}
-      if [ $? -eq 0 ]; then
-        stat_done
-      else
-        stat_fail
-      fi
-    done
-    ;;
-  stop)
-    ;;
-  restart)
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start}"
-    exit 1
-    ;;
-esac
-exit 0

Deleted: core-x86_64/rules.d
===================================================================
--- core-x86_64/rules.d	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-x86_64/rules.d	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1 +0,0 @@
-KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Copied: rfkill/repos/core-x86_64/rules.d (from rev 186262, rfkill/repos/testing-x86_64/rules.d)
===================================================================
--- core-x86_64/rules.d	                        (rev 0)
+++ core-x86_64/rules.d	2013-05-23 06:41:04 UTC (rev 186265)
@@ -0,0 +1 @@
+KERNEL=="rfkill", GROUP="rfkill", MODE="0664"

Deleted: core-x86_64/service.block
===================================================================
--- core-x86_64/service.block	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-x86_64/service.block	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1,10 +0,0 @@
-[Unit]
-Description=RFKill-Block %I
-After=rfkill-unblock at all.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/sbin/rfkill block %I
-
-[Install]
-WantedBy=multi-user.target

Copied: rfkill/repos/core-x86_64/service.block (from rev 186262, rfkill/repos/testing-x86_64/service.block)
===================================================================
--- core-x86_64/service.block	                        (rev 0)
+++ core-x86_64/service.block	2013-05-23 06:41:04 UTC (rev 186265)
@@ -0,0 +1,10 @@
+[Unit]
+Description=RFKill-Block %I
+After=rfkill-unblock at all.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/rfkill block %I
+
+[Install]
+WantedBy=multi-user.target

Deleted: core-x86_64/service.unblock
===================================================================
--- core-x86_64/service.unblock	2013-05-23 06:41:02 UTC (rev 186264)
+++ core-x86_64/service.unblock	2013-05-23 06:41:04 UTC (rev 186265)
@@ -1,10 +0,0 @@
-[Unit]
-Description=RFKill-Unblock %I
-After=rfkill-block at all.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/sbin/rfkill unblock %I
-
-[Install]
-WantedBy=multi-user.target

Copied: rfkill/repos/core-x86_64/service.unblock (from rev 186262, rfkill/repos/testing-x86_64/service.unblock)
===================================================================
--- core-x86_64/service.unblock	                        (rev 0)
+++ core-x86_64/service.unblock	2013-05-23 06:41:04 UTC (rev 186265)
@@ -0,0 +1,10 @@
+[Unit]
+Description=RFKill-Unblock %I
+After=rfkill-block at all.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/rfkill unblock %I
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list