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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Jul 16 10:13:11 UTC 2013


    Date: Tuesday, July 16, 2013 @ 12:13:11
  Author: svenstaro
Revision: 94181

archrelease: copy trunk to community-any

Added:
  netcfg/repos/community-any/PKGBUILD
    (from rev 94180, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-16 10:13:05 UTC (rev 94180)
+++ PKGBUILD	2013-07-16 10:13:11 UTC (rev 94181)
@@ -1,41 +0,0 @@
-# Maintainer: Connor Behan <connor.behan at gmail.com>
-# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
-# Contributor: Jouke Witteveen <j.witteveen at gmail.com>
-
-pkgname=netcfg
-pkgver=3.1
-pkgrel=4
-pkgdesc="Predecessor to netctl"
-# Alternate URL is https://github.com/GNU-Pony/netcfg
-url="http://archlinux.org/netcfg"
-license=("BSD")
-backup=(etc/iftab etc/conf.d/netcfg)
-groups=(base)
-depends=("coreutils" "dhcpcd" "iproute2")
-makedepends=('asciidoc')
-conflicts=('netctl')
-optdepends=('dialog: for the menu based profile and wifi selectors'
-            'wpa_supplicant: for wireless networking support'
-            'ifplugd: for automatic wired connections through net-auto-wired'
-            'wpa_actiond: for automatic wireless connections through net-auto-wireless'
-            'wireless_tools: for interface renaming through net-rename'
-            'ifenslave: for bond connections'
-            'bridge-utils: for bridge connections'
-           )
-source=(https://projects.archlinux.org/$pkgname.git/snapshot/$pkgname-$pkgver.tar.gz)
-arch=(any)
-md5sums=('e2e0443f69a4e2379b2a3c5179534c9d')
-
-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"
-
-  # Compatibility
-  ln -s netcfg.service "$pkgdir/usr/lib/systemd/system/net-profiles.service"
-}
-

Copied: netcfg/repos/community-any/PKGBUILD (from rev 94180, netcfg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-07-16 10:13:11 UTC (rev 94181)
@@ -0,0 +1,40 @@
+# Maintainer: Connor Behan <connor.behan at gmail.com>
+# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
+# Contributor: Jouke Witteveen <j.witteveen at gmail.com>
+
+pkgname=netcfg
+pkgver=3.1
+pkgrel=5
+pkgdesc="Predecessor to netctl"
+# Alternate URL is https://github.com/GNU-Pony/netcfg
+url="http://archlinux.org/netcfg"
+license=("BSD")
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=("coreutils" "dhcpcd" "iproute2")
+makedepends=('asciidoc')
+conflicts=('netctl')
+optdepends=('dialog: for the menu based profile and wifi selectors'
+            'wpa_supplicant: for wireless networking support'
+            'ifplugd: for automatic wired connections through net-auto-wired'
+            'wpa_actiond: for automatic wireless connections through net-auto-wireless'
+            'wireless_tools: for interface renaming through net-rename'
+            'ifenslave: for bond connections'
+            'bridge-utils: for bridge connections'
+           )
+source=(https://projects.archlinux.org/$pkgname.git/snapshot/$pkgname-$pkgver.tar.gz)
+arch=(any)
+md5sums=('e2e0443f69a4e2379b2a3c5179534c9d')
+
+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"
+
+  # Compatibility
+  ln -s netcfg.service "$pkgdir/usr/lib/systemd/system/net-profiles.service"
+}
+




More information about the arch-commits mailing list