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

Florian Pritz bluewind at nymeria.archlinux.org
Wed Feb 6 18:36:39 UTC 2013


    Date: Wednesday, February 6, 2013 @ 19:36:39
  Author: bluewind
Revision: 177521

archrelease: copy trunk to testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-06 18:36:27 UTC (rev 177520)
+++ PKGBUILD	2013-02-06 18:36:39 UTC (rev 177521)
@@ -1,33 +0,0 @@
-# Maintainer: Jouke Witteveen <j.witteveen at 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"
-}
-

Copied: netctl/repos/testing-any/PKGBUILD (from rev 177520, netctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-06 18:36:39 UTC (rev 177521)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen <j.witteveen at 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/packages/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"
+}
+




More information about the arch-commits mailing list