[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2018-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 02:51:50
  Author: felixonmars
Revision: 325315

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 325314, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 325314, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   40 ++--
 hwdetect |  556 ++---
 2 files changed, 298 insertions(+), 298 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-31 02:51:06 UTC (rev 325314)
+++ PKGBUILD2018-05-31 02:51:50 UTC (rev 325315)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=hwdetect
-pkgver=2016.01
-pkgrel=1
-pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
-}
-
-md5sums=('aebf51dea5ab1a0b62fc08fe180e1b59')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 325314, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-31 02:51:50 UTC (rev 325315)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=hwdetect
+pkgver=2016.01
+pkgrel=2
+pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
+}
+
+sha512sums=('ab9a61a260b2706e2b4fd0d16dd7098f40240a45941ccd1e4366631cc509f20589bc6720431c8381ce46c13e2defa89feab2875b1c9c98e6056c50bf5731e7f1')

Deleted: hwdetect
===
--- hwdetect2018-05-31 02:51:06 UTC (rev 325314)
+++ hwdetect2018-05-31 02:51:50 UTC (rev 325315)
@@ -1,278 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski 
-usage () {
-   echo "$0 [options]"
-   echo ""
-   echo " This is a tool that detects/lists modules that are exported by 
/sys"
-   echo ""
-   echo "  Options:"
-   echo "--kernel_version=  use kernel version (no autodetect)"
-   echo "--kernel_directory=use kernel module directory (no 
autodetect)"
-   echo "--show-modules show all detected modules"
-   echo "--show-modules-order   shows load order of detected modules"
-   echo "--show-agp show AGP modules"
-   echo "--show-acpishow ACPI modules"
-echo "--show-block   show BLOCK DEVICE modules"
-echo "--show-bluetooth   show BLUETOOTH modules"
-echo "--show-cdrom   show CDROM modules"
-echo "--show-cpufreq show CPUFREQ modules"
-echo "--show-crypto  show CRYPTO modules"
-echo "--show-drm show DRM modules"
-echo "--show-hwmon   show HWMON modules"
-echo "--show-i2c show I2C modules"
-   echo "--show-input   show INPUT modules"
-   echo "--show-irdashow IRDA modules"
-   echo "--show-isdnshow ISDN modules"
-echo "--show-kvm show KVM modules"
-echo "--show-media   show MEDIA modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-parport show PARPORT modules"
-   echo "--show-pcmcia  show PCMCIA modules"
-   echo "--show-sound   show SOUND modules"
-   echo "--show-staging show STAGING modules"
-echo "--show-tpm show TPM modules"
-echo "--show-watchdogshow WATCHDOG modules"
-   echo "--show-other   show OTHER modules"
-   echo ""
-   echo "  For /etc/mkinitcpio.conf use:"
-   echo "--filesystem   add filesystems to MODULES="
-   echo "--hostcontroller   show MODULES= for all hostcontrollers"
-   echo "--ati-kms  add ati kernel m

[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2016-01-19 Thread Tobias Powalowski
Date: Tuesday, January 19, 2016 @ 09:33:42
  Author: tpowa
Revision: 258409

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 258408, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 258408, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   39 ++--
 hwdetect |  556 ++---
 2 files changed, 298 insertions(+), 297 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-19 08:33:35 UTC (rev 258408)
+++ PKGBUILD2016-01-19 08:33:42 UTC (rev 258409)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=hwdetect
-pkgver=2015.01
-pkgrel=1
-pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
-}
-md5sums=('9010adf5ce888bda4e71a64353f6eabf')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 258408, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-19 08:33:42 UTC (rev 258409)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=hwdetect
+pkgver=2016.01
+pkgrel=1
+pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
+}
+
+md5sums=('aebf51dea5ab1a0b62fc08fe180e1b59')

