[arch-commits] Commit in (netcfg)

2013-08-16 Thread Florian Pritz
Date: Friday, August 16, 2013 @ 19:28:07
  Author: bluewind
Revision: 193117

remove netcg

Deleted:
  netcfg/



[arch-commits] Commit in (netcfg)

2013-07-16 Thread Connor Behan
Date: Tuesday, July 16, 2013 @ 08:50:38
  Author: cbehan
Revision: 94177

Initial import of netcfg

Added:
  netcfg/



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

2013-07-16 Thread Connor Behan
Date: Tuesday, July 16, 2013 @ 09:55:40
  Author: cbehan
Revision: 94179

archrelease: copy trunk to community-any

Added:
  netcfg/repos/
  netcfg/repos/community-any/
  netcfg/repos/community-any/PKGBUILD
(from rev 94178, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/community-any/PKGBUILD (from rev 94178, 
netcfg/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2013-07-16 07:55:40 UTC (rev 94179)
@@ -0,0 +1,41 @@
+# Maintainer: Connor Behan connor.be...@gmail.com
+# Contributor: Mattias Andrée `base64 -d`(bWFhbmRyZWUK)@member.fsf.org
+# Contributor: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=3.1
+pkgrel=4
+pkgdesc=Predecessor to netctl
+# Alternate URL is https://github.com/GNU-Pony/netcfg
+url=http://archlinux.org/netcfg;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+groups=(base)
+depends=(coreutils dhcpcd iproute2)
+makedepends=('asciidoc')
+conflicts=('netctl')
+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=(https://projects.archlinux.org/$pkgname.git/snapshot/$pkgname-$pkgver.tar.gz)
+arch=(any)
+md5sums=('e2e0443f69a4e2379b2a3c5179534c9d')
+
+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 (trunk trunk/PKGBUILD)

2013-07-16 Thread Connor Behan
Date: Tuesday, July 16, 2013 @ 09:55:10
  Author: cbehan
Revision: 94178

upgpkg: netcfg 3.1-4

Update to 3.1-4

Added:
  netcfg/trunk/
  netcfg/trunk/PKGBUILD

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

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2013-07-16 07:55:10 UTC (rev 94178)
@@ -0,0 +1,41 @@
+# Maintainer: Connor Behan connor.be...@gmail.com
+# Contributor: Mattias Andrée `base64 -d`(bWFhbmRyZWUK)@member.fsf.org
+# Contributor: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=3.1
+pkgrel=4
+pkgdesc=Predecessor to netctl
+# Alternate URL is https://github.com/GNU-Pony/netcfg
+url=http://archlinux.org/netcfg;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+groups=(base)
+depends=(coreutils dhcpcd iproute2)
+makedepends=('asciidoc')
+conflicts=('netctl')
+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=(https://projects.archlinux.org/$pkgname.git/snapshot/$pkgname-$pkgver.tar.gz)
+arch=(any)
+md5sums=('e2e0443f69a4e2379b2a3c5179534c9d')
+
+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
+}
+


Property changes on: netcfg/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in netcfg/trunk (PKGBUILD)

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 12:13:05
  Author: svenstaro
Revision: 94180

upgpkg: netcfg 3.1-5

Remove from base

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-16 07:55:40 UTC (rev 94179)
+++ PKGBUILD2013-07-16 10:13:05 UTC (rev 94180)
@@ -4,13 +4,12 @@
 
 pkgname=netcfg
 pkgver=3.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Predecessor to netctl
 # Alternate URL is https://github.com/GNU-Pony/netcfg
 url=http://archlinux.org/netcfg;
 license=(BSD)
 backup=(etc/iftab etc/conf.d/netcfg)
-groups=(base)
 depends=(coreutils dhcpcd iproute2)
 makedepends=('asciidoc')
 conflicts=('netctl')



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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 12:13:11
  Author: svenstaro
Revision: 94181

archrelease: copy trunk to community-any

Added:
  netcfg/repos/community-any/PKGBUILD
(from rev 94180, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/community-any/PKGBUILD

--+
 PKGBUILD |   81 ++---
 1 file changed, 40 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-16 10:13:05 UTC (rev 94180)
+++ PKGBUILD2013-07-16 10:13:11 UTC (rev 94181)
@@ -1,41 +0,0 @@
-# Maintainer: Connor Behan connor.be...@gmail.com
-# Contributor: Mattias Andrée `base64 -d`(bWFhbmRyZWUK)@member.fsf.org
-# Contributor: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=3.1
-pkgrel=4
-pkgdesc=Predecessor to netctl
-# Alternate URL is https://github.com/GNU-Pony/netcfg
-url=http://archlinux.org/netcfg;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-groups=(base)
-depends=(coreutils dhcpcd iproute2)
-makedepends=('asciidoc')
-conflicts=('netctl')
-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=(https://projects.archlinux.org/$pkgname.git/snapshot/$pkgname-$pkgver.tar.gz)
-arch=(any)
-md5sums=('e2e0443f69a4e2379b2a3c5179534c9d')
-
-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/community-any/PKGBUILD (from rev 94180, 
netcfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-16 10:13:11 UTC (rev 94181)
@@ -0,0 +1,40 @@
+# Maintainer: Connor Behan connor.be...@gmail.com
+# Contributor: Mattias Andrée `base64 -d`(bWFhbmRyZWUK)@member.fsf.org
+# Contributor: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=3.1
+pkgrel=5
+pkgdesc=Predecessor to netctl
+# Alternate URL is https://github.com/GNU-Pony/netcfg
+url=http://archlinux.org/netcfg;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+makedepends=('asciidoc')
+conflicts=('netctl')
+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=(https://projects.archlinux.org/$pkgname.git/snapshot/$pkgname-$pkgver.tar.gz)
+arch=(any)
+md5sums=('e2e0443f69a4e2379b2a3c5179534c9d')
+
+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/trunk (PKGBUILD)

2013-04-23 Thread Florian Pritz
Date: Tuesday, April 23, 2013 @ 11:59:28
  Author: bluewind
Revision: 183554

remove from base group

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-23 04:49:40 UTC (rev 183553)
+++ PKGBUILD2013-04-23 09:59:28 UTC (rev 183554)
@@ -2,12 +2,11 @@
 
 pkgname=netcfg
 pkgver=3.0
-pkgrel=1
+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'



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

2013-04-23 Thread Florian Pritz
Date: Tuesday, April 23, 2013 @ 12:00:08
  Author: bluewind
Revision: 183557

archrelease: copy trunk to extra-any

Added:
  netcfg/repos/extra-any/
  netcfg/repos/extra-any/PKGBUILD
(from rev 183556, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/extra-any/PKGBUILD (from rev 183556, netcfg/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-04-23 10:00:08 UTC (rev 183557)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=3.0
+pkgrel=2
+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=('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 (core-any)

2013-04-23 Thread Florian Pritz
Date: Tuesday, April 23, 2013 @ 12:01:48
  Author: bluewind
Revision: 183558

removed from core

Deleted:
  netcfg/repos/core-any/



[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/trunk (PKGBUILD)

2012-10-16 Thread Florian Pritz
Date: Tuesday, October 16, 2012 @ 15:47:59
  Author: bluewind
Revision: 168949

upgpkg: netcfg 3.0-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-16 19:11:51 UTC (rev 168948)
+++ PKGBUILD2012-10-16 19:47:59 UTC (rev 168949)
@@ -1,8 +1,8 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.11
-pkgrel=2
+pkgver=3.0
+pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
 license=(BSD)
@@ -20,7 +20,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('f2df46de696aac36f67bd1479eadf259')
+md5sums=('e1ba3e48dfd4b145cc4bce933ee128ca')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

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

upgpkg: netcfg 2.8.11-2: add to base group

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-15 19:04:27 UTC (rev 168762)
+++ PKGBUILD2012-10-15 19:14:11 UTC (rev 168763)
@@ -2,11 +2,12 @@
 
 pkgname=netcfg
 pkgver=2.8.11
-pkgrel=1
+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'



[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 (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/trunk (PKGBUILD)

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

upgpkg: netcfg 2.8.11-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-26 18:49:51 UTC (rev 167171)
+++ PKGBUILD2012-09-26 18:54:10 UTC (rev 167172)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.10
+pkgver=2.8.11
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
@@ -19,7 +19,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('94f599d051395d8ccb43e07ada30e86b')
+md5sums=('f2df46de696aac36f67bd1479eadf259')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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 (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/trunk (PKGBUILD)

2012-08-30 Thread Florian Pritz
Date: Friday, August 31, 2012 @ 01:52:46
  Author: bluewind
Revision: 165827

upgpkg: netcfg 2.8.10-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-31 04:51:19 UTC (rev 165826)
+++ PKGBUILD2012-08-31 05:52:46 UTC (rev 165827)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.9
+pkgver=2.8.10
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
@@ -19,7 +19,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('fb6c34ac21b7a8fe121caaa10c2155e6')
+md5sums=('94f599d051395d8ccb43e07ada30e86b')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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 (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/trunk (PKGBUILD)

2012-08-09 Thread Florian Pritz
Date: Thursday, August 9, 2012 @ 11:39:54
  Author: bluewind
Revision: 165043

upgpkg: netcfg 2.8.9-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-09 14:58:00 UTC (rev 165042)
+++ PKGBUILD2012-08-09 15:39:54 UTC (rev 165043)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.8
+pkgver=2.8.9
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
@@ -11,15 +11,15 @@
 #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'
+'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=('e6a3b2588c84048d878367a2f16167eb')
+md5sums=('fb6c34ac21b7a8fe121caaa10c2155e6')
 
 package() {
   cd $srcdir/netcfg-${pkgver}
@@ -29,5 +29,8 @@
   # 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 (4 files)

2012-07-24 Thread Florian Pritz
Date: Tuesday, July 24, 2012 @ 15:19:10
  Author: bluewind
Revision: 164035

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

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 164034, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/core-any/git-fixes.patch
  netcfg/repos/testing-any/

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

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-07-24 18:37:58 UTC (rev 164034)
+++ core-any/PKGBUILD   2012-07-24 19:19:10 UTC (rev 164035)
@@ -1,36 +0,0 @@
-# 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/core-any/PKGBUILD (from rev 164034, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-07-24 19:19:10 UTC (rev 164035)
@@ -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
+}
+

Deleted: core-any/git-fixes.patch
===
--- core-any/git-fixes.patch2012-07-24 18:37:58 UTC (rev 164034)
+++ core-any/git-fixes.patch2012-07-24 19:19:10 UTC (rev 164035)
@@ -1,24 +0,0 @@
-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
-

[arch-commits] Commit in netcfg/trunk (PKGBUILD)

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

upgpkg: netcfg 2.8.8-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-17 12:46:32 UTC (rev 163624)
+++ PKGBUILD2012-07-17 13:04:02 UTC (rev 163625)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.7
+pkgver=2.8.8
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
@@ -19,7 +19,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('5e3841570980a45b2ab78a99d621b799')
+md5sums=('e6a3b2588c84048d878367a2f16167eb')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

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

upgpkg: netcfg 2.8.7-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-09 20:33:57 UTC (rev 163205)
+++ PKGBUILD2012-07-10 15:48:36 UTC (rev 163206)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.6
+pkgver=2.8.7
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
@@ -19,7 +19,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('62fcb4112bf00267c780ed68ab5e7ba3')
+md5sums=('5e3841570980a45b2ab78a99d621b799')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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 (4 files)

2012-07-07 Thread Florian Pritz
Date: Saturday, July 7, 2012 @ 03:20:57
  Author: bluewind
Revision: 163108

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

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 163107, netcfg/repos/testing-any/PKGBUILD)
  netcfg/repos/core-any/git-fixes.patch
(from rev 163107, netcfg/repos/testing-any/git-fixes.patch)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

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

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-07-07 06:45:30 UTC (rev 163107)
+++ core-any/PKGBUILD   2012-07-07 07:20:57 UTC (rev 163108)
@@ -1,33 +0,0 @@
-# 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
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 163107, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-07-07 07:20:57 UTC (rev 163108)
@@ -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/core-any/git-fixes.patch (from rev 163107, 
netcfg/repos/testing-any/git-fixes.patch)
===
--- core-any/git-fixes.patch(rev 0)
+++ core-any/git-fixes.patch2012-07-07 07:20:57 UTC (rev 163108)
@@ -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 

[arch-commits] Commit in netcfg/trunk (PKGBUILD git-fixes.patch)

2012-07-07 Thread Florian Pritz
Date: Saturday, July 7, 2012 @ 12:56:04
  Author: bluewind
Revision: 163128

upgpkg: netcfg 2.8.6-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD
Deleted:
  netcfg/trunk/git-fixes.patch

-+
 PKGBUILD|   11 ---
 git-fixes.patch |   24 
 2 files changed, 4 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-07 16:30:30 UTC (rev 163127)
+++ PKGBUILD2012-07-07 16:56:04 UTC (rev 163128)
@@ -1,8 +1,8 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.5
-pkgrel=3
+pkgver=2.8.6
+pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
 license=(BSD)
@@ -17,15 +17,12 @@
 'ifenslave: for bond connections'
 'bridge-utils: for bridge connections'
)
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz 
git-fixes.patch)
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('61019de518f430f421a6353ddb652549' 'c511a6844769bac9e418644b51315cd2')
+md5sums=('62fcb4112bf00267c780ed68ab5e7ba3')
 
 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
 

Deleted: git-fixes.patch
===
--- git-fixes.patch 2012-07-07 16:30:30 UTC (rev 163127)
+++ git-fixes.patch 2012-07-07 16:56:04 UTC (rev 163128)
@@ -1,24 +0,0 @@
-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 (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 (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/trunk (PKGBUILD git-fixes.patch)

2012-07-03 Thread Florian Pritz
Date: Tuesday, July 3, 2012 @ 10:24:00
  Author: bluewind
Revision: 162902

upgpkg: netcfg 2.8.5-2

add bugfix from git

Added:
  netcfg/trunk/git-fixes.patch
Modified:
  netcfg/trunk/PKGBUILD

-+
 PKGBUILD|7 ---
 git-fixes.patch |   24 
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-03 11:58:44 UTC (rev 162901)
+++ PKGBUILD2012-07-03 14:24:00 UTC (rev 162902)
@@ -2,7 +2,7 @@
 
 pkgname=netcfg
 pkgver=2.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
 license=(BSD)
@@ -17,14 +17,15 @@
 'ifenslave: for bond connections'
 'bridge-utils: for bridge connections'
)
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz 
git-fixes.patch)
 arch=(any)
-md5sums=('61019de518f430f421a6353ddb652549')
+md5sums=('61019de518f430f421a6353ddb652549' 'c511a6844769bac9e418644b51315cd2')
 
 package() {
   cd $srcdir/netcfg-${pkgver}
   make DESTDIR=$pkgdir install
   install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+  patch -p1 -i $srcdir/git-fixes.patch
 
   # Shell Completion
   install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg

Added: git-fixes.patch
===
--- git-fixes.patch (rev 0)
+++ git-fixes.patch 2012-07-03 14:24:00 UTC (rev 162902)
@@ -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/trunk (PKGBUILD)

2012-07-03 Thread Florian Pritz
Date: Tuesday, July 3, 2012 @ 10:55:09
  Author: bluewind
Revision: 162903

upgpkg: netcfg 2.8.5-3

fix location of patch cmd

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-03 14:24:00 UTC (rev 162902)
+++ PKGBUILD2012-07-03 14:55:09 UTC (rev 162903)
@@ -2,7 +2,7 @@
 
 pkgname=netcfg
 pkgver=2.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
 license=(BSD)
@@ -23,9 +23,11 @@
 
 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
-  patch -p1 -i $srcdir/git-fixes.patch
 
   # Shell Completion
   install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg



[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/trunk (PKGBUILD)

2012-06-24 Thread Florian Pritz
Date: Sunday, June 24, 2012 @ 18:20:42
  Author: bluewind
Revision: 162313

upgpkg: netcfg 2.8.5-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-24 21:07:02 UTC (rev 162312)
+++ PKGBUILD2012-06-24 22:20:42 UTC (rev 162313)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.4
+pkgver=2.8.5
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
@@ -19,7 +19,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('048c85094fbb0f99f8598196f9598b55')
+md5sums=('61019de518f430f421a6353ddb652549')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

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

upgpkg: netcfg 2.8.4-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-14 12:19:13 UTC (rev 161794)
+++ PKGBUILD2012-06-14 12:42:15 UTC (rev 161795)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.3
+pkgver=2.8.4
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
@@ -10,15 +10,16 @@
 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'
+'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
 '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'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('96a6bf67cfddf100ea2113be71775289')
+md5sums=('048c85094fbb0f99f8598196f9598b55')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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 (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/trunk (PKGBUILD)

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

upgpkg: netcfg 2.8.3-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-17 10:57:18 UTC (rev 159177)
+++ PKGBUILD2012-05-17 12:03:33 UTC (rev 159178)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.2
+pkgver=2.8.3
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org/netcfg/;
@@ -18,7 +18,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('0f8dbdbb9b18b34d791407179ce90923')
+md5sums=('96a6bf67cfddf100ea2113be71775289')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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 (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/trunk (PKGBUILD)

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

upgpkg: netcfg 2.8.2-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-04 12:58:08 UTC (rev 158538)
+++ PKGBUILD2012-05-04 15:30:00 UTC (rev 158539)
@@ -1,10 +1,10 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org;
+url=http://archlinux.org/netcfg/;
 license=(BSD)
 backup=(etc/iftab etc/conf.d/netcfg)
 depends=(coreutils dhcpcd iproute2)
@@ -18,7 +18,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('ff9724ab9f655eb73e29b957004024e2')
+md5sums=('0f8dbdbb9b18b34d791407179ce90923')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

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

upgpkg: netcfg 2.8.1-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 15:46:49 UTC (rev 156287)
+++ PKGBUILD2012-04-16 15:58:25 UTC (rev 156288)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -18,7 +18,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('daed861ac8da3f60cfe494111b56cb06')
+md5sums=('ff9724ab9f655eb73e29b957004024e2')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

2012-04-13 Thread Florian Pritz
Date: Friday, April 13, 2012 @ 06:58:43
  Author: bluewind
Revision: 156084

upgpkg: netcfg 2.8.0-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-13 10:51:44 UTC (rev 156083)
+++ PKGBUILD2012-04-13 10:58:43 UTC (rev 156084)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.7.3
+pkgver=2.8.0
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -18,7 +18,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('c1c550f292881ec3edc36232293ed3f0')
+md5sums=('daed861ac8da3f60cfe494111b56cb06')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

2012-04-03 Thread Florian Pritz
Date: Tuesday, April 3, 2012 @ 14:26:50
  Author: bluewind
Revision: 155448

upgpkg: netcfg 2.7.3-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-03 18:06:59 UTC (rev 155447)
+++ PKGBUILD2012-04-03 18:26:50 UTC (rev 155448)
@@ -1,25 +1,24 @@
-# $Id$
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.7.1
+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=4.0 iproute2)
+depends=(coreutils dhcpcd 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'
+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)
-sha256sums=('5f97f3eeff50fdc3c5fd2aaa251f50a73acb08116d97bddfa35adf600bc427bb')
+md5sums=('c1c550f292881ec3edc36232293ed3f0')
 
 package() {
   cd $srcdir/netcfg-${pkgver}
@@ -27,6 +26,7 @@
   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/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/trunk (PKGBUILD)

2012-03-19 Thread Thomas Bächler
Date: Monday, March 19, 2012 @ 15:04:51
  Author: thomas
Revision: 153815

2.7.1: Update to latest PKGBUILD and Makefile from git

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-19 19:03:46 UTC (rev 153814)
+++ PKGBUILD2012-03-19 19:04:51 UTC (rev 153815)
@@ -1,29 +1,32 @@
 # $Id$
-# Maintainer: Rémy Oudompheng r...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.7
+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)
-optdepends=('dialog: Required for menu based profile selector'
+#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 to support obsolete IWCONFIG option'
-'net-tools: required to support obsolete IFOPTS option'
-)
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
+'wireless_tools: Required for net-rename'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-sha256sums=('fa0fbda880314c1e474f5b102b0ea6d7aa0ec187c9a5f31fac36ca8096e05c03')
+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 (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/trunk (PKGBUILD)

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

upgpkg: netcfg 2.7-1

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-18 15:16:36 UTC (rev 153716)
+++ PKGBUILD2012-03-18 15:36:11 UTC (rev 153717)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6.8
+pkgver=2.7
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -20,11 +20,10 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('8ea930ff39f5b08751372d32a5681478')
+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 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 (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
+}
+



[arch-commits] Commit in netcfg/trunk (PKGBUILD)

2011-08-14 Thread Rémy Oudompheng
Date: Sunday, August 14, 2011 @ 11:18:40
  Author: remy
Revision: 135517

upgpkg: netcfg 2.6.8-1
Bugfix release

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-14 13:52:12 UTC (rev 135516)
+++ PKGBUILD2011-08-14 15:18:40 UTC (rev 135517)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6.7
+pkgver=2.6.8
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -20,7 +20,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('ee44d3b1122d49d17369994a3ab94573')
+md5sums=('8ea930ff39f5b08751372d32a5681478')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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 (core-any testing-any)

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 15:23:48
  Author: ibiru
Revision: 135176

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

Added:
  netcfg/repos/core-any/
Deleted:
  netcfg/repos/testing-any/



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

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 15:23:47
  Author: ibiru
Revision: 135175

db-move: netcfg removed by ibiru for move to [core] (any)

Deleted:
  netcfg/repos/core-any/



[arch-commits] Commit in netcfg/trunk (PKGBUILD)

2011-08-08 Thread Rémy Oudompheng
Date: Monday, August 8, 2011 @ 18:29:02
  Author: remy
Revision: 134906

upgpkg: netcfg 2.6.7-1
Big fix release

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 20:05:54 UTC (rev 134905)
+++ PKGBUILD2011-08-08 22:29:02 UTC (rev 134906)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6.6
+pkgver=2.6.7
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -11,6 +11,7 @@
 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'
@@ -19,7 +20,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('b81e0ced63ea3be94190cd290bb94425')
+md5sums=('ee44d3b1122d49d17369994a3ab94573')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



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

2011-08-08 Thread Rémy Oudompheng
Date: Monday, August 8, 2011 @ 18:34:11
  Author: remy
Revision: 134907

archrelease: remove core-any

Deleted:
  netcfg/repos/core-any/



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

2011-08-08 Thread Rémy Oudompheng
Date: Monday, August 8, 2011 @ 18:34:25
  Author: remy
Revision: 134908

archrelease: copy trunk to core-any

Added:
  netcfg/repos/core-any/



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

2011-08-08 Thread Rémy Oudompheng
Date: Monday, August 8, 2011 @ 18:39:36
  Author: remy
Revision: 134909

Revert corepkg action.

Modified:
  netcfg/repos/core-any/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-08 22:34:25 UTC (rev 134908)
+++ PKGBUILD2011-08-08 22:39:36 UTC (rev 134909)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6.7
+pkgver=2.6.6
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -11,7 +11,6 @@
 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'
@@ -20,7 +19,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('ee44d3b1122d49d17369994a3ab94573')
+md5sums=('b81e0ced63ea3be94190cd290bb94425')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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 (core-any)

2011-08-06 Thread Ionut Biru
Date: Saturday, August 6, 2011 @ 08:02:29
  Author: ibiru
Revision: 134611

db-move: netcfg removed by ibiru for move to [core] (any)

Deleted:
  netcfg/repos/core-any/



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

2011-08-06 Thread Ionut Biru
Date: Saturday, August 6, 2011 @ 08:02:30
  Author: ibiru
Revision: 134612

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

Added:
  netcfg/repos/core-any/
Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/trunk (PKGBUILD)

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

upgpkg: netcfg 2.6.6-1
Bugfix release.

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-30 17:43:19 UTC (rev 133938)
+++ PKGBUILD2011-07-30 19:23:26 UTC (rev 133939)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6.5
+pkgver=2.6.6
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -19,7 +19,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('5dde2953ef729e0f910bbb2d6b67600c')
+md5sums=('b81e0ced63ea3be94190cd290bb94425')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

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

upgpkg: netcfg 2.6.5-1
Version bump.

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-17 11:53:51 UTC (rev 131916)
+++ PKGBUILD2011-07-17 14:17:42 UTC (rev 131917)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6.4
+pkgver=2.6.5
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -19,7 +19,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('01d4fe3ff4af75deafd36ac164be2e32')
+md5sums=('5dde2953ef729e0f910bbb2d6b67600c')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

2011-07-14 Thread Rémy Oudompheng
Date: Thursday, July 14, 2011 @ 08:10:36
  Author: remy
Revision: 131747

upgpkg: netcfg 2.6.4-1
Release 2.6.4 (documentation update)

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-14 11:42:42 UTC (rev 131746)
+++ PKGBUILD2011-07-14 12:10:36 UTC (rev 131747)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -19,7 +19,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('8292e796c4e460de5b0ea8f3f8b53024')
+md5sums=('01d4fe3ff4af75deafd36ac164be2e32')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

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

Release 2.6.3 (fix FS#25077)

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-09 06:15:52 UTC (rev 130943)
+++ PKGBUILD2011-07-09 06:51:35 UTC (rev 130944)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -19,7 +19,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('60964811f305288095472d06cdac4fe1')
+md5sums=('8292e796c4e460de5b0ea8f3f8b53024')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

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

Release version 2.6.2

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-07-03 19:54:40 UTC (rev 130195)
+++ PKGBUILD2011-07-03 20:44:14 UTC (rev 130196)
@@ -3,7 +3,7 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -19,7 +19,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('a756bc26f46b1b60cb300b2523cd6019')
+md5sums=('60964811f305288095472d06cdac4fe1')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

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

Version bump.

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 20:01:33 UTC (rev 127917)
+++ PKGBUILD2011-06-19 21:07:31 UTC (rev 127918)
@@ -1,26 +1,29 @@
 # $Id$
-# Maintainer: James Rayner ja...@archlinux.org
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.5.5
+pkgver=2.6
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
 license=(BSD)
-backup=(etc/iftab)
-depends=(wireless_tools coreutils wpa_supplicant=0.6.8 net-tools 
dhcpcd=4.0 iproute2)
-optdepends=('dialog: Required for menu based profile selector' 
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils wpa_supplicant=0.6.8 dhcpcd=4.0 iproute2)
+optdepends=('dialog: Required for menu based profile selector'
+'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')
+'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=('6e98bae291eb206d92f9a92bbab8fe80')
+md5sums=('ff2447a08c5ab9a19960e05fec34a1e6')
 
 package() {
   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
 }
+



[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/trunk (PKGBUILD)

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

Make wpa_supplicant optional.

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 21:07:46 UTC (rev 127919)
+++ PKGBUILD2011-06-19 21:16:52 UTC (rev 127920)
@@ -9,7 +9,7 @@
 url=http://archlinux.org;
 license=(BSD)
 backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils wpa_supplicant=0.6.8 dhcpcd=4.0 iproute2)
+depends=(coreutils dhcpcd=4.0 iproute2)
 optdepends=('dialog: Required for menu based profile selector'
 'wpa_supplicant: required for wireless network support'
 'wpa_actiond: Required for automatic wireless connection with 
rc.d/net-auto-wireless'



[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/trunk (PKGBUILD)

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

upgpkg: netcfg 2.6-1.1
Bump pkgrel

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 21:17:11 UTC (rev 127922)
+++ PKGBUILD2011-06-19 21:18:39 UTC (rev 127923)
@@ -4,7 +4,7 @@
 
 pkgname=netcfg
 pkgver=2.6
-pkgrel=1
+pkgrel=1.1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
 license=(BSD)



[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/trunk (PKGBUILD)

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

upgpkg: netcfg 2.6.1-1
Version bump

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-19 21:18:56 UTC (rev 127925)
+++ PKGBUILD2011-06-19 21:52:29 UTC (rev 127926)
@@ -3,8 +3,8 @@
 # Contributor: James Rayner ja...@archlinux.org
 
 pkgname=netcfg
-pkgver=2.6
-pkgrel=1.1
+pkgver=2.6.1
+pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
 license=(BSD)
@@ -19,7 +19,7 @@
 )
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
 arch=(any)
-md5sums=('ff2447a08c5ab9a19960e05fec34a1e6')
+md5sums=('a756bc26f46b1b60cb300b2523cd6019')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



[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/trunk (PKGBUILD)

2011-06-03 Thread Eric Bélanger
Date: Saturday, June 4, 2011 @ 00:21:49
  Author: eric
Revision: 126281

Put quotes around srcdir and pkgdir

Modified:
  netcfg/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-03 21:53:16 UTC (rev 126280)
+++ PKGBUILD2011-06-04 04:21:49 UTC (rev 126281)
@@ -17,11 +17,10 @@
 md5sums=('6e98bae291eb206d92f9a92bbab8fe80')
 
 package() {
-  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 
+  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
 }
-



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

2011-06-03 Thread Eric Bélanger
Date: Saturday, June 4, 2011 @ 00:22:32
  Author: eric
Revision: 126282

archrelease: remove core-any

Deleted:
  netcfg/repos/core-any/



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

2011-06-03 Thread Eric Bélanger
Date: Saturday, June 4, 2011 @ 00:22:44
  Author: eric
Revision: 126283

archrelease: copy trunk to core-any

Added:
  netcfg/repos/core-any/



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

2011-05-28 Thread Ionut Biru
Date: Saturday, May 28, 2011 @ 06:28:48
  Author: ibiru
Revision: 125686

db-move: netcfg removed by ibiru for move to [core] (any)

Deleted:
  netcfg/repos/core-any/



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

2011-05-28 Thread Ionut Biru
Date: Saturday, May 28, 2011 @ 06:28:49
  Author: ibiru
Revision: 125687

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

Added:
  netcfg/repos/core-any/
Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/trunk (PKGBUILD)

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

New version 2.5.5

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-05-22 20:15:05 UTC (rev 124532)
+++ PKGBUILD2011-05-22 20:47:30 UTC (rev 124533)
@@ -1,7 +1,8 @@
 # $Id$
 # Maintainer: James Rayner ja...@archlinux.org
+
 pkgname=netcfg
-pkgver=2.5.4
+pkgver=2.5.5
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -12,10 +13,10 @@
 '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)
-
 arch=(any)
+md5sums=('6e98bae291eb206d92f9a92bbab8fe80')
 
-build() {
+package() {
   cd $srcdir/netcfg-${pkgver}
  
   make DESTDIR=$pkgdir install
@@ -24,4 +25,3 @@
   ln -s /usr/bin/netcfg2 $pkgdir/usr/bin/netcfg 
 }
 
-md5sums=('7eb254f04a2d27884d896a2b91fc6991')



  1   2   >