[arch-commits] Commit in netcfg/repos (3 files)

Ionut Biru ibiru at archlinux.org
Sun Aug 28 09:47:27 UTC 2011


    Date: Sunday, August 28, 2011 @ 05:47:26
  Author: ibiru
Revision: 136381

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/PKGBUILD
    (from rev 136380, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2011-08-28 09:45:32 UTC (rev 136380)
+++ core-any/PKGBUILD	2011-08-28 09:47:26 UTC (rev 136381)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-# Contributor: James Rayner <james at archlinux.org>
-
-pkgname=netcfg
-pkgver=2.6.7
-pkgrel=1
-pkgdesc="Network configuration and profile scripts"
-url="http://archlinux.org"
-license=("BSD")
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=("coreutils" "dhcpcd>=4.0" "iproute2")
-optdepends=('dialog: Required for menu based profile selector'
-            'bridge-utils: To set up bridge connections'
-            'wpa_supplicant: required for wireless network support'
-            'wpa_actiond: Required for automatic wireless connection with rc.d/net-auto-wireless'
-            'ifplugd: Required for automatic wired connection with rc.d/net-auto-wired'
-            'wireless_tools: Required to support obsolete IWCONFIG option'
-            'net-tools: required to support obsolete IFOPTS option'
-            )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
-arch=(any)
-md5sums=('ee44d3b1122d49d17369994a3ab94573')
-
-package() {
-  cd "$srcdir/netcfg-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/netcfg/LICENSE"
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 136380, netcfg/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2011-08-28 09:47:26 UTC (rev 136381)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+# Contributor: James Rayner <james at archlinux.org>
+
+pkgname=netcfg
+pkgver=2.6.8
+pkgrel=1
+pkgdesc="Network configuration and profile scripts"
+url="http://archlinux.org"
+license=("BSD")
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=("coreutils" "dhcpcd>=4.0" "iproute2")
+optdepends=('dialog: Required for menu based profile selector'
+            'bridge-utils: To set up bridge connections'
+            'wpa_supplicant: required for wireless network support'
+            'wpa_actiond: Required for automatic wireless connection with rc.d/net-auto-wireless'
+            'ifplugd: Required for automatic wired connection with rc.d/net-auto-wired'
+            'wireless_tools: Required to support obsolete IWCONFIG option'
+            'net-tools: required to support obsolete IFOPTS option'
+            )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
+arch=(any)
+md5sums=('8ea930ff39f5b08751372d32a5681478')
+
+package() {
+  cd "$srcdir/netcfg-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/netcfg/LICENSE"
+}
+




More information about the arch-commits mailing list