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

Florian Pritz bluewind at nymeria.archlinux.org
Tue Mar 19 19:34:26 UTC 2013


    Date: Tuesday, March 19, 2013 @ 20:34:26
  Author: bluewind
Revision: 180294

archrelease: copy trunk to testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-19 19:34:19 UTC (rev 180293)
+++ PKGBUILD	2013-03-19 19:34:26 UTC (rev 180294)
@@ -1,34 +0,0 @@
-# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
-
-pkgname=netctl
-pkgver=0.6
-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{,.sig})
-arch=(any)
-md5sums=('d19b6a30b388c3c713fac75326229068'
-         '227a0da97d5c5fe15d1ce4c628e1adb9')
-
-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 180293, netctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-19 19:34:26 UTC (rev 180294)
@@ -0,0 +1,35 @@
+# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
+
+pkgname=netctl
+pkgver=0.7
+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'
+            'ppp: for pppoe connections'
+           )
+conflicts=("netcfg")
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=(any)
+md5sums=('eb419e300aab1e686347b8a4b497ce65'
+         '7c2776c847faf1ac9370aa26331d47d9')
+
+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