[arch-commits] Commit in ndiswrapper/repos/community-x86_64 (12 files)

2020-05-11 Thread Eli Schwartz via arch-commits
Date: Tuesday, May 12, 2020 @ 03:18:53
  Author: eschwartz
Revision: 626571

archrelease: copy trunk to community-x86_64

Added:
  ndiswrapper/repos/community-x86_64/PKGBUILD
(from rev 626570, ndiswrapper/trunk/PKGBUILD)
  ndiswrapper/repos/community-x86_64/dkms.conf
(from rev 626570, ndiswrapper/trunk/dkms.conf)
  ndiswrapper/repos/community-x86_64/kernel-5.3.patch
(from rev 626570, ndiswrapper/trunk/kernel-5.3.patch)
  ndiswrapper/repos/community-x86_64/kernel-5.4.patch
(from rev 626570, ndiswrapper/trunk/kernel-5.4.patch)
  ndiswrapper/repos/community-x86_64/kernel-5.5.patch
(from rev 626570, ndiswrapper/trunk/kernel-5.5.patch)
  ndiswrapper/repos/community-x86_64/kernel-5.6.patch
(from rev 626570, ndiswrapper/trunk/kernel-5.6.patch)
Deleted:
  ndiswrapper/repos/community-x86_64/PKGBUILD
  ndiswrapper/repos/community-x86_64/dkms.conf
  ndiswrapper/repos/community-x86_64/kernel-5.3.patch
  ndiswrapper/repos/community-x86_64/kernel-5.4.patch
  ndiswrapper/repos/community-x86_64/kernel-5.5.patch
  ndiswrapper/repos/community-x86_64/kernel-5.6.patch

--+
 PKGBUILD |  103 +++-
 dkms.conf|   48 +++---
 kernel-5.3.patch |  138 +--
 kernel-5.4.patch |   44 ++---
 kernel-5.5.patch |  144 ++--
 kernel-5.6.patch |  170 ++---
 6 files changed, 323 insertions(+), 324 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-12 03:18:02 UTC (rev 626570)
+++ PKGBUILD2020-05-12 03:18:53 UTC (rev 626571)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: maz-1 
-
-pkgbase=ndiswrapper
-pkgname=(ndiswrapper-dkms ndiswrapper)
-pkgver=1.62
-_extramodules=extramodules-ARCH
-pkgrel=2
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors"
-arch=('x86_64')
-url="https://sourceforge.net/projects/ndiswrapper/;
-license=('GPL')
-source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
-'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch' 
'kernel-5.6.patch'
-'dkms.conf')
-sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
-
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
-
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429'
-
'ed543cbfb236de0a20e1f164c22c83cd19aec416b5f50a58cee731857231c667d166c36814047174bddda36261af71e92ecdb2944e5b818a603085af279fbd89'
-
'f37efd16a32c4a36607d43ccda0979a914521157e2095db4c331315638f24d440d8628ea7e98c96f92155e1df133478f0ce9eb76152e963eca4a3fecafbca155'
-
'9fce255fc02ddf6e939dc61a5e29c0ea5fa1a31ecc3c390081bc53aa1cd48eddf5db621f0a1cb909634529d4ccc2995eea8827be8eb5807b34dc17e15045ecf4')
-
-prepare() {
-  cd ndiswrapper-$pkgver
-  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.5.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.6.patch
-}
-
-build() {
-  cd ndiswrapper-$pkgver
-  make -C utils
-}
-
-package_ndiswrapper-dkms() {
-  depends=('dkms')
-  provides=('NDISWRAPPER-MODULE')
-  conflicts=('NDISWRAPPER-MODULE')
-
-  cd ndiswrapper-$pkgver
-  mkdir -p "$pkgdir"/usr/src
-  cp -RL ./driver "$pkgdir"/usr/src/ndiswrapper-$pkgver
-  cp "$srcdir"/dkms.conf "$pkgdir"/usr/src/ndiswrapper-$pkgver
-}
-
-package_ndiswrapper() {
-  depends=('NDISWRAPPER-MODULE')
-
-  cd ndiswrapper-$pkgver
-  make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="$pkgdir" install
-}

Copied: ndiswrapper/repos/community-x86_64/PKGBUILD (from rev 626570, 
ndiswrapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-12 03:18:53 UTC (rev 626571)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgbase=ndiswrapper
+pkgname=(ndiswrapper-dkms ndiswrapper)
+pkgver=1.62
+pkgrel=3
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
+'kernel-5.3.patch' 'kernel-5.4.patch' 'kernel-5.5.patch' 
'kernel-5.6.patch'
+'dkms.conf')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+

[arch-commits] Commit in ndiswrapper/repos/community-x86_64 (12 files)

2019-09-17 Thread Christian Hesse via arch-commits
Date: Tuesday, September 17, 2019 @ 12:32:05
  Author: eworm
Revision: 510984

archrelease: copy trunk to community-x86_64

Added:
  ndiswrapper/repos/community-x86_64/PKGBUILD
(from rev 510983, ndiswrapper/trunk/PKGBUILD)
  ndiswrapper/repos/community-x86_64/dkms.conf
