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

Florian Pritz bluewind at archlinux.org
Tue Jul 10 15:48:58 UTC 2012


    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
===================================================================
--- PKGBUILD	2012-07-10 15:48:36 UTC (rev 163206)
+++ PKGBUILD	2012-07-10 15:48:58 UTC (rev 163207)
@@ -1,33 +0,0 @@
-# Maintainer: Jouke Witteveen <j.witteveen at 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)
+++ PKGBUILD	2012-07-10 15:48:58 UTC (rev 163207)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen <j.witteveen at 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"
+}
+




More information about the arch-commits mailing list