Deleted: hwdetect
===
--- hwdetect2016-01-19 08:33:35 UTC (rev 258408)
+++ hwdetect2016-01-19 08:33:42 UTC (rev 258409)
@@ -1,278 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski 
-usage () {
-   echo "$0 [options]"
-   echo ""
-   echo " This is a tool that detects/lists modules that are exported by 
/sys"
-   echo ""
-   echo "  Options:"
-   echo "--kernel_version=  use kernel version (no autodetect)"
-   echo "--kernel_directory=use kernel module directory (no 
autodetect)"
-   echo "--show-modules show all detected modules"
-   echo "--show-modules-order   shows load order of detected modules"
-   echo "--show-agp show AGP modules"
-   echo "--show-acpishow ACPI modules"
-echo "--show-block   show BLOCK DEVICE modules"
-echo "--show-bluetooth   show BLUETOOTH modules"
-echo "--show-cdrom   show CDROM modules"
-echo "--show-cpufreq show CPUFREQ modules"
-echo "--show-crypto  show CRYPTO modules"
-echo "--show-drm show DRM modules"
-echo "--show-hwmon   show HWMON modules"
-echo "--show-i2c show I2C modules"
-   echo "--show-input   show INPUT modules"
-   echo "--show-irdashow IRDA modules"
-   echo "--show-isdnshow ISDN modules"
-echo "--show-kvm show KVM modules"
-echo "--show-media   show MEDIA modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-parport show PARPORT modules"
-   echo "--show-pcmcia  show PCMCIA modules"
-   echo "--show-sound   show SOUND modules"
-   echo "--show-staging show STAGING modules"
-echo "--show-tpm show TPM modules"
-echo "--show-watchdogshow WATCHDOG modules"
-   echo "--show-other   show OTHER modules"
-   echo ""
-   echo "  For /etc/mkinitcpio.conf use:"
-   echo "--filesystem   add filesystems to MODULES="
-   echo "--hostcontroller   show MODULES= for all hostcontrollers"
-   echo "--ati-kms  add ati kernel mode setting" 
-   echo "--intel-kmsadd intel kernel mode setting"
-   echo "

[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2015-01-16 Thread Tobias Powalowski
Date: Friday, January 16, 2015 @ 09:27:25
  Author: tpowa
Revision: 229375

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 229374, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 229374, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 ++--
 hwdetect |  563 ++---
 2 files changed, 297 insertions(+), 304 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-16 08:26:49 UTC (rev 229374)
+++ PKGBUILD2015-01-16 08:27:25 UTC (rev 229375)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=hwdetect
-pkgver=2013.12
-pkgrel=1
-pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
-}
-md5sums=('b55e0501dab6599e94c3b5c54c2166bc')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 229374, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-16 08:27:25 UTC (rev 229375)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=hwdetect
+pkgver=2015.01
+pkgrel=1
+pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
+}
+md5sums=('9010adf5ce888bda4e71a64353f6eabf')

Deleted: hwdetect
===
--- hwdetect2015-01-16 08:26:49 UTC (rev 229374)
+++ hwdetect2015-01-16 08:27:25 UTC (rev 229375)
@@ -1,285 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski 
-usage () {
-   echo "$0 [options]"
-   echo ""
-   echo " This is a tool that detects/lists modules that are exported by 
/sys"
-   echo ""
-   echo "  Options:"
-   echo "--kernel_version=  use kernel version (no autodetect)"
-   echo "--kernel_directory=use kernel module directory (no 
autodetect)"
-   echo "--show-modules show all detected modules"
-   echo "--show-modules-order   shows load order of detected modules"
-   echo "--show-agp show AGP modules"
-   echo "--show-acpishow ACPI modules"
-echo "--show-block   show BLOCK DEVICE modules"
-echo "--show-bluetooth   show BLUETOOTH modules"
-echo "--show-cdrom   show CDROM modules"
-echo "--show-cpufreq show CPUFREQ modules"
-echo "--show-crypto  show CRYPTO modules"
-echo "--show-drm show DRM modules"
-echo "--show-hwmon   show HWMON modules"
-echo "--show-i2c show I2C modules"
-   echo "--show-input   show INPUT modules"
-   echo "--show-irdashow IRDA modules"
-   echo "--show-isdnshow ISDN modules"
-echo "--show-kvm show KVM modules"
-echo "--show-media   show MEDIA modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-parport show PARPORT modules"
-   echo "--show-pcmcia  show PCMCIA modules"
-   echo "--show-sound   show SOUND modules"
-   echo "--show-staging show STAGING modules"
-echo "--show-tpm show TPM modules"
-echo "--show-watchdogshow WATCHDOG modules"
-   echo "--show-other   show OTHER modules"
-   echo ""
-   echo "  For /etc/mkinitcpio.conf use:"
-   echo "--filesystem   add filesystems to MODULES="
-   echo "--hostcontroller   show MODULES= for all hostcontrollers"
-   echo "--ati-kms  add ati kernel mode setting" 
-   echo "--intel-kmsadd intel kernel mode setting"
-   echo "--n

