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

2016-03-10 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 09:08:40
  Author: tpowa
Revision: 165836

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 165835, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 165835, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 165835, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 165835, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-testing-i686/PKGBUILD
  rt3562sta/repos/community-testing-i686/rt3562sta.install
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 +
 community-testing-i686/PKGBUILD|   46 -
 community-testing-i686/rt3562sta.install   |   16 
 community-testing-x86_64/PKGBUILD  |   46 -
 community-testing-x86_64/rt3562sta.install |   16 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-03-10 08:08:31 UTC (rev 165835)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:08:40 UTC (rev 165836)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r3
-_patchrel=${pkgver/*_r/}
-pkgrel=6
-pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
-arch=(i686 x86_64)
-url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS="-DVERSION=$pkgver" \
-   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0644 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
-   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
-
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('3428c37e91f04dfb0d5e4aae9bbcbf72a3816e8804d0735110a53d1140c37eaa')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 165835, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-03-10 08:08:40 UTC (rev 165836)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r3
+_patchrel=${pkgver/*_r/}
+pkgrel=7
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS="-DVERSION=$pkgver" \
+   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" 

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

2016-02-01 Thread Tobias Powalowski
Date: Monday, February 1, 2016 @ 21:44:03
  Author: tpowa
Revision: 159824

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 159823, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 159823, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 159823, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 159823, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-testing-i686/PKGBUILD
  rt3562sta/repos/community-testing-i686/rt3562sta.install
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 +
 community-testing-i686/PKGBUILD|   46 -
 community-testing-i686/rt3562sta.install   |   16 
 community-testing-x86_64/PKGBUILD  |   46 -
 community-testing-x86_64/rt3562sta.install |   16 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-02-01 20:43:49 UTC (rev 159823)
+++ community-testing-i686/PKGBUILD 2016-02-01 20:44:03 UTC (rev 159824)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r3
-_patchrel=${pkgver/*_r/}
-pkgrel=3
-pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
-arch=(i686 x86_64)
-url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS="-DVERSION=$pkgver" \
-   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=("linux>=$_kernver" "linux<${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$srcdir"/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0644 RT3562STA.dat 
"$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat"
-   install -Dm 0644 os/linux/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   install -dm 0755 "$pkgdir/usr/share/doc/$pkgname"
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname"
-
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('3428c37e91f04dfb0d5e4aae9bbcbf72a3816e8804d0735110a53d1140c37eaa')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 159823, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-02-01 20:44:03 UTC (rev 159824)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562sta=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r3
+_patchrel=${pkgver/*_r/}
+pkgrel=4
+pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
+arch=(i686 x86_64)
+url="http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$srcdir"/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS="-DVERSION=$pkgver" \
+   LINUX_SRC="/usr/lib/modules/$KERNEL_RELEASE/build" \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=("linux>=$_kernver" 

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

2015-07-04 Thread Evangelos Foutras
Date: Saturday, July 4, 2015 @ 16:35:26
  Author: foutrelis
Revision: 136403

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  rt3562sta/repos/community-staging-i686/PKGBUILD
(from rev 136402, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-staging-i686/rt3562sta.install
(from rev 136402, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-staging-x86_64/PKGBUILD
(from rev 136402, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-staging-x86_64/rt3562sta.install
(from rev 136402, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-staging-i686/PKGBUILD
  rt3562sta/repos/community-staging-i686/rt3562sta.install
  rt3562sta/repos/community-staging-x86_64/PKGBUILD
  rt3562sta/repos/community-staging-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 +
 community-staging-i686/PKGBUILD|   46 -
 community-staging-i686/rt3562sta.install   |   16 
 community-staging-x86_64/PKGBUILD  |   46 -
 community-staging-x86_64/rt3562sta.install |   16 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-07-04 14:35:18 UTC (rev 136402)
+++ community-staging-i686/PKGBUILD 2015-07-04 14:35:26 UTC (rev 136403)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r2
-_patchrel=${pkgver/*_r/}
-pkgrel=8
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS=-DVERSION=$pkgver \
-   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-staging-i686/PKGBUILD (from rev 136402, 
rt3562sta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-04 14:35:26 UTC (rev 136403)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=9
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS=-DVERSION=$pkgver \
+   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=(linux=$_kernver linux${_kernver/.*}.$(expr 

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

2015-07-01 Thread Evangelos Foutras
Date: Thursday, July 2, 2015 @ 03:22:00
  Author: foutrelis
Revision: 136237

archrelease: copy trunk to community-i686, community-x86_64

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 136236, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 136236, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 136236, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 136236, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 
 community-i686/PKGBUILD|   46 -
 community-i686/rt3562sta.install   |   16 --
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/rt3562sta.install |   16 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-02 01:21:53 UTC (rev 136236)
+++ community-i686/PKGBUILD 2015-07-02 01:22:00 UTC (rev 136237)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r2
-_patchrel=${pkgver/*_r/}
-pkgrel=7
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS=-DVERSION=$pkgver \
-   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 136236, 
rt3562sta/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-02 01:22:00 UTC (rev 136237)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=8
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS=-DVERSION=$pkgver \
+   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd 

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

2015-03-18 Thread Tobias Powalowski
Date: Wednesday, March 18, 2015 @ 17:54:10
  Author: tpowa
Revision: 129533

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 129532, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 129532, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 129532, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 129532, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-testing-i686/PKGBUILD
  rt3562sta/repos/community-testing-i686/rt3562sta.install
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 +
 community-testing-i686/PKGBUILD|   46 -
 community-testing-i686/rt3562sta.install   |   16 
 community-testing-x86_64/PKGBUILD  |   46 -
 community-testing-x86_64/rt3562sta.install |   16 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-18 16:54:01 UTC (rev 129532)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:54:10 UTC (rev 129533)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r2
-_patchrel=${pkgver/*_r/}
-pkgrel=3
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS=-DVERSION=$pkgver \
-   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 129532, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-18 16:54:10 UTC (rev 129533)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=4
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS=-DVERSION=$pkgver \
+   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 

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

2015-03-16 Thread Massimiliano Torromeo
Date: Monday, March 16, 2015 @ 10:46:56
  Author: mtorromeo
Revision: 129353

archrelease: copy trunk to community-i686, community-x86_64

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 129352, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 129352, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 129352, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 129352, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 
 community-i686/PKGBUILD|   46 -
 community-i686/rt3562sta.install   |   16 --
 community-x86_64/PKGBUILD  |   46 -
 community-x86_64/rt3562sta.install |   16 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-16 09:46:47 UTC (rev 129352)
+++ community-i686/PKGBUILD 2015-03-16 09:46:56 UTC (rev 129353)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r2
-_patchrel=${pkgver/*_r/}
-pkgrel=1
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   EXTRA_CFLAGS=-DVERSION=$pkgver \
-   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/.*} 
+ 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('fbb31034fac14d63f9ed16039b79743746d91e0587e3bdd036697f7fd39cef9a')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 129352, 
rt3562sta/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-16 09:46:56 UTC (rev 129353)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=2
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd $srcdir/rt3562sta-linux-r$_patchrel
+
+   EXTRA_CFLAGS=-DVERSION=$pkgver \
+   LINUX_SRC=/usr/lib/modules/$KERNEL_RELEASE/build \
+   make
+}
+
+package() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   depends=(linux=$_kernver linux${_kernver/.*}.$(expr ${_kernver/*.} 
+ 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd 

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

2015-03-16 Thread Massimiliano Torromeo
Date: Monday, March 16, 2015 @ 10:41:07
  Author: mtorromeo
Revision: 129351

archrelease: copy trunk to community-i686, community-x86_64

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 129350, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 129350, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 129350, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 129350, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 
 community-i686/PKGBUILD|   60 --
 community-i686/rt3562sta.install   |   16 --
 community-x86_64/PKGBUILD  |   60 --
 community-x86_64/rt3562sta.install |   16 --
 6 files changed, 124 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-16 09:40:44 UTC (rev 129350)
+++ community-i686/PKGBUILD 2015-03-16 09:41:07 UTC (rev 129351)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=19
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 129350, 
rt3562sta/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-16 09:41:07 UTC (rev 129351)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=1
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_RELEASE=$(cat 

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

2015-03-16 Thread Massimiliano Torromeo
Date: Monday, March 16, 2015 @ 10:49:19
  Author: mtorromeo
Revision: 129355

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 129354, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 129354, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 129354, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 129354, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-testing-i686/PKGBUILD
  rt3562sta/repos/community-testing-i686/rt3562sta.install
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install

+
 /PKGBUILD  |   92 +++
 /rt3562sta.install |   32 +
 community-testing-i686/PKGBUILD|   60 -
 community-testing-i686/rt3562sta.install   |   16 
 community-testing-x86_64/PKGBUILD  |   60 -
 community-testing-x86_64/rt3562sta.install |   16 
 6 files changed, 124 insertions(+), 152 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-16 09:49:10 UTC (rev 129354)
+++ community-testing-i686/PKGBUILD 2015-03-16 09:49:19 UTC (rev 129355)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=21
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 129354, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-16 09:49:19 UTC (rev 129355)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r2
+_patchrel=${pkgver/*_r/}
+pkgrel=3
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/products/connectivity/wifi/consumer-electronics/pcie/rt3562/;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install

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

2015-03-08 Thread Evangelos Foutras
Date: Sunday, March 8, 2015 @ 11:07:33
  Author: foutrelis
Revision: 128903

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 128902, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 128902, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 128902, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 128902, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-testing-i686/PKGBUILD
  rt3562sta/repos/community-testing-i686/rt3562sta.install
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +++
 community-testing-i686/PKGBUILD|   60 -
 community-testing-i686/rt3562sta.install   |   16 ---
 community-testing-x86_64/PKGBUILD  |   60 -
 community-testing-x86_64/rt3562sta.install |   16 ---
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-03-08 10:07:23 UTC (rev 128902)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:33 UTC (rev 128903)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=20
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 128902, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-03-08 10:07:33 UTC (rev 128903)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=21
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+  

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

2015-01-09 Thread Evangelos Foutras
Date: Friday, January 9, 2015 @ 18:02:27
  Author: foutrelis
Revision: 125672

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 125671, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 125671, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 125671, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 125671, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-testing-i686/PKGBUILD
  rt3562sta/repos/community-testing-i686/rt3562sta.install
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +++
 community-testing-i686/PKGBUILD|   60 -
 community-testing-i686/rt3562sta.install   |   16 ---
 community-testing-x86_64/PKGBUILD  |   60 -
 community-testing-x86_64/rt3562sta.install |   16 ---
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-01-09 17:02:18 UTC (rev 125671)
+++ community-testing-i686/PKGBUILD 2015-01-09 17:02:27 UTC (rev 125672)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=15
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 125671, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-01-09 17:02:27 UTC (rev 125672)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=16
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {

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

2014-08-04 Thread Tobias Powalowski
Date: Monday, August 4, 2014 @ 09:17:41
  Author: tpowa
Revision: 116825

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 116824, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 116824, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 116824, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 116824, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-testing-i686/PKGBUILD
  rt3562sta/repos/community-testing-i686/rt3562sta.install
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +++
 community-testing-i686/PKGBUILD|   60 -
 community-testing-i686/rt3562sta.install   |   16 ---
 community-testing-x86_64/PKGBUILD  |   60 -
 community-testing-x86_64/rt3562sta.install |   16 ---
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-08-04 07:16:10 UTC (rev 116824)
+++ community-testing-i686/PKGBUILD 2014-08-04 07:17:41 UTC (rev 116825)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=9
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 116824, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-08-04 07:17:41 UTC (rev 116825)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=9
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   

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

2014-06-17 Thread Tobias Powalowski
Date: Tuesday, June 17, 2014 @ 10:03:41
  Author: tpowa
Revision: 113278

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 113277, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 113277, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 113277, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 113277, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-testing-i686/PKGBUILD
  rt3562sta/repos/community-testing-i686/rt3562sta.install
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +++
 community-testing-i686/PKGBUILD|   60 -
 community-testing-i686/rt3562sta.install   |   16 ---
 community-testing-x86_64/PKGBUILD  |   60 -
 community-testing-x86_64/rt3562sta.install |   16 ---
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-06-17 08:03:22 UTC (rev 113277)
+++ community-testing-i686/PKGBUILD 2014-06-17 08:03:41 UTC (rev 113278)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=4
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-testing-i686/PKGBUILD (from rev 113277, 
rt3562sta/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-17 08:03:41 UTC (rev 113278)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=5
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   

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

2014-06-08 Thread Evangelos Foutras
Date: Sunday, June 8, 2014 @ 23:53:51
  Author: foutrelis
Revision: 112847

archrelease: copy trunk to community-i686, community-x86_64

Added:
  rt3562sta/repos/community-i686/PKGBUILD
(from rev 112846, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-i686/rt3562sta.install
(from rev 112846, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-x86_64/PKGBUILD
(from rev 112846, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-x86_64/rt3562sta.install
(from rev 112846, rt3562sta/trunk/rt3562sta.install)
Deleted:
  rt3562sta/repos/community-i686/PKGBUILD
  rt3562sta/repos/community-i686/rt3562sta.install
  rt3562sta/repos/community-x86_64/PKGBUILD
  rt3562sta/repos/community-x86_64/rt3562sta.install

+
 /PKGBUILD  |  120 +++
 /rt3562sta.install |   32 +
 community-i686/PKGBUILD|   60 -
 community-i686/rt3562sta.install   |   16 
 community-x86_64/PKGBUILD  |   60 -
 community-x86_64/rt3562sta.install |   16 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-08 21:53:40 UTC (rev 112846)
+++ community-i686/PKGBUILD 2014-06-08 21:53:51 UTC (rev 112847)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
-
-pkgname=rt3562sta
-pkgver=2.4.1.1_r1
-_patchrel=${pkgver/*_r/}
-pkgrel=2
-pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
-arch=(i686 x86_64)
-url=http://www.mediatek.com/en/Products/support.php?sn=501;
-license=('GPL')
-depends=('linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   # clean up this mess of mixing RT2860STA with RT3562STA
-   # in documentation files
-   mv RT2860STA.dat RT3562STA.dat
-   mv RT2860STACard.dat RT3562STACard.dat
-   sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt
-
-   # as we change the default name of the interface from raX to wlanX, 
change respective references in documentation, too
-   sed -i 's|ra0|wlan0|g' *.txt README* *.dat
-   sed -i 's|ra1|wlan1|g' *.txt README* *.dat
-   sed -i 's|ra2|wlan2|g' *.txt README* *.dat
-
-   export EXTRA_CFLAGS=-DVERSION=$pkgver
-
-   # this Makefile is far too strict...
-   echo LINUX_SRC = /usr/lib/modules/$KERNEL_RELEASE/build  Makefile
-
-   make
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $srcdir/rt3562sta-linux-r$_patchrel
-
-   install -Dm 0640 RT3562STA.dat 
$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat
-   install -Dm 0644 os/linux/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   install -dm 0755 $pkgdir/usr/share/doc/$pkgname
-   install -m 0644 iwpriv_usage.txt README* RT3562STA* 
sta_ate_iwpriv_usage.txt $pkgdir/usr/share/doc/$pkgname
-
-   find $pkgdir -name '*.ko' -exec gzip -9 {} \;
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-
-sha256sums=('6fd6306b6fb3886bbf9d284a28cc065a4cdfea18a03708e99aa4c7a038bcf02f')

Copied: rt3562sta/repos/community-i686/PKGBUILD (from rev 112846, 
rt3562sta/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-08 21:53:51 UTC (rev 112847)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Based on SUSE spec 
https://build.opensuse.org/package/files?package=rt3562staproject=driver%3Awireless
+
+pkgname=rt3562sta
+pkgver=2.4.1.1_r1
+_patchrel=${pkgver/*_r/}
+pkgrel=3
+pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
+arch=(i686 x86_64)
+url=http://www.mediatek.com/en/Products/support.php?sn=501;
+license=('GPL')
+depends=('linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/mtorromeo/rt3562sta-linux/archive/r${_patchrel}.tar.gz)
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd