[arch-commits] Commit in netcfg/repos (testing-any testing-any/PKGBUILD)

2012-10-16 Thread Florian Pritz
Date: Tuesday, October 16, 2012 @ 15:48:15
  Author: bluewind
Revision: 168950

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
(from rev 168949, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 168949, 
netcfg/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-10-16 19:48:15 UTC (rev 168950)
@@ -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 (testing-any testing-any/PKGBUILD)

2012-10-15 Thread Thomas Bächler
Date: Monday, October 15, 2012 @ 15:14:22
  Author: thomas
Revision: 168764

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
(from rev 168763, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 168763, 
netcfg/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-10-15 19:14:22 UTC (rev 168764)
@@ -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 (testing-any testing-any/PKGBUILD)

2012-09-26 Thread Florian Pritz
Date: Wednesday, September 26, 2012 @ 14:54:26
  Author: bluewind
Revision: 167173

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
(from rev 167172, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 167172, 
netcfg/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-09-26 18:54:26 UTC (rev 167173)
@@ -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 (testing-any testing-any/PKGBUILD)

2012-08-30 Thread Florian Pritz
Date: Friday, August 31, 2012 @ 01:56:11
  Author: bluewind
Revision: 165828

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
(from rev 165827, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 165827, 
netcfg/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-08-31 05:56:11 UTC (rev 165828)
@@ -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 (testing-any testing-any/PKGBUILD)

2012-08-09 Thread Florian Pritz
Date: Thursday, August 9, 2012 @ 11:40:09
  Author: bluewind
Revision: 165044

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
(from rev 165043, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 165043, 
netcfg/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-08-09 15:40:09 UTC (rev 165044)
@@ -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/testing-any (PKGBUILD PKGBUILD)

2012-07-17 Thread Florian Pritz
Date: Tuesday, July 17, 2012 @ 09:04:23
  Author: bluewind
Revision: 163626

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/PKGBUILD
(from rev 163625, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-17 13:04:02 UTC (rev 163625)
+++ PKGBUILD2012-07-17 13:04:23 UTC (rev 163626)
@@ -1,33 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.7
-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=('5e3841570980a45b2ab78a99d621b799')
-
-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/testing-any/PKGBUILD (from rev 163625, 
netcfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-17 13:04:23 UTC (rev 163626)
@@ -0,0 +1,33 @@
+# 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
+}
+



[arch-commits] Commit in netcfg/repos/testing-any (PKGBUILD PKGBUILD)

2012-07-10 Thread Florian Pritz
Date: Tuesday, July 10, 2012 @ 11:48:58
  Author: bluewind
Revision: 163207

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/PKGBUILD
(from rev 163206, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-10 15:48:36 UTC (rev 163206)
+++ PKGBUILD2012-07-10 15:48:58 UTC (rev 163207)
@@ -1,33 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.6
-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=('62fcb4112bf00267c780ed68ab5e7ba3')
-
-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/testing-any/PKGBUILD (from rev 163206, 
netcfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-10 15:48:58 UTC (rev 163207)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.7
+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=('5e3841570980a45b2ab78a99d621b799')
+
+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 (testing-any testing-any/PKGBUILD)

2012-07-07 Thread Florian Pritz
Date: Saturday, July 7, 2012 @ 12:57:29
  Author: bluewind
Revision: 163129

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
(from rev 163128, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 163128, 
netcfg/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-07-07 16:57:29 UTC (rev 163129)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.6
+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=('62fcb4112bf00267c780ed68ab5e7ba3')
+
+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/testing-any (PKGBUILD PKGBUILD)

2012-06-24 Thread Florian Pritz
Date: Sunday, June 24, 2012 @ 18:21:04
  Author: bluewind
Revision: 162314

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/PKGBUILD
(from rev 162313, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-24 22:20:42 UTC (rev 162313)
+++ PKGBUILD2012-06-24 22:21:04 UTC (rev 162314)
@@ -1,33 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.4
-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=('048c85094fbb0f99f8598196f9598b55')
-
-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/testing-any/PKGBUILD (from rev 162313, 
netcfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-24 22:21:04 UTC (rev 162314)
@@ -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 (testing-any testing-any/PKGBUILD)

2012-06-14 Thread Florian Pritz
Date: Thursday, June 14, 2012 @ 08:42:31
  Author: bluewind
Revision: 161796

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
(from rev 161795, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 161795, 
netcfg/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-14 12:42:31 UTC (rev 161796)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.4
+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=('048c85094fbb0f99f8598196f9598b55')
+
+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 (testing-any testing-any/PKGBUILD)

2012-05-17 Thread Florian Pritz
Date: Thursday, May 17, 2012 @ 08:03:48
  Author: bluewind
Revision: 159179

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
(from rev 159178, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 159178, 
netcfg/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-05-17 12:03:48 UTC (rev 159179)
@@ -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/testing-any (PKGBUILD PKGBUILD)

2012-05-04 Thread Florian Pritz
Date: Friday, May 4, 2012 @ 11:30:19
  Author: bluewind
Revision: 158540

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/PKGBUILD
(from rev 158539, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-05-04 15:30:00 UTC (rev 158539)
+++ PKGBUILD2012-05-04 15:30:19 UTC (rev 158540)
@@ -1,32 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.1
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org;
-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=('ff9724ab9f655eb73e29b957004024e2')
-
-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/testing-any/PKGBUILD (from rev 158539, 
netcfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-05-04 15:30:19 UTC (rev 158540)
@@ -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/testing-any (PKGBUILD PKGBUILD)

2012-04-16 Thread Florian Pritz
Date: Monday, April 16, 2012 @ 11:58:43
  Author: bluewind
Revision: 156289

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/PKGBUILD
(from rev 156288, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-16 15:58:25 UTC (rev 156288)
+++ PKGBUILD2012-04-16 15:58:43 UTC (rev 156289)
@@ -1,32 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.0
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org;
-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=('daed861ac8da3f60cfe494111b56cb06')
-
-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/testing-any/PKGBUILD (from rev 156288, 
netcfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-16 15:58:43 UTC (rev 156289)
@@ -0,0 +1,32 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.1
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org;
+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=('ff9724ab9f655eb73e29b957004024e2')
+
+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/testing-any (PKGBUILD PKGBUILD)

2012-04-13 Thread Florian Pritz
Date: Friday, April 13, 2012 @ 06:59:01
  Author: bluewind
Revision: 156085

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/PKGBUILD
(from rev 156084, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-13 10:58:43 UTC (rev 156084)
+++ PKGBUILD2012-04-13 10:59:01 UTC (rev 156085)
@@ -1,32 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.7.3
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org;
-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=('c1c550f292881ec3edc36232293ed3f0')
-
-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/testing-any/PKGBUILD (from rev 156084, 
netcfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-13 10:59:01 UTC (rev 156085)
@@ -0,0 +1,32 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org;
+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=('daed861ac8da3f60cfe494111b56cb06')
+
+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/testing-any (PKGBUILD PKGBUILD)

2012-04-03 Thread Florian Pritz
Date: Tuesday, April 3, 2012 @ 14:27:08
  Author: bluewind
Revision: 155449

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/PKGBUILD
(from rev 155448, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-03 18:26:50 UTC (rev 155448)
+++ PKGBUILD2012-04-03 18:27:08 UTC (rev 155449)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.7.1
-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)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: Required for menu based profile and wifi selectors'
-'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 for net-rename'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-sha256sums=('5f97f3eeff50fdc3c5fd2aaa251f50a73acb08116d97bddfa35adf600bc427bb')
-
-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/etc/bash_completion.d/netcfg
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
-}

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 155448, 
netcfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-03 18:27:08 UTC (rev 155449)
@@ -0,0 +1,32 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.7.3
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org;
+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=('c1c550f292881ec3edc36232293ed3f0')
+
+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/testing-any (PKGBUILD PKGBUILD)

2012-03-19 Thread Thomas Bächler
Date: Monday, March 19, 2012 @ 15:05:21
  Author: thomas
Revision: 153816

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/PKGBUILD
(from rev 153815, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-19 19:04:51 UTC (rev 153815)
+++ PKGBUILD2012-03-19 19:05:21 UTC (rev 153816)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-
-pkgname=netcfg
-pkgver=2.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)
-sha256sums=('fa0fbda880314c1e474f5b102b0ea6d7aa0ec187c9a5f31fac36ca8096e05c03')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-}

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 153815, 
netcfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-03-19 19:05:21 UTC (rev 153816)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.7.1
+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)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: Required for menu based profile and wifi selectors'
+'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 for net-rename'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+sha256sums=('5f97f3eeff50fdc3c5fd2aaa251f50a73acb08116d97bddfa35adf600bc427bb')
+
+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/etc/bash_completion.d/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+}



[arch-commits] Commit in netcfg/repos (testing-any testing-any/PKGBUILD)

2012-03-18 Thread Thomas Bächler
Date: Sunday, March 18, 2012 @ 11:36:19
  Author: thomas
Revision: 153718

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
(from rev 153717, netcfg/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 153717, 
netcfg/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-03-18 15:36:19 UTC (rev 153718)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+
+pkgname=netcfg
+pkgver=2.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)
+sha256sums=('fa0fbda880314c1e474f5b102b0ea6d7aa0ec187c9a5f31fac36ca8096e05c03')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+}



[arch-commits] Commit in netcfg/repos (testing-any)

2011-08-14 Thread Rémy Oudompheng
Date: Sunday, August 14, 2011 @ 11:36:57
  Author: remy
Revision: 135518

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-08-08 Thread Rémy Oudompheng
Date: Monday, August 8, 2011 @ 18:40:00
  Author: remy
Revision: 134910

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-07-30 Thread Rémy Oudompheng
Date: Saturday, July 30, 2011 @ 15:23:33
  Author: remy
Revision: 133940

archrelease: remove testing-any

Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-07-30 Thread Rémy Oudompheng
Date: Saturday, July 30, 2011 @ 15:23:46
  Author: remy
Revision: 133941

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-07-17 Thread Rémy Oudompheng
Date: Sunday, July 17, 2011 @ 10:17:47
  Author: remy
Revision: 131918

archrelease: remove testing-any

Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-07-17 Thread Rémy Oudompheng
Date: Sunday, July 17, 2011 @ 10:18:07
  Author: remy
Revision: 131919

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-07-14 Thread Rémy Oudompheng
Date: Thursday, July 14, 2011 @ 08:11:00
  Author: remy
Revision: 131748

archrelease: remove testing-any

Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-07-14 Thread Rémy Oudompheng
Date: Thursday, July 14, 2011 @ 08:11:14
  Author: remy
Revision: 131749

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-07-09 Thread Rémy Oudompheng
Date: Saturday, July 9, 2011 @ 02:51:39
  Author: remy
Revision: 130945

archrelease: remove testing-any

Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-07-09 Thread Rémy Oudompheng
Date: Saturday, July 9, 2011 @ 02:51:53
  Author: remy
Revision: 130946

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-07-03 Thread Rémy Oudompheng
Date: Sunday, July 3, 2011 @ 16:44:19
  Author: remy
Revision: 130197

archrelease: remove testing-any

Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-07-03 Thread Rémy Oudompheng
Date: Sunday, July 3, 2011 @ 16:44:34
  Author: remy
Revision: 130198

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:07:46
  Author: remy
Revision: 127919

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:16:55
  Author: remy
Revision: 127921

archrelease: remove testing-any

Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:17:11
  Author: remy
Revision: 127922

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:18:42
  Author: remy
Revision: 127924

archrelease: remove testing-any

Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:18:56
  Author: remy
Revision: 127925

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:52:35
  Author: remy
Revision: 127927

archrelease: remove testing-any

Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-06-19 Thread Rémy Oudompheng
Date: Sunday, June 19, 2011 @ 17:52:53
  Author: remy
Revision: 127928

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2011-05-22 Thread Rémy Oudompheng
Date: Sunday, May 22, 2011 @ 16:47:43
  Author: remy
Revision: 124534

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any)

2010-02-21 Thread James Rayner
Date: Sunday, February 21, 2010 @ 07:21:35
  Author: james
Revision: 69601

Initialized merge tracking via svnmerge with revisions 1-69599 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/netcfg/trunk

Modified:
  netcfg/repos/testing-any/ (properties)


Property changes on: netcfg/repos/testing-any
___
Added: svnmerge-integrated
   + /netcfg/trunk:1-69599



[arch-commits] Commit in netcfg/repos (testing-any)

2010-02-18 Thread James Rayner
Date: Thursday, February 18, 2010 @ 04:42:48
  Author: james
Revision: 69170

db-remove: netcfg removed by james

Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (testing-any testing-any/PKGBUILD)

2010-01-30 Thread James Rayner
Date: Saturday, January 30, 2010 @ 18:34:07
  Author: james
Revision: 66378

Merged revisions 66376 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/netcfg/trunk


  r66376 | james | 2010-01-31 10:33:05 +1100 (Sun, 31 Jan 2010) | 2 lines
  
  new netcfg release 2.5.0


Modified:
  netcfg/repos/testing-any/ (properties)
  netcfg/repos/testing-any/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)


Property changes on: netcfg/repos/testing-any
___
Modified: svnmerge-integrated
   - /netcfg/trunk:1-62074
   + /netcfg/trunk:1-66376

Modified: testing-any/PKGBUILD
===
--- testing-any/PKGBUILD2010-01-30 23:33:37 UTC (rev 66377)
+++ testing-any/PKGBUILD2010-01-30 23:34:07 UTC (rev 66378)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: James Rayner ja...@archlinux.org
 pkgname=netcfg
-pkgver=2.5.0rc2
+pkgver=2.5.0
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -11,17 +11,16 @@
 optdepends=('dialog: Required for menu based profile selector' 
 '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')
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-$pkgver.tar.gz)
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 
 arch=(any)
 
 build() {
-  cd $srcdir/netcfg-$pkgver
+  cd $srcdir/netcfg-${pkgver}
  
   make DESTDIR=$pkgdir install
   install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
   ln -s /usr/lib/network/connections/wireless 
$pkgdir/usr/lib/network/connections/wireless-dbus
   ln -s /usr/bin/netcfg2 $pkgdir/usr/bin/netcfg 
 }
-
-md5sums=('94fdf0ccfa8f47cc095a0c0fb4f55846')
+md5sums=('a970d50c483671b2232d4d9900b57899')



[arch-commits] Commit in netcfg/repos (testing-any testing-any/PKGBUILD)

2010-01-30 Thread James Rayner
Date: Saturday, January 30, 2010 @ 19:16:22
  Author: james
Revision: 66398

Merged revisions 66397 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/netcfg/trunk


  r66397 | james | 2010-01-31 11:15:17 +1100 (Sun, 31 Jan 2010) | 3 lines
  
  netcfg v2.5.1


Modified:
  netcfg/repos/testing-any/ (properties)
  netcfg/repos/testing-any/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: netcfg/repos/testing-any
___
Modified: svnmerge-integrated
   - /netcfg/trunk:1-66376
   + /netcfg/trunk:1-66397

Modified: testing-any/PKGBUILD
===
--- testing-any/PKGBUILD2010-01-31 00:15:17 UTC (rev 66397)
+++ testing-any/PKGBUILD2010-01-31 00:16:22 UTC (rev 66398)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: James Rayner ja...@archlinux.org
 pkgname=netcfg
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -23,4 +23,4 @@
   ln -s /usr/lib/network/connections/wireless 
$pkgdir/usr/lib/network/connections/wireless-dbus
   ln -s /usr/bin/netcfg2 $pkgdir/usr/bin/netcfg 
 }
-md5sums=('a970d50c483671b2232d4d9900b57899')
+md5sums=('ba7e6ce6e388ae54c492874ad4974290')



[arch-commits] Commit in netcfg/repos (testing-any testing-any/PKGBUILD)

2009-12-31 Thread James Rayner
Date: Thursday, December 31, 2009 @ 06:32:17
  Author: james
Revision: 62075

Merged revisions 62074 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/netcfg/trunk


  r62074 | james | 2009-12-31 22:31:14 +1100 (Thu, 31 Dec 2009) | 7 lines
  
  netcfg v2.5.0rc2
  
  * Fixes FS#14509,13418,12505,16781,17148
  * Adds ZSH/Bash completion support
  * Other fixes, see git commit log.


Modified:
  netcfg/repos/testing-any/ (properties)
  netcfg/repos/testing-any/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: netcfg/repos/testing-any
___
Modified: svnmerge-integrated
   - /netcfg/trunk:1-58771
   + /netcfg/trunk:1-62074

Modified: testing-any/PKGBUILD
===
--- testing-any/PKGBUILD2009-12-31 11:31:14 UTC (rev 62074)
+++ testing-any/PKGBUILD2009-12-31 11:32:17 UTC (rev 62075)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: James Rayner ja...@archlinux.org
 pkgname=netcfg
-pkgver=2.5.0rc1
+pkgver=2.5.0rc2
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -24,4 +24,4 @@
   ln -s /usr/bin/netcfg2 $pkgdir/usr/bin/netcfg 
 }
 
-md5sums=('cfb38d687da4a4e91306c7de4be99db4')
+md5sums=('94fdf0ccfa8f47cc095a0c0fb4f55846')



[arch-commits] Commit in netcfg/repos (testing-any)

2009-11-14 Thread James Rayner
Date: Saturday, November 14, 2009 @ 19:17:07
  Author: james
Revision: 58771

Initialized merge tracking via svnmerge with revisions 1-58769 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/netcfg/trunk

Modified:
  netcfg/repos/testing-any/ (properties)


Property changes on: netcfg/repos/testing-any
___
Added: svnmerge-integrated
   + /netcfg/trunk:1-58769