[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-10-08 Thread Tobias Powalowski
Date: Tuesday, October 8, 2013 @ 19:39:34
  Author: tpowa
Revision: 196217

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 196216, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 196216, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +--
 hwdetect |  581 ++---
 2 files changed, 311 insertions(+), 308 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-08 17:39:26 UTC (rev 196216)
+++ PKGBUILD2013-10-08 17:39:34 UTC (rev 196217)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=hwdetect
-pkgver=2013.10
-pkgrel=3
-pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
-}
-md5sums=('93318a5c5487a9b7c454ea07013d9d46')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 196216, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-08 17:39:34 UTC (rev 196217)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=hwdetect
+pkgver=2013.10
+pkgrel=4
+pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
+}
+md5sums=('3f7825074b5adfa1abebe4e052b929c6')

Deleted: hwdetect
===
--- hwdetect2013-10-08 17:39:26 UTC (rev 196216)
+++ hwdetect2013-10-08 17:39:34 UTC (rev 196217)
@@ -1,289 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski 
-usage () {
-   echo "$0 [options]"
-   echo ""
-   echo " This is a tool that detects/lists modules that are exported by 
/sys"
-   echo ""
-   echo "  Options:"
-   echo "--kernel_version=  use kernel version (no autodetect)"
-   echo "--kernel_directory=use kernel module directory (no 
autodetect)"
-   echo "--show-modules show all detected modules"
-   echo "--show-modules-order   shows load order of detected modules"
-   echo "--show-agp show AGP modules"
-   echo "--show-acpishow ACPI modules"
-echo "--show-block   show BLOCK DEVICE modules"
-echo "--show-cdrom   show CDROM modules"
-echo "--show-cpufreq show CPUFREQ modules"
-echo "--show-crypto  show CRYPTO modules"
-echo "--show-drm show DRM modules"
-echo "--show-hwmon   show HWMON modules"
-echo "--show-i2c show I2C modules"
-   echo "--show-input   show INPUT modules"
-   echo "--show-irdashow IRDA modules"
-   echo "--show-isdnshow ISDN modules"
-echo "--show-kvm show KVM modules"
-echo "--show-media   show MEDIA modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-parport show PARPORT modules"
-   echo "--show-pcmcia  show PCMCIA modules"
-   echo "--show-sound   show SOUND modules"
-   echo "--show-staging show STAGING modules"
-echo "--show-tpm show TPM modules"
-echo "--show-watchdogshow WATCHDOG modules"
-   echo "--show-other   show OTHER modules"
-   echo ""
-   echo "  For /etc/mkinitcpio.conf use:"
-   echo "--filesystem   add filesystems to MODULES="
-   echo "--hostcontroller   show MODULES= for all hostcontrollers"
-   echo "--ati-kms  add ati kernel mode setting" 
-   echo "--intel-kmsadd intel kernel mode setting"
-   echo "--nvidia-kms   add nvidia kernel mode setting"
-echo "

