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

Gaetan Bisson bisson at nymeria.archlinux.org
Thu May 23 06:41:01 UTC 2013


    Date: Thursday, May 23, 2013 @ 08:41:01
  Author: bisson
Revision: 186263

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

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

----------------------------+
 /PKGBUILD                  |   48 +++++++++++++++++++++++++++++++++++++++++++
 core-i686/PKGBUILD         |   29 -------------------------
 core-i686/bonding.conf.d   |   12 ----------
 core-x86_64/PKGBUILD       |   29 -------------------------
 core-x86_64/bonding.conf.d |   12 ----------
 5 files changed, 48 insertions(+), 82 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2013-05-23 04:19:37 UTC (rev 186262)
+++ core-i686/PKGBUILD	2013-05-23 06:41:01 UTC (rev 186263)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: ifenslave/repos/core-i686/PKGBUILD (from rev 186262, ifenslave/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2013-05-23 06:41:01 UTC (rev 186263)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=ifenslave
+pkgver=1.1.0
+pkgrel=8
+pkgdesc='Utility for bonding ethernet interfaces'
+url='http://www.linuxfoundation.org/en/Net:Bonding'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('linux-api-headers')
+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=450faacc')
+sha1sums=('cf0ca36e4a82f259f4bd5d7268ce758581a76fb0')
+
+build() {
+	cd "${srcdir}"
+	gcc -Wall -Wstrict-prototypes ${CFLAGS} ${LDFLAGS} ifenslave.c -o ifenslave
+}
+
+package() {
+	cd "${srcdir}"
+	install -Dm755 ifenslave "${pkgdir}"/usr/bin/ifenslave
+}

Deleted: core-i686/bonding.conf.d
===================================================================
--- core-i686/bonding.conf.d	2013-05-23 04:19:37 UTC (rev 186262)
+++ core-i686/bonding.conf.d	2013-05-23 06:41:01 UTC (rev 186263)
@@ -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)
-

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2013-05-23 04:19:37 UTC (rev 186262)
+++ core-x86_64/PKGBUILD	2013-05-23 06:41:01 UTC (rev 186263)
@@ -1,29 +0,0 @@
-# $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
-}

Copied: ifenslave/repos/core-x86_64/PKGBUILD (from rev 186262, ifenslave/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2013-05-23 06:41:01 UTC (rev 186263)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=ifenslave
+pkgver=1.1.0
+pkgrel=8
+pkgdesc='Utility for bonding ethernet interfaces'
+url='http://www.linuxfoundation.org/en/Net:Bonding'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('linux-api-headers')
+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=450faacc')
+sha1sums=('cf0ca36e4a82f259f4bd5d7268ce758581a76fb0')
+
+build() {
+	cd "${srcdir}"
+	gcc -Wall -Wstrict-prototypes ${CFLAGS} ${LDFLAGS} ifenslave.c -o ifenslave
+}
+
+package() {
+	cd "${srcdir}"
+	install -Dm755 ifenslave "${pkgdir}"/usr/bin/ifenslave
+}

Deleted: core-x86_64/bonding.conf.d
===================================================================
--- core-x86_64/bonding.conf.d	2013-05-23 04:19:37 UTC (rev 186262)
+++ core-x86_64/bonding.conf.d	2013-05-23 06:41:01 UTC (rev 186263)
@@ -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)
-




More information about the arch-commits mailing list