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

Florian Pritz bluewind at archlinux.org
Mon Apr 16 15:58:43 UTC 2012


    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
===================================================================
--- PKGBUILD	2012-04-16 15:58:25 UTC (rev 156288)
+++ PKGBUILD	2012-04-16 15:58:43 UTC (rev 156289)
@@ -1,32 +0,0 @@
-# Maintainer: Jouke Witteveen <j.witteveen at 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)
+++ PKGBUILD	2012-04-16 15:58:43 UTC (rev 156289)
@@ -0,0 +1,32 @@
+# Maintainer: Jouke Witteveen <j.witteveen at 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"
+}
+




More information about the arch-commits mailing list