[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-10-08 Thread Tobias Powalowski
Date: Tuesday, October 8, 2013 @ 15:40:18
  Author: tpowa
Revision: 196211

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 196210, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 196210, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 ++--
 hwdetect |  577 ++---
 2 files changed, 308 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-08 13:40:09 UTC (rev 196210)
+++ PKGBUILD2013-10-08 13:40:18 UTC (rev 196211)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=hwdetect
-pkgver=2013.10
-pkgrel=2
-pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
-}
-md5sums=('0398c6ee3299ed4471979127ff288ac7')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 196210, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-08 13:40:18 UTC (rev 196211)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=hwdetect
+pkgver=2013.10
+pkgrel=3
+pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
+}
+md5sums=('93318a5c5487a9b7c454ea07013d9d46')

Deleted: hwdetect
===
--- hwdetect2013-10-08 13:40:09 UTC (rev 196210)
+++ hwdetect2013-10-08 13:40:18 UTC (rev 196211)
@@ -1,288 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski 
-usage () {
-   echo "$0 [options]"
-   echo ""
-   echo " This is a tool that detects/lists modules that are exported by 
/sys"
-   echo ""
-   echo "  Options:"
-   echo "--kernel_version=  use kernel version (no autodetect)"
-   echo "--kernel_directory=use kernel module directory (no 
autodetect)"
-   echo "--show-modules show all detected modules"
-   echo "--show-modules-order   shows load order of detected modules"
-   echo "--show-agp show AGP modules"
-   echo "--show-acpishow ACPI modules"
-echo "--show-block   show BLOCK DEVICE modules"
-echo "--show-cdrom   show CDROM modules"
-echo "--show-cpufreq show CPUFREQ modules"
-echo "--show-crypto  show CRYPTO modules"
-echo "--show-drm show DRM modules"
-echo "--show-hwmon   show HWMON modules"
-echo "--show-i2c show I2C modules"
-   echo "--show-input   show INPUT modules"
-   echo "--show-irdashow IRDA modules"
-   echo "--show-isdnshow ISDN modules"
-echo "--show-kvm show KVM modules"
-echo "--show-media   show MEDIA modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-parport show PARPORT modules"
-   echo "--show-pcmcia  show PCMCIA modules"
-   echo "--show-sound   show SOUND modules"
-   echo "--show-staging show STAGING modules"
-echo "--show-tpm show TPM modules"
-echo "--show-watchdogshow WATCHDOG modules"
-   echo "--show-other   show OTHER modules"
-   echo ""
-   echo "  For /etc/mkinitcpio.conf use:"
-   echo "--filesystem   add filesystems to MODULES="
-   echo "--hostcontroller   show MODULES= for all hostcontrollers"
-   echo "--ati-kms  add ati kernel mode setting" 
-   echo "--intel-kmsadd intel kernel mode setting"
-   echo "--nvidia-kms   add nvidia kernel mode setting"
-echo 

[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-10-08 Thread Tobias Powalowski
Date: Tuesday, October 8, 2013 @ 12:52:22
  Author: tpowa
Revision: 196208

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 196207, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 196207, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +--
 hwdetect |  673 ++---
 2 files changed, 307 insertions(+), 404 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-08 10:52:11 UTC (rev 196207)
+++ PKGBUILD2013-10-08 10:52:22 UTC (rev 196208)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=hwdetect
-pkgver=2013.10
-pkgrel=1
-pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
-}
-md5sums=('f17349465e2d5b2133d78d621988b31e')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 196207, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-08 10:52:22 UTC (rev 196208)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=hwdetect
+pkgver=2013.10
+pkgrel=2
+pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
+}
+md5sums=('0398c6ee3299ed4471979127ff288ac7')

