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

2012-04-20 Thread Tom Gundersen
Date: Friday, April 20, 2012 @ 17:36:42
  Author: tomegun
Revision: 156556

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

Added:
  ipw2100-fw/repos/core-any/PKGBUILD
(from rev 156554, ipw2100-fw/repos/testing-any/PKGBUILD)
Deleted:
  ipw2100-fw/repos/core-any/PKGBUILD
  ipw2100-fw/repos/testing-any/

--+
 PKGBUILD |   53 +++--
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-04-20 21:36:41 UTC (rev 156555)
+++ core-any/PKGBUILD   2012-04-20 21:36:42 UTC (rev 156556)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=ipw2100-fw
-pkgver=1.3
-pkgrel=6
-pkgdesc=Intel Centrino Drivers firmware for IPW2100
-arch=('any')
-url=http://ipw2100.sourceforge.net/;
-license=('custom')
-replaces=('ipw2100')
-source=(http://bughost.org/firmware/${pkgname}-${pkgver}.tgz;)
-md5sums=('46aa75bcda1a00efa841f9707bbbd113')
-
-package() {
-  cd ${srcdir}
-
-  # Install firmware
-  for i in *.fw
-  do
-install -D -m 644 $i ${pkgdir}/lib/firmware/$i
-  done 
-  # Install license
-  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ipw2100-fw/repos/core-any/PKGBUILD (from rev 156554, 
ipw2100-fw/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-04-20 21:36:42 UTC (rev 156556)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Thomas Baechler tho...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=ipw2100-fw
+pkgver=1.3
+pkgrel=7
+pkgdesc=Intel Centrino Drivers firmware for IPW2100
+arch=('any')
+url=http://ipw2100.sourceforge.net/;
+license=('custom')
+replaces=('ipw2100')
+source=(http://bughost.org/firmware/${pkgname}-${pkgver}.tgz;)
+md5sums=('46aa75bcda1a00efa841f9707bbbd113')
+
+package() {
+  cd ${srcdir}
+
+  # Install firmware
+  for i in *.fw
+  do
+install -D -m 644 $i ${pkgdir}/usr/lib/firmware/$i
+  done 
+  # Install license
+  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2011-11-05 Thread Pierre Schmitz
Date: Saturday, November 5, 2011 @ 04:45:31
  Author: pierre
Revision: 142091

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

Added:
  ipw2100-fw/repos/core-any/PKGBUILD
(from rev 142090, ipw2100-fw/repos/testing-any/PKGBUILD)
Deleted:
  ipw2100-fw/repos/core-any/PKGBUILD
  ipw2100-fw/repos/testing-any/

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2011-11-05 00:45:30 UTC (rev 142090)
+++ core-any/PKGBUILD   2011-11-05 08:45:31 UTC (rev 142091)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=ipw2100-fw
-pkgver=1.3
-pkgrel=5
-pkgdesc=Intel Centrino Drivers firmware for IPW2100
-arch=('any')
-url=http://ipw2100.sourceforge.net/;
-license=('custom')
-replaces=('ipw2100')
-source=(http://bughost.org/firmware/${pkgname}-${pkgver}.tgz;)
-md5sums=('46aa75bcda1a00efa841f9707bbbd113')
-
-package() {
-  cd ${srcdir}
-  
-  # Install firmware
-  for i in *.fw
-  do
-install -D -m 644 $i ${pkgdir}/lib/firmware/$i
-  done 
-  # Install license
-  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ipw2100-fw/repos/core-any/PKGBUILD (from rev 142090, 
ipw2100-fw/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2011-11-05 08:45:31 UTC (rev 142091)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=ipw2100-fw
+pkgver=1.3
+pkgrel=6
+pkgdesc=Intel Centrino Drivers firmware for IPW2100
+arch=('any')
+url=http://ipw2100.sourceforge.net/;
+license=('custom')
+replaces=('ipw2100')
+source=(http://bughost.org/firmware/${pkgname}-${pkgver}.tgz;)
+md5sums=('46aa75bcda1a00efa841f9707bbbd113')
+
+package() {
+  cd ${srcdir}
+
+  # Install firmware
+  for i in *.fw
+  do
+install -D -m 644 $i ${pkgdir}/lib/firmware/$i
+  done 
+  # Install license
+  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}