[arch-commits] Commit in ifenslave/repos (5 files)

Gaetan Bisson bisson at archlinux.org
Sun Nov 13 10:10:09 UTC 2011


    Date: Sunday, November 13, 2011 @ 05:10:08
  Author: bisson
Revision: 142703

db-move: moved ifenslave from [testing] to [core] (i686)

Added:
  ifenslave/repos/core-i686/PKGBUILD
    (from rev 142700, ifenslave/repos/testing-i686/PKGBUILD)
  ifenslave/repos/core-i686/bonding.conf.d
    (from rev 142700, ifenslave/repos/testing-i686/bonding.conf.d)
Deleted:
  ifenslave/repos/core-i686/PKGBUILD
  ifenslave/repos/core-i686/bonding.conf.d
  ifenslave/repos/testing-i686/

----------------+
 PKGBUILD       |   58 +++++++++++++++++++++++++++----------------------------
 bonding.conf.d |   24 +++++++++++-----------
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2011-11-13 10:10:08 UTC (rev 142702)
+++ core-i686/PKGBUILD	2011-11-13 10:10:08 UTC (rev 142703)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=ifenslave
-pkgver=1.1.0
-pkgrel=6
-pkgdesc="Utility for bonding ethernet interfaces"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/en/Net:Bonding"
-license=('GPL2')
-depends=('glibc')
-makedepends=('linux-api-headers')
-backup=('etc/conf.d/bonding')
-source=(ifenslave.c::'http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/networking/ifenslave.c;h=2bac96'
-        bonding.conf.d)
-md5sums=('41a23dc9ac3522ac2af23396ba70bcc4'
-         '397fccbf574d5082c7a3c8d3793dc000')
-
-build() {
-  cd $srcdir
-  gcc -Wall -Wstrict-prototypes $CFLAGS $LDFLAGS ifenslave.c -o ifenslave
-}
-
-package() {
-  cd $srcdir
-  install -Dm755 ifenslave $pkgdir/sbin/ifenslave
-  install -Dm644 bonding.conf.d $pkgdir/etc/conf.d/bonding
-}

Copied: ifenslave/repos/core-i686/PKGBUILD (from rev 142700, ifenslave/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2011-11-13 10:10:08 UTC (rev 142703)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=ifenslave
+pkgver=1.1.0
+pkgrel=7
+pkgdesc='Utility for bonding ethernet interfaces'
+arch=('i686' 'x86_64')
+url='http://www.linuxfoundation.org/en/Net:Bonding'
+license=('GPL2')
+depends=('glibc')
+makedepends=('linux-api-headers')
+backup=('etc/conf.d/bonding')
+source=(ifenslave.c::'http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob_plain;f=Documentation/networking/ifenslave.c;h=65968fbf'
+        'bonding.conf.d')
+sha1sums=('c657d9e6b8acb983bb8ef856f8f7f25ee6bf4f73'
+          '6843971c0254768868b556af33289d7d32d6208d')
+
+build() {
+	cd "${srcdir}"
+	gcc -Wall -Wstrict-prototypes ${CFLAGS} ${LDFLAGS} ifenslave.c -o ifenslave
+}
+
+package() {
+	cd "${srcdir}"
+	install -Dm755 ifenslave "${pkgdir}"/sbin/ifenslave
+	install -Dm644 bonding.conf.d "${pkgdir}"/etc/conf.d/bonding
+}

Deleted: core-i686/bonding.conf.d
===================================================================
--- core-i686/bonding.conf.d	2011-11-13 10:10:08 UTC (rev 142702)
+++ core-i686/bonding.conf.d	2011-11-13 10:10:08 UTC (rev 142703)
@@ -1,12 +0,0 @@
-#
-# Settings for ethernet bonding
-#
-# For each bond interface declared in INTERFACES (in rc.conf), declare
-# a bond_${IF} variable that contains the real ethernet interfaces that
-# should be bonded to the bond interface with the ifenslave utility.
-# Then list the bond interface name in the BOND_INTERFACES array.
-#
-
-#bond_bond0="eth0 eth1"
-#BOND_INTERFACES=(bond0)
-

Copied: ifenslave/repos/core-i686/bonding.conf.d (from rev 142700, ifenslave/repos/testing-i686/bonding.conf.d)
===================================================================
--- core-i686/bonding.conf.d	                        (rev 0)
+++ core-i686/bonding.conf.d	2011-11-13 10:10:08 UTC (rev 142703)
@@ -0,0 +1,12 @@
+#
+# Settings for ethernet bonding
+#
+# For each bond interface declared in INTERFACES (in rc.conf), declare
+# a bond_${IF} variable that contains the real ethernet interfaces that
+# should be bonded to the bond interface with the ifenslave utility.
+# Then list the bond interface name in the BOND_INTERFACES array.
+#
+
+#bond_bond0="eth0 eth1"
+#BOND_INTERFACES=(bond0)
+




More information about the arch-commits mailing list