Deleted: hwdetect
===
--- hwdetect2013-10-08 10:52:11 UTC (rev 196207)
+++ hwdetect2013-10-08 10:52:22 UTC (rev 196208)
@@ -1,385 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski 
-usage () {
-   echo "$0 [options]"
-   echo ""
-   echo " This is a tool that detects/lists modules that are exported by 
/sys"
-   echo ""
-   echo "  Options:"
-   echo "--kernel_version=  use kernel version (no autodetect)"
-   echo "--kernel_directory=use kernel module directory (no 
autodetect)"
-   echo "--load-modules load all detected modules"
-   echo "--unload-modules   unload all detected modules"
-   echo "--show-modules show all detected modules"
-   echo "--show-modules-order   shows load order of detected modules"
-   echo "--show-agp show AGP modules"
-   echo "--show-acpishow ACPI modules"
-echo "--show-block   show BLOCK DEVICE modules"
-echo "--show-cdrom   show CDROM modules"
-echo "--show-cpufreq show CPUFREQ modules"
-echo "--show-crypto  show CRYPTO modules"
-echo "--show-drm show DRM modules"
-echo "--show-hwmon   show HWMON modules"
-echo "--show-i2c show I2C modules"
-   echo "--show-input   show INPUT modules"
-   echo "--show-irdashow IRDA modules"
-   echo "--show-isdnshow ISDN modules"
-echo "--show-kvm show KVM modules"
-echo "--show-media   show MEDIA modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-parport show PARPORT modules"
-   echo "--show-pcmcia  show PCMCIA modules"
-   echo "--show-sound   show SOUND modules"
-   echo "--show-staging show STAGING modules"
-echo "--show-tpm show TPM modules"
-echo "--show-watchdogshow WATCHDOG modules"
-   echo "--show-other   show OTHER modules"
-   echo ""
-   echo "  For /etc/mkinitcpio.conf use:"
-   echo "--filesystem   add filesystems to MODULES="
-   echo "--hostcontroller   show MODULES= for all hostcontrollers"
-   echo "--ati-kms  add ati kernel mode setting" 
-   echo "--in

[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-10-07 Thread Tobias Powalowski
Date: Monday, October 7, 2013 @ 22:46:54
  Author: tpowa
Revision: 196176

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 196175, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 196175, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +--
 hwdetect |  738 +++--
 2 files changed, 404 insertions(+), 372 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-07 20:46:43 UTC (rev 196175)
+++ PKGBUILD2013-10-07 20:46:54 UTC (rev 196176)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=hwdetect
-pkgver=2013.08
-pkgrel=2
-pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
-}
-md5sums=('1ffabf5db0f3b98336045a5ba1580454')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 196175, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-07 20:46:54 UTC (rev 196176)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=hwdetect
+pkgver=2013.10
+pkgrel=1
+pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
+}
+md5sums=('f17349465e2d5b2133d78d621988b31e')

Deleted: hwdetect
===
--- hwdetect2013-10-07 20:46:43 UTC (rev 196175)
+++ hwdetect2013-10-07 20:46:54 UTC (rev 196176)
@@ -1,353 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski 
-usage () {
-   echo "$0 [options]"
-   echo ""
-   echo " This is a tool that detects/lists modules that are exported by 
/sys"
-   echo ""
-   echo "  Options:"
-   echo "--kernel_version=  use kernel version (no autodetect)"
-   echo "--kernel_directory=use kernel module directory (no 
autodetect)"
-   echo "--load-modules load all detected modules"
-   echo "--unload-modules   unload all detected modules"
-   echo "--show-modules show all detected modules"
-   echo "--show-modules-order   shows load order of detected modules"
-   echo "--show-agp show AGP modules"
-   echo "--show-acpishow ACPI modules"
-echo "--show-block   show BLOCK DEVICE modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-drm show DRM modules"
-   echo "--show-input   show INPUT modules"
-   echo "--show-irdashow IRDA modules"
-   echo "--show-isdnshow ISDN modules"
-   echo "--show-pcmcia  show PCMCIA modules"
-   echo "--show-sound   show SOUND modules"
-   echo "--show-staging show STAGING modules"
-   echo "--show-other   show OTHER modules"
-   echo ""
-   echo "  For /etc/mkinitcpio.conf use:"
-   echo "--filesystem   add filesystems to MODULES="
-   echo "--hostcontroller   show MODULES= for all hostcontrollers"
-   echo "--ati-kms  add ati kernel mode setting" 
-   echo "--intel-kmsadd intel kernel mode setting"
-   echo "--nvidia-kms   add nvidia kernel mode setting"
-echo "" 
-   echo "--rootdevice=  autodetected advanced features of 
rootdevice"
-   echo "--hooks-dir=   use this directory for HOOKS check"
-   echo "--advanced show autodetected advanced HOOKS"
-   echo "--hooksshow HOOKS="
-   echo "--dmraid   add dmraid to HOOKS="
-   echo "--keymap   add keymap to HOOKS="
-   echo "--pcmcia   add pcmcia to HOOKS="
-  

