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

2018-06-27 Thread Florian Pritz via arch-commits
Date: Wednesday, June 27, 2018 @ 08:46:28
  Author: bluewind
Revision: 327675

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 327674, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 327674, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-06-27 08:46:28 UTC (rev 327675)
@@ -0,0 +1,38 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.17
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd>=233')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('be885c955e124253bd7e634abe310e38'
+ 'aafc24eaac9eeb11f84378cbf81e8e68')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/netctl-auto"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/wifi-menu"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+


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

2018-03-22 Thread Florian Pritz via arch-commits
Date: Thursday, March 22, 2018 @ 10:00:43
  Author: bluewind
Revision: 319810

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 319809, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 319809, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-03-22 10:00:43 UTC (rev 319810)
@@ -0,0 +1,38 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.16
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd>=233')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('2bd3ecbb52dc4fd496bc1714f68eca80'
+ 'b9a97edcc309efd316e519f1347672fe')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/netctl-auto"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/wifi-menu"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+


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

2017-12-05 Thread Florian Pritz via arch-commits
Date: Tuesday, December 5, 2017 @ 21:46:32
  Author: bluewind
Revision: 311661

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 311660, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 311660, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-12-05 21:46:32 UTC (rev 311661)
@@ -0,0 +1,38 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.15
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd>=233')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('730a98b1c5d527aff699423cd28c3a2a'
+ 'deaa6bd23d63b80aca0ea165d87e0062')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/netctl-auto"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/wifi-menu"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+


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

2017-10-11 Thread Florian Pritz
Date: Wednesday, October 11, 2017 @ 18:25:39
  Author: bluewind
Revision: 307514

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 307513, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 307513, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-10-11 18:25:39 UTC (rev 307514)
@@ -0,0 +1,38 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.14
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd>=233')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('81aa248ecd0e787d49d1eed6dc7ffb1a'
+ '0b28bf18f648c05e048f8881786443ff')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/netctl-auto"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/wifi-menu"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+


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

2017-03-14 Thread Florian Pritz
Date: Tuesday, March 14, 2017 @ 17:20:54
  Author: bluewind
Revision: 290839

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 290838, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 290838, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-03-14 17:20:54 UTC (rev 290839)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.13
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('a8ae5a62d10d7660bb2dd43faee8b794'
+ 'SKIP')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+


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

2016-06-13 Thread Florian Pritz
Date: Monday, June 13, 2016 @ 17:13:05
  Author: bluewind
Revision: 269450

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 269449, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 269449, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-06-13 15:13:05 UTC (rev 269450)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.12
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('8b7ccdfb585ea50f5b9022c265ba8c96'
+ 'ce7b66719f03fd71142658abb103bd5a')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+


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

2015-06-17 Thread Florian Pritz
Date: Wednesday, June 17, 2015 @ 10:27:51
  Author: bluewind
Revision: 240972

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 240971, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 240971, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-06-17 08:27:51 UTC (rev 240972)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.11
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('1465a0595af16fd88a5f1ecdcebc0f0c'
+ 'c6a69063c4eb98099d34cbf19ca206a7')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+


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

2015-01-13 Thread Florian Pritz
Date: Tuesday, January 13, 2015 @ 14:24:01
  Author: bluewind
Revision: 228959

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 228958, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 228958, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-01-13 13:24:01 UTC (rev 228959)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.10
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('15e9b126fd15efe4fc814fa18623d76e'
+ '03be68cfc9c015cf5f97c878c898d883')
+validpgpkeys=(CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E)
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+


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

2014-08-05 Thread Florian Pritz
Date: Tuesday, August 5, 2014 @ 14:59:27
  Author: bluewind
Revision: 219330

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 219329, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 219329, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-08-05 12:59:27 UTC (rev 219330)
@@ -0,0 +1,34 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.9
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for pppoe connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('bef78b017f9a950c6bd7997ab6f3ea49'
+ 'b581c4db2759874ce1795b777f365398')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



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

2014-06-17 Thread Florian Pritz
Date: Tuesday, June 17, 2014 @ 14:06:26
  Author: bluewind
Revision: 215250

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 215249, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 215249, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-17 12:06:26 UTC (rev 215250)
@@ -0,0 +1,34 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.8
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for pppoe connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('4994bdfa29c835b70a9e11abd6e538b9'
+ '084768e839e0bfa8caed9ec43d27fec3')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:21:09
  Author: bluewind
Revision: 198959

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 198958, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 198958, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-11-05 20:21:09 UTC (rev 198959)
@@ -0,0 +1,35 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.4
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'ppp: for pppoe connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('825f07c432bff1de0254ab800f22cb61'
+ '868fa2e0f80911a63b0b91b8b73978e5')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



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

2013-08-06 Thread Florian Pritz
Date: Tuesday, August 6, 2013 @ 10:51:33
  Author: bluewind
Revision: 192140

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 192139, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 192139, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-08-06 08:51:33 UTC (rev 192140)
@@ -0,0 +1,35 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.3
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'ppp: for pppoe connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('28fa105f2bcf2edaa849918445a28216'
+ '0585d50e9ff200cbd6ff3ec347c63008')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



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

2013-07-16 Thread Florian Pritz
Date: Tuesday, July 16, 2013 @ 14:56:48
  Author: bluewind
Revision: 190131

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 190130, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 190130, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-16 12:56:48 UTC (rev 190131)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.2
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+'ppp: for pppoe connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('bc05d24020a282cd7f9025d69efec4e2'
+ '76066c349f91f1a9e5763868ce8b10e5')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



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

2013-05-21 Thread Florian Pritz
Date: Tuesday, May 21, 2013 @ 14:43:02
  Author: bluewind
Revision: 186161

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 186160, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 186160, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-05-21 12:43:02 UTC (rev 186161)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.1
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+'ppp: for pppoe connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('599ec9525126369f0b4e287e85debbad'
+ '794f4ce9e43f64342a976366fe73dbcd')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



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

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

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 183555, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 183555, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-23 09:59:59 UTC (rev 183556)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.0
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv')
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+'ppp: for pppoe connections'
+   )
+conflicts=('netcfg')
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('8620b61440a1028d5fe701ce076730a8'
+ 'd05208a146f6fdde0dc0b7a1a12c3340')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+



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

2013-02-06 Thread Florian Pritz
Date: Wednesday, February 6, 2013 @ 19:31:42
  Author: bluewind
Revision: 177519

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 177518, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 177518, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-02-06 18:31:42 UTC (rev 177519)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=0.5
+pkgrel=1
+pkgdesc=Profile based systemd network management
+url=http://projects.archlinux.org/netctl.git/;
+license=(GPL)
+depends=(coreutils iproute2 openresolv)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+conflicts=(netcfg)
+source=(ftp://ftp.archlinux.org/other/netctl/netctl-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('9ceeb6de07e8cb80a218bdb7920edd98')
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+