[arch-commits] Commit in netcfg/repos (3 files)

2012-10-20 Thread Florian Pritz
Date: Saturday, October 20, 2012 @ 04:34:11
  Author: bluewind
Revision: 169369

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 169368, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-10-20 08:19:31 UTC (rev 169368)
+++ core-any/PKGBUILD   2012-10-20 08:34:11 UTC (rev 169369)
@@ -1,37 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.11
-pkgrel=2
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org/netcfg/;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-groups=(base)
-depends=(coreutils dhcpcd iproute2)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based profile and wifi selectors'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through net-auto-wired'
-'wpa_actiond: for automatic wireless connections through 
net-auto-wireless'
-'wireless_tools: for interface renaming through net-rename'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('f2df46de696aac36f67bd1479eadf259')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
-
-  # Compatibility
-  ln -s netcfg.service $pkgdir/usr/lib/systemd/system/net-profiles.service
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 169368, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-10-20 08:34:11 UTC (rev 169369)
@@ -0,0 +1,37 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=3.0
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+groups=(base)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through net-auto-wired'
+'wpa_actiond: for automatic wireless connections through 
net-auto-wireless'
+'wireless_tools: for interface renaming through net-rename'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('e1ba3e48dfd4b145cc4bce933ee128ca')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+
+  # Compatibility
+  ln -s netcfg.service $pkgdir/usr/lib/systemd/system/net-profiles.service
+}
+



[arch-commits] Commit in netcfg/repos (3 files)

2012-10-16 Thread Thomas Bächler
Date: Tuesday, October 16, 2012 @ 04:50:17
  Author: thomas
Revision: 168811

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 168810, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

--+
 PKGBUILD |   73 ++---
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-10-16 08:45:47 UTC (rev 168810)
+++ core-any/PKGBUILD   2012-10-16 08:50:17 UTC (rev 168811)
@@ -1,36 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.11
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org/netcfg/;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd iproute2)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based profile and wifi selectors'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through net-auto-wired'
-'wpa_actiond: for automatic wireless connections through 
net-auto-wireless'
-'wireless_tools: for interface renaming through net-rename'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('f2df46de696aac36f67bd1479eadf259')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
-
-  # Compatibility
-  ln -s netcfg.service $pkgdir/usr/lib/systemd/system/net-profiles.service
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 168810, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-10-16 08:50:17 UTC (rev 168811)
@@ -0,0 +1,37 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.11
+pkgrel=2
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+groups=(base)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through net-auto-wired'
+'wpa_actiond: for automatic wireless connections through 
net-auto-wireless'
+'wireless_tools: for interface renaming through net-rename'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('f2df46de696aac36f67bd1479eadf259')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+
+  # Compatibility
+  ln -s netcfg.service $pkgdir/usr/lib/systemd/system/net-profiles.service
+}
+



[arch-commits] Commit in netcfg/repos (3 files)

2012-10-06 Thread Florian Pritz
Date: Saturday, October 6, 2012 @ 04:11:38
  Author: bluewind
Revision: 168133

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 168132, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-10-06 07:59:40 UTC (rev 168132)
+++ core-any/PKGBUILD   2012-10-06 08:11:38 UTC (rev 168133)
@@ -1,36 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.10
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org/netcfg/;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd iproute2)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based profile and wifi selectors'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through net-auto-wired'
-'wpa_actiond: for automatic wireless connections through 
net-auto-wireless'
-'wireless_tools: for interface renaming through net-rename'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('94f599d051395d8ccb43e07ada30e86b')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
-
-  # Compatibility
-  ln -s netcfg.service $pkgdir/usr/lib/systemd/system/net-profiles.service
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 168132, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-10-06 08:11:38 UTC (rev 168133)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.11
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through net-auto-wired'
+'wpa_actiond: for automatic wireless connections through 
net-auto-wireless'
+'wireless_tools: for interface renaming through net-rename'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('f2df46de696aac36f67bd1479eadf259')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+
+  # Compatibility
+  ln -s netcfg.service $pkgdir/usr/lib/systemd/system/net-profiles.service
+}
+



[arch-commits] Commit in netcfg/repos (3 files)

2012-09-01 Thread Florian Pritz
Date: Saturday, September 1, 2012 @ 14:35:21
  Author: bluewind
Revision: 165859

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 165858, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-09-01 17:47:38 UTC (rev 165858)
+++ core-any/PKGBUILD   2012-09-01 18:35:21 UTC (rev 165859)
@@ -1,36 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.9
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org/netcfg/;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd iproute2)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based profile and wifi selectors'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through net-auto-wired'
-'wpa_actiond: for automatic wireless connections through 
net-auto-wireless'
-'wireless_tools: for interface renaming through net-rename'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('fb6c34ac21b7a8fe121caaa10c2155e6')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
-
-  # Compatibility
-  ln -s netcfg.service $pkgdir/usr/lib/systemd/system/net-profiles.service
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 165858, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-09-01 18:35:21 UTC (rev 165859)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.10
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through net-auto-wired'
+'wpa_actiond: for automatic wireless connections through 
net-auto-wireless'
+'wireless_tools: for interface renaming through net-rename'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('94f599d051395d8ccb43e07ada30e86b')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+
+  # Compatibility
+  ln -s netcfg.service $pkgdir/usr/lib/systemd/system/net-profiles.service
+}
+