[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-08-22 Thread Tobias Powalowski
Date: Thursday, August 22, 2013 @ 13:59:31
  Author: tpowa
Revision: 193527

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 193526, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 193526, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +--
 hwdetect |  727 +
 2 files changed, 372 insertions(+), 393 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-22 11:59:21 UTC (rev 193526)
+++ PKGBUILD2013-08-22 11:59:31 UTC (rev 193527)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=hwdetect
-pkgver=2013.08
-pkgrel=1
-pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
-}
-md5sums=('c40773ccf82b1a7da2d29d5fd4f7aefc')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 193526, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-22 11:59:31 UTC (rev 193527)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=hwdetect
+pkgver=2013.08
+pkgrel=2
+pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
+}
+md5sums=('1ffabf5db0f3b98336045a5ba1580454')

Deleted: hwdetect
===
--- hwdetect2013-08-22 11:59:21 UTC (rev 193526)
+++ hwdetect2013-08-22 11:59:31 UTC (rev 193527)
@@ -1,374 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski 
-usage () {
-   echo "$0 [options]"
-   echo ""
-   echo " This is a tool that detects/lists modules that are exported by 
/sys"
-   echo ""
-   echo "  Options:"
-   echo "--kernel_version=  use kernel version (no autodetect)"
-   echo "--kernel_directory=use kernel module directory (no 
autodetect)"
-   echo "--load-modules load all detected modules"
-   echo "--unload-modules   unload all detected modules"
-   echo "--show-modules show all detected modules"
-   echo "--show-modules-order   shows load order of detected modules"
-   echo "--show-agp show AGP modules"
-   echo "--show-acpishow ACPI modules"
-echo "--show-block   show BLOCK DEVICE modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-drm show DRM modules"
-   echo "--show-input   show INPUT modules"
-   echo "--show-irdashow IRDA modules"
-   echo "--show-isdnshow ISDN modules"
-   echo "--show-pcmcia  show PCMCIA modules"
-   echo "--show-sound   show SOUND modules"
-   echo "--show-staging show STAGING modules"
-   echo "--show-other   show OTHER modules"
-   echo ""
-   echo "  For /etc/mkinitcpio.conf use:"
-   echo "--filesystem   add filesystems to MODULES="
-   echo "--hostcontroller   show MODULES= for all hostcontrollers"
-   echo "--ati-kms  add ati kernel mode setting" 
-   echo "--intel-kmsadd intel kernel mode setting"
-   echo "--nvidia-kms   add nvidia kernel mode setting"
-echo "" 
-   echo "--rootdevice=  autodetected advanced features of 
rootdevice"
-   echo "--hooks-dir=   use this directory for HOOKS check"
-   echo "--advanced show autodetected advanced HOOKS"
-   echo "--hooksshow HOOKS="
-   echo "--dmraid   add dmraid to HOOKS="
-   echo "--keymap   add keymap to HOOKS="
-   echo "--pcmcia   add pcmcia to HOOKS="
-

[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-08-07 Thread Tobias Powalowski
Date: Wednesday, August 7, 2013 @ 16:42:51
  Author: tpowa
Revision: 192202

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 192201, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 192201, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +-
 hwdetect |  846 ++---
 2 files changed, 393 insertions(+), 491 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-07 14:42:42 UTC (rev 192201)
+++ PKGBUILD2013-08-07 14:42:51 UTC (rev 192202)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=hwdetect
-pkgver=2013.07
-pkgrel=1
-pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
-}
-md5sums=('a3c84221a91a32e55deff0edb1e00fc1')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 192201, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-07 14:42:51 UTC (rev 192202)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=hwdetect
+pkgver=2013.08
+pkgrel=1
+pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
+}
+md5sums=('c40773ccf82b1a7da2d29d5fd4f7aefc')

