[arch-commits] Commit in netcfg/repos (3 files)
Florian Pritz
bluewind at archlinux.org
Thu Jun 28 19:10:39 UTC 2012
Date: Thursday, June 28, 2012 @ 15:10:39
Author: bluewind
Revision: 162715
db-move: moved netcfg from [testing] to [core] ( any)
Added:
netcfg/repos/core-any/PKGBUILD
(from rev 162714, netcfg/repos/testing-any/PKGBUILD)
Deleted:
netcfg/repos/core-any/PKGBUILD
netcfg/repos/testing-any/
----------+
PKGBUILD | 65 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 32 deletions(-)
Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD 2012-06-28 18:12:17 UTC (rev 162714)
+++ core-any/PKGBUILD 2012-06-28 19:10:39 UTC (rev 162715)
@@ -1,32 +0,0 @@
-# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
-
-pkgname=netcfg
-pkgver=2.8.3
-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'
- '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=('96a6bf67cfddf100ea2113be71775289')
-
-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/core-any/PKGBUILD (from rev 162714, netcfg/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD (rev 0)
+++ core-any/PKGBUILD 2012-06-28 19:10:39 UTC (rev 162715)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
+
+pkgname=netcfg
+pkgver=2.8.5
+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=('61019de518f430f421a6353ddb652549')
+
+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