[arch-commits] Commit in netcfg/repos (3 files)

2012-08-11 Thread Florian Pritz
Date: Saturday, August 11, 2012 @ 16:00:04
  Author: bluewind
Revision: 165150

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 165148, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

--+
 PKGBUILD |   69 +++--
 1 file changed, 36 insertions(+), 33 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-08-11 20:00:01 UTC (rev 165149)
+++ core-any/PKGBUILD   2012-08-11 20:00:04 UTC (rev 165150)
@@ -1,33 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.8
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org/netcfg/;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd iproute2)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based profile and wifi selectors'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
-'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
-'wireless_tools: for interface renaming through net-rename'
-'ifenslave: for bond connections'
-'bridge-utils: for bridge connections'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('e6a3b2588c84048d878367a2f16167eb')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 165148, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-08-11 20:00:04 UTC (rev 165150)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.9
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through net-auto-wired'
+'wpa_actiond: for automatic wireless connections through 
net-auto-wireless'
+'wireless_tools: for interface renaming through net-rename'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('fb6c34ac21b7a8fe121caaa10c2155e6')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+
+  # Compatibility
+  ln -s netcfg.service $pkgdir/usr/lib/systemd/system/net-profiles.service
+}
+



[arch-commits] Commit in netcfg/repos (3 files)

2012-07-05 Thread Florian Pritz
Date: Thursday, July 5, 2012 @ 12:03:22
  Author: bluewind
Revision: 163016

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
(from rev 163015, netcfg/trunk/PKGBUILD)
  netcfg/repos/testing-any/git-fixes.patch
(from rev 163015, netcfg/trunk/git-fixes.patch)

-+
 PKGBUILD|   36 
 git-fixes.patch |   24 
 2 files changed, 60 insertions(+)

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 163015, 
netcfg/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-05 16:03:22 UTC (rev 163016)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.5
+pkgrel=3
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
+'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
+'wireless_tools: for interface renaming through net-rename'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz 
git-fixes.patch)
+arch=(any)
+md5sums=('61019de518f430f421a6353ddb652549' 'c511a6844769bac9e418644b51315cd2')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+
+  patch -p1 -i $srcdir/git-fixes.patch
+
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+}
+

Copied: netcfg/repos/testing-any/git-fixes.patch (from rev 163015, 
netcfg/trunk/git-fixes.patch)
===
--- testing-any/git-fixes.patch (rev 0)
+++ testing-any/git-fixes.patch 2012-07-05 16:03:22 UTC (rev 163016)
@@ -0,0 +1,24 @@
+commit 9eb995ef8a34d552077b2af02787574a6534b1e2
+Author: Tasos Latsas tlatsas2...@gmail.com
+Date:   Sat Jun 30 11:07:45 2012 +0300
+
+wifi-menu: fix name of wireless key variable
+
+Dialog returns the wireless key in variable $key. Uppercase
+'KEY' is used later to create the profile.
+
+Signed-off-by: Tasos Latsas tlatsas2...@gmail.com
+
+diff --git a/scripts/wifi-menu b/scripts/wifi-menu
+index e182f25..ba8eb47 100755
+--- a/scripts/wifi-menu
 b/scripts/wifi-menu