Deleted: hwdetect
===
--- hwdetect2013-08-07 14:42:42 UTC (rev 192201)
+++ hwdetect2013-08-07 14:42:51 UTC (rev 192202)
@@ -1,472 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski 
-usage () {
-   echo "$0 [options]"
-   echo ""
-   echo " This is a tool that detects/lists modules that are exported by 
/sys"
-   echo ""
-   echo "  Options:"
-   echo "--kernel_version=  use kernel version (no autodetect)"
-   echo "--kernel_directory=use kernel module directory (no 
autodetect)"
-   echo "--load-modules load all detected modules"
-   echo "--unload-modules   unload all detected modules"
-   echo "--show-modules show all detected modules"
-   echo "--show-modules-order   shows load order of detected modules"
-   echo "--show-agp show AGP modules"
-   echo "--show-acpishow ACPI modules"
-echo "--show-block   show BLOCK DEVICE modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-drm show DRM modules"
-   echo "--show-input   show INPUT modules"
-   echo "--show-irdashow IRDA modules"
-   echo "--show-isdnshow ISDN modules"
-   echo "--show-pcmcia  show PCMCIA modules"
-   echo "--show-sound   show SOUND modules"
-   echo "--show-staging show STAGING modules"
-   echo "--show-other   show OTHER modules"
-   echo ""
-   echo "  For /etc/mkinitcpio.conf use:"
-   echo "--filesystem   add filesystems to MODULES="
-   echo "--hostcontroller   show MODULES= for all hostcontrollers"
-   echo "--ati-kms  add ati kernel mode setting" 
-   echo "--intel-kmsadd intel kernel mode setting"
-   echo "--nvidia-kms   add nvidia kernel mode setting"
-echo "" 
-   echo "--rootdevice=  autodetected advanced features of 
rootdevice"
-   echo "--hooks-dir=   use this directory for HOOKS check"
-   echo "--advanced show autodetected advanced HOOKS"
-   echo "--hooksshow HOOKS="
-   echo "--dmraid   add dmraid to HOOKS="
-   echo "--keymap   add keymap to HOOKS="
-   echo "--pcmcia   add pcmcia to HOOKS="
- 