(from rev 510983, ndiswrapper/trunk/dkms.conf)
  ndiswrapper/repos/community-x86_64/linux-4.11.patch
(from rev 510983, ndiswrapper/trunk/linux-4.11.patch)
  ndiswrapper/repos/community-x86_64/linux-4.13.patch
(from rev 510983, ndiswrapper/trunk/linux-4.13.patch)
  ndiswrapper/repos/community-x86_64/linux-4.15.patch
(from rev 510983, ndiswrapper/trunk/linux-4.15.patch)
  ndiswrapper/repos/community-x86_64/linux-5.0.patch
(from rev 510983, ndiswrapper/trunk/linux-5.0.patch)
  ndiswrapper/repos/community-x86_64/linux-5.3.patch
(from rev 510983, ndiswrapper/trunk/linux-5.3.patch)
Deleted:
  ndiswrapper/repos/community-x86_64/PKGBUILD
  ndiswrapper/repos/community-x86_64/dkms.conf
  ndiswrapper/repos/community-x86_64/linux-4.11.patch
  ndiswrapper/repos/community-x86_64/linux-4.13.patch
  ndiswrapper/repos/community-x86_64/linux-4.15.patch

--+
 PKGBUILD |  104 +++--
 dkms.conf|   48 +++---
 linux-4.11.patch |  110 +++---
 linux-4.13.patch |   54 +++
 linux-4.15.patch |  398 ++---
 linux-5.0.patch  |   25 +++
 linux-5.3.patch  |   69 +
 7 files changed, 452 insertions(+), 356 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-17 12:31:55 UTC (rev 510983)
+++ PKGBUILD2019-09-17 12:32:05 UTC (rev 510984)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: maz-1 
-
-pkgbase=ndiswrapper
-pkgname=(ndiswrapper-dkms ndiswrapper)
-pkgver=1.61
-_extramodules=extramodules-ARCH
-pkgrel=7
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors"
-arch=('x86_64')
-url="http://sourceforge.net/projects/ndiswrapper/;
-license=('GPL')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
-'dkms.conf' 'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch')
-sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
-
'9fce255fc02ddf6e939dc61a5e29c0ea5fa1a31ecc3c390081bc53aa1cd48eddf5db621f0a1cb909634529d4ccc2995eea8827be8eb5807b34dc17e15045ecf4'
-
'5350308406457658fb31c378d6f3dd2a34c7331aebe5bdc80744bf955f1144e88181441704ccc7532f55d6fbe8d410440fb8838c2955d688dde4b55f74fc6ba5'
-
'de026a271cbfbefee99bc00a13c50be87294e5e2c5407d23cff6ce2d2a0c853542ce4f7e3e150741c7e8e32466fb1ab7cab266957da5bcca8376fb0f38e94482'
-
'52bd3d2025ffb8a3f6a4a1a1fee1b87d3811f30a210a54aaa7b37838eb256cd766bc1aeda24e4b4f4829992584931ecd97a042794c9b854bd1ebbf452dce2abf')
-
-prepare() {
-  cd ndiswrapper-$pkgver
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.11.patch
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.13.patch
-
-  cd ndiswrapper
-  patch --no-backup-if-mismatch -p1 -i "$srcdir"/linux-4.15.patch
-}
-
-build() {
-  cd ndiswrapper-$pkgver/ndiswrapper
-  make -C utils
-}
-
-package_ndiswrapper-dkms() {
-  depends=('dkms')
-  provides=('NDISWRAPPER-MODULE')
-  conflicts=('NDISWRAPPER-MODULE')
-
-  cd ndiswrapper-$pkgver/ndiswrapper
-  mkdir -p "$pkgdir"/usr/src
-  cp -RL ./driver "$pkgdir"/usr/src/ndiswrapper-$pkgver
-  cp "$srcdir"/dkms.conf "$pkgdir"/usr/src/ndiswrapper-$pkgver
-}
-
-package_ndiswrapper() {
-  depends=('NDISWRAPPER-MODULE')
-
-  cd ndiswrapper-$pkgver/ndiswrapper
-  make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="$pkgdir" install
-}

Copied: ndiswrapper/repos/community-x86_64/PKGBUILD (from rev 510983, 
ndiswrapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-17 12:32:05 UTC (rev 510984)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgbase=ndiswrapper
+pkgname=(ndiswrapper-dkms ndiswrapper)
+pkgver=1.61
+_extramodules=extramodules-ARCH
+pkgrel=8
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors"
+arch=('x86_64')
+url="http://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz;
+'dkms.conf' 'linux-4.11.patch' 'linux-4.13.patch' 'linux-4.15.patch' 
'linux-5.0.patch' 'linux-5.3.patch')
+sha512sums=('85f550f2952137529e0e9855f4d94b7bbc64cbf8a84a31c1b75a4be09d97478a997e64fa6e1ff4e0d29a97a79fc3d4dab1ebdaa9edb3d627a215f47aa4d52823'
+
'9fce255fc02ddf6e939dc61a5e29c0ea5fa1a31ecc3c390081bc53aa1cd48eddf5db621f0a1cb909634529d4ccc2995eea8827be8eb5807b34dc17e15045ecf4'
+