+@@ -115,7 +115,7 @@ create_profile()
+ [[ $OBSCURE ]]  box=--insecure --passwordbox || box=--inputbox
+ msg=Enter $security security key for\n'$1'
+ key=$(dialog $box $msg 10 40 --stdout) || return $?
+-[[ ${#KEY} -ge 8  ${#KEY} -le 63 ]] || return 4
++[[ ${#key} -ge 8  ${#key} -le 63 ]] || return 4
+ if [[ $OBSCURE ]]; then
+ key=$(wpa_passphrase $1 $key | grep -m 1 ^[[:space:]]*psk=)
+ key=KEY=${key#*psk=}



[arch-commits] Commit in netcfg/repos (3 files)

2012-06-28 Thread Florian Pritz
Date: Thursday, June 28, 2012 @ 15:10:39
  Author: bluewind
Revision: 162715

db-move: moved netcfg from [testing] to [core] ( any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 162714, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

--+
 PKGBUILD |   65 ++---
 1 file changed, 33 insertions(+), 32 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-06-28 18:12:17 UTC (rev 162714)
+++ core-any/PKGBUILD   2012-06-28 19:10:39 UTC (rev 162715)
@@ -1,32 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.3
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org/netcfg/;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd iproute2)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based profile and wifi selectors'
-'bridge-utils: for bridge connections'
-'wpa_supplicant: for wireless networking support'
-'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
-'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
-'wireless_tools: for interface renaming through net-rename'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('96a6bf67cfddf100ea2113be71775289')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 162714, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-06-28 19:10:39 UTC (rev 162715)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.5
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
+'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
+'wireless_tools: for interface renaming through net-rename'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('61019de518f430f421a6353ddb652549')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+}
+



[arch-commits] Commit in netcfg/repos (3 files)

2012-05-24 Thread Florian Pritz
Date: Thursday, May 24, 2012 @ 05:52:25
  Author: bluewind
Revision: 159435

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 159434, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-05-24 09:48:16 UTC (rev 159434)
+++ core-any/PKGBUILD   2012-05-24 09:52:25 UTC (rev 159435)
@@ -1,32 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.2
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org/netcfg/;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd iproute2)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based profile and wifi selectors'
-'bridge-utils: for bridge connections'
-'wpa_supplicant: for wireless networking support'
-'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
-'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
-'wireless_tools: for interface renaming through net-rename'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('0f8dbdbb9b18b34d791407179ce90923')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 159434, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-05-24 09:52:25 UTC (rev 159435)
@@ -0,0 +1,32 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.3
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'bridge-utils: for bridge connections'
+'wpa_supplicant: for wireless networking support'
+'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
+'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
+'wireless_tools: for interface renaming through net-rename'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('96a6bf67cfddf100ea2113be71775289')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+}
+



[arch-commits] Commit in netcfg/repos (3 files)

2012-05-13 Thread Thomas Bächler
Date: Sunday, May 13, 2012 @ 09:00:55
  Author: thomas
Revision: 158930

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 158929, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

--+
 PKGBUILD |   62 +++--
 1 file changed, 32 insertions(+), 30 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-05-13 11:58:32 UTC (rev 158929)
+++ core-any/PKGBUILD   2012-05-13 13:00:55 UTC (rev 158930)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-
-pkgname=netcfg
-pkgver=2.6.8
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd=4.0 iproute2)
-optdepends=('dialog: Required for menu based profile selector'
-'bridge-utils: To set up bridge connections'
-'wpa_supplicant: required for wireless network support'
-'wpa_actiond: Required for automatic wireless connection with 
rc.d/net-auto-wireless'
-'ifplugd: Required for automatic wired connection with 
rc.d/net-auto-wired'
-'wireless_tools: Required to support obsolete IWCONFIG option'
-'net-tools: required to support obsolete IFOPTS option'
-)
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
-arch=(any)
-md5sums=('8ea930ff39f5b08751372d32a5681478')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 158929, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-05-13 13:00:55 UTC (rev 158930)
@@ -0,0 +1,32 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.2
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'bridge-utils: for bridge connections'
+'wpa_supplicant: for wireless networking support'
+'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
+'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
+'wireless_tools: for interface renaming through net-rename'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('0f8dbdbb9b18b34d791407179ce90923')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+}
+



[arch-commits] Commit in netcfg/repos (3 files)

2011-08-28 Thread Ionut Biru
Date: Sunday, August 28, 2011 @ 05:47:26
  Author: ibiru
Revision: 136381

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 136380, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2011-08-28 09:45:32 UTC (rev 136380)
+++ core-any/PKGBUILD   2011-08-28 09:47:26 UTC (rev 136381)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-
-pkgname=netcfg
-pkgver=2.6.7
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd=4.0 iproute2)
-optdepends=('dialog: Required for menu based profile selector'
-'bridge-utils: To set up bridge connections'
-'wpa_supplicant: required for wireless network support'
-'wpa_actiond: Required for automatic wireless connection with 
rc.d/net-auto-wireless'
-'ifplugd: Required for automatic wired connection with 
rc.d/net-auto-wired'
-'wireless_tools: Required to support obsolete IWCONFIG option'
-'net-tools: required to support obsolete IFOPTS option'
-)
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
-arch=(any)
-md5sums=('ee44d3b1122d49d17369994a3ab94573')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 136380, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2011-08-28 09:47:26 UTC (rev 136381)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+
+pkgname=netcfg
+pkgver=2.6.8
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd=4.0 iproute2)
+optdepends=('dialog: Required for menu based profile selector'
+'bridge-utils: To set up bridge connections'
+'wpa_supplicant: required for wireless network support'
+'wpa_actiond: Required for automatic wireless connection with 
rc.d/net-auto-wireless'
+'ifplugd: Required for automatic wired connection with 
rc.d/net-auto-wired'
+'wireless_tools: Required to support obsolete IWCONFIG option'
+'net-tools: required to support obsolete IFOPTS option'
+)
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
+arch=(any)
+md5sums=('8ea930ff39f5b08751372d32a5681478')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+}
+