[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-07-29 Thread Tobias Powalowski
Date: Monday, July 29, 2013 @ 16:50:22
  Author: tpowa
Revision: 191719

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 191718, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 191718, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +-
 hwdetect |  944 ++---
 2 files changed, 491 insertions(+), 491 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 191718:191719 to see the changes.


[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-06-06 Thread Tobias Powalowski
Date: Thursday, June 6, 2013 @ 17:05:51
  Author: tpowa
Revision: 187824

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 187823, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 187823, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +-
 hwdetect |  972 +
 2 files changed, 491 insertions(+), 519 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 187823:187824 to see the changes.


[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-06-03 Thread Tobias Powalowski
Date: Monday, June 3, 2013 @ 17:21:50
  Author: tpowa
Revision: 187086

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 187085, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 187085, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +-
 hwdetect | 1000 ++---
 2 files changed, 519 insertions(+), 519 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 187085:187086 to see the changes.


[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2013-05-17 Thread Tobias Powalowski
Date: Saturday, May 18, 2013 @ 08:52:38
  Author: tpowa
Revision: 185740

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 185739, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 185739, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +-
 hwdetect | 1000 ++---
 2 files changed, 519 insertions(+), 519 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 185739:185740 to see the changes.


[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2012-04-21 Thread Tobias Powalowski
Date: Saturday, April 21, 2012 @ 05:42:51
  Author: tpowa
Revision: 156583

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 156582, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 156582, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +-
 hwdetect | 1150 ++---
 2 files changed, 590 insertions(+), 598 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 156582:156583 to see the changes.


[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2012-04-20 Thread Tobias Powalowski
Date: Friday, April 20, 2012 @ 06:47:35
  Author: tpowa
Revision: 156523

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 156522, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 156522, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +-
 hwdetect | 1154 ++---
 2 files changed, 598 insertions(+), 594 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 156522:156523 to see the changes.


[arch-commits] Commit in hwdetect/repos (extra-any)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 16:05:54
  Author: tpowa
Revision: 134905

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 16:05:39
  Author: tpowa
Revision: 134904

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 11:00:20
  Author: tpowa
Revision: 134895

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-08-08 Thread Tobias Powalowski
Date: Monday, August 8, 2011 @ 11:00:04
  Author: tpowa
Revision: 134894

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-08-07 Thread Tobias Powalowski
Date: Sunday, August 7, 2011 @ 17:23:41
  Author: tpowa
Revision: 134847

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-08-07 Thread Tobias Powalowski
Date: Sunday, August 7, 2011 @ 17:23:26
  Author: tpowa
Revision: 134846

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-06-10 Thread Tobias Powalowski
Date: Saturday, June 11, 2011 @ 02:21:48
  Author: tpowa
Revision: 127134

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-06-10 Thread Tobias Powalowski
Date: Saturday, June 11, 2011 @ 02:21:32
  Author: tpowa
Revision: 127133

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-03-27 Thread Tobias Powalowski
Date: Sunday, March 27, 2011 @ 09:06:05
  Author: tpowa
Revision: 117003

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2011-03-27 Thread Tobias Powalowski
Date: Sunday, March 27, 2011 @ 09:05:51
  Author: tpowa
Revision: 117002

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-08-06 Thread Tobias Powalowski
Date: Friday, August 6, 2010 @ 16:32:09
  Author: tpowa
Revision: 86905

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-08-06 Thread Tobias Powalowski
Date: Friday, August 6, 2010 @ 16:30:12
  Author: tpowa
Revision: 86900

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-07-06 Thread Tobias Powalowski
Date: Tuesday, July 6, 2010 @ 16:42:31
  Author: tpowa
Revision: 85015

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-07-06 Thread Tobias Powalowski
Date: Tuesday, July 6, 2010 @ 16:42:10
  Author: tpowa
Revision: 85014

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-07-06 Thread Tobias Powalowski
Date: Tuesday, July 6, 2010 @ 16:40:28
  Author: tpowa
Revision: 85012

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-07-06 Thread Tobias Powalowski
Date: Tuesday, July 6, 2010 @ 16:40:07
  Author: tpowa
Revision: 85011

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-06-06 Thread Tobias Powalowski
Date: Sunday, June 6, 2010 @ 15:53:04
  Author: tpowa
Revision: 81891

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-06-06 Thread Tobias Powalowski
Date: Sunday, June 6, 2010 @ 15:52:45
  Author: tpowa
Revision: 81890

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-06-06 Thread Tobias Powalowski
Date: Sunday, June 6, 2010 @ 11:19:56
  Author: tpowa
Revision: 81885

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-06-06 Thread Tobias Powalowski
Date: Sunday, June 6, 2010 @ 11:19:37
  Author: tpowa
Revision: 81884

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-06-05 Thread Tobias Powalowski
Date: Saturday, June 5, 2010 @ 06:53:44
  Author: tpowa
Revision: 81830

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-06-05 Thread Tobias Powalowski
Date: Saturday, June 5, 2010 @ 06:53:29
  Author: tpowa
Revision: 81829

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-05-20 Thread Tobias Powalowski
Date: Thursday, May 20, 2010 @ 16:54:34
  Author: tpowa
Revision: 80709

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-05-20 Thread Tobias Powalowski
Date: Thursday, May 20, 2010 @ 16:54:19
  Author: tpowa
Revision: 80708

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-04-16 Thread Tobias Powalowski
Date: Friday, April 16, 2010 @ 04:40:26
  Author: tpowa
Revision: 77583

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-04-16 Thread Tobias Powalowski
Date: Friday, April 16, 2010 @ 04:40:08
  Author: tpowa
Revision: 77582

archrelease: remove extra-any

Deleted:
  hwdetect/repos/extra-any/



[arch-commits] Commit in hwdetect/repos (extra-any)

2010-04-16 Thread Tobias Powalowski
Date: Friday, April 16, 2010 @ 03:03:48
  Author: tpowa
Revision: 77579

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/