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

Felix Yan felixonmars at archlinux.org
Mon May 15 17:22:24 UTC 2017


    Date: Monday, May 15, 2017 @ 17:22:23
  Author: felixonmars
Revision: 228140

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

Added:
  ndiswrapper-dkms/repos/community-i686/PKGBUILD
    (from rev 228139, ndiswrapper-dkms/trunk/PKGBUILD)
  ndiswrapper-dkms/repos/community-i686/dkms.conf
    (from rev 228139, ndiswrapper-dkms/trunk/dkms.conf)
  ndiswrapper-dkms/repos/community-x86_64/PKGBUILD
    (from rev 228139, ndiswrapper-dkms/trunk/PKGBUILD)
  ndiswrapper-dkms/repos/community-x86_64/dkms.conf
    (from rev 228139, ndiswrapper-dkms/trunk/dkms.conf)
Deleted:
  ndiswrapper-dkms/repos/community-i686/PKGBUILD
  ndiswrapper-dkms/repos/community-i686/dkms.conf
  ndiswrapper-dkms/repos/community-x86_64/PKGBUILD
  ndiswrapper-dkms/repos/community-x86_64/dkms.conf

----------------------------+
 /PKGBUILD                  |   64 +++++++++++++++++++++++++++++++++++++++++++
 /dkms.conf                 |   48 ++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD    |   34 ----------------------
 community-i686/dkms.conf   |   24 ----------------
 community-x86_64/PKGBUILD  |   34 ----------------------
 community-x86_64/dkms.conf |   24 ----------------
 6 files changed, 112 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-15 17:21:25 UTC (rev 228139)
+++ community-i686/PKGBUILD	2017-05-15 17:22:23 UTC (rev 228140)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: maz-1 <loveayawaka at gmail.com>
-
-pkgname=ndiswrapper-dkms
-pkgver=1.60.20160717
-_commit=3b81fa7a5d72a19256cf91aff4d201652040702f
-pkgrel=1
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors.Use with DKMS"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ndiswrapper/"
-license=('GPL')
-depends=('dkms')
-makedepends=('git')
-#optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
-provides=('ndiswrapper')
-conflicts=('ndiswrapper')
-source=("git+https://github.com/pgiri/ndiswrapper.git#commit=$_commit"
-        "dkms.conf")
-md5sums=('SKIP'
-         '801e409f0b93a0434e5c923831c49d50')
-
-build() {
-  cd "$srcdir/ndiswrapper/ndiswrapper"
-  make -C utils
-}
-
-package() {
-  cd "$srcdir/ndiswrapper/ndiswrapper"
-  mkdir -p "$pkgdir/usr/src"
-  cp -RL ./driver "$pkgdir/usr/src/ndiswrapper-$pkgver"
-  cp "$srcdir/dkms.conf" "$pkgdir/usr/src/ndiswrapper-$pkgver"
-  make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="$pkgdir" install
-}

Copied: ndiswrapper-dkms/repos/community-i686/PKGBUILD (from rev 228139, ndiswrapper-dkms/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-15 17:22:23 UTC (rev 228140)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: maz-1 <loveayawaka at gmail.com>
+
+pkgname=ndiswrapper-dkms
+pkgver=1.61
+pkgrel=1
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors.Use with DKMS"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/ndiswrapper/"
+license=('GPL')
+depends=('dkms')
+#optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
+provides=('ndiswrapper')
+conflicts=('ndiswrapper')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz"
+        "dkms.conf")
+md5sums=('1267784d65a8ba6a92884cf6f3bffb9a'
+         '801e409f0b93a0434e5c923831c49d50')
+
+build() {
+  cd ndiswrapper-$pkgver/ndiswrapper
+  make -C utils
+}
+
+package() {
+  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
+  make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="$pkgdir" install
+}

Deleted: community-i686/dkms.conf
===================================================================
--- community-i686/dkms.conf	2017-05-15 17:21:25 UTC (rev 228139)
+++ community-i686/dkms.conf	2017-05-15 17:22:23 UTC (rev 228140)
@@ -1,24 +0,0 @@
-## @file
-# Linux DKMS config script for the VirtualBox guest kernel modules
-#
-
-#
-# Copyright (C) 2006-2010 Oracle Corporation
-#
-# This file is part of VirtualBox Open Source Edition (OSE), as
-# available from http://www.virtualbox.org. This file is free software;
-# you can redistribute it and/or modify it under the terms of the GNU
-# General Public License (GPL) as published by the Free Software
-# Foundation, in version 2 as it comes in the "COPYING" file of the
-# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
-# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
-#
-
-PACKAGE_NAME="ndiswrapper"
-PACKAGE_VERSION=1.60.20160717
-AUTOINSTALL=yes
-
-BUILT_MODULE_NAME[0]="ndiswrapper"
-DEST_MODULE_LOCATION[0]="/kernel/net/ndiswrapper"
-MAKE[0]="make KVERS_UNAME=${kernelver}" 
-

Copied: ndiswrapper-dkms/repos/community-i686/dkms.conf (from rev 228139, ndiswrapper-dkms/trunk/dkms.conf)
===================================================================
--- community-i686/dkms.conf	                        (rev 0)
+++ community-i686/dkms.conf	2017-05-15 17:22:23 UTC (rev 228140)
@@ -0,0 +1,24 @@
+## @file
+# Linux DKMS config script for the VirtualBox guest kernel modules
+#
+
+#
+# Copyright (C) 2006-2010 Oracle Corporation
+#
+# This file is part of VirtualBox Open Source Edition (OSE), as
+# available from http://www.virtualbox.org. This file is free software;
+# you can redistribute it and/or modify it under the terms of the GNU
+# General Public License (GPL) as published by the Free Software
+# Foundation, in version 2 as it comes in the "COPYING" file of the
+# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
+# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+#
+
+PACKAGE_NAME="ndiswrapper"
+PACKAGE_VERSION=1.60.20160717
+AUTOINSTALL=yes
+
+BUILT_MODULE_NAME[0]="ndiswrapper"
+DEST_MODULE_LOCATION[0]="/kernel/net/ndiswrapper"
+MAKE[0]="make KVERS_UNAME=${kernelver}" 
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-15 17:21:25 UTC (rev 228139)
+++ community-x86_64/PKGBUILD	2017-05-15 17:22:23 UTC (rev 228140)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: maz-1 <loveayawaka at gmail.com>
-
-pkgname=ndiswrapper-dkms
-pkgver=1.60.20160717
-_commit=3b81fa7a5d72a19256cf91aff4d201652040702f
-pkgrel=1
-pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors.Use with DKMS"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ndiswrapper/"
-license=('GPL')
-depends=('dkms')
-makedepends=('git')
-#optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
-provides=('ndiswrapper')
-conflicts=('ndiswrapper')
-source=("git+https://github.com/pgiri/ndiswrapper.git#commit=$_commit"
-        "dkms.conf")
-md5sums=('SKIP'
-         '801e409f0b93a0434e5c923831c49d50')
-
-build() {
-  cd "$srcdir/ndiswrapper/ndiswrapper"
-  make -C utils
-}
-
-package() {
-  cd "$srcdir/ndiswrapper/ndiswrapper"
-  mkdir -p "$pkgdir/usr/src"
-  cp -RL ./driver "$pkgdir/usr/src/ndiswrapper-$pkgver"
-  cp "$srcdir/dkms.conf" "$pkgdir/usr/src/ndiswrapper-$pkgver"
-  make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="$pkgdir" install
-}

Copied: ndiswrapper-dkms/repos/community-x86_64/PKGBUILD (from rev 228139, ndiswrapper-dkms/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-15 17:22:23 UTC (rev 228140)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: maz-1 <loveayawaka at gmail.com>
+
+pkgname=ndiswrapper-dkms
+pkgver=1.61
+pkgrel=1
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by vendors.Use with DKMS"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/ndiswrapper/"
+license=('GPL')
+depends=('dkms')
+#optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
+provides=('ndiswrapper')
+conflicts=('ndiswrapper')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pgiri/ndiswrapper/archive/v$pkgver.tar.gz"
+        "dkms.conf")
+md5sums=('1267784d65a8ba6a92884cf6f3bffb9a'
+         '801e409f0b93a0434e5c923831c49d50')
+
+build() {
+  cd ndiswrapper-$pkgver/ndiswrapper
+  make -C utils
+}
+
+package() {
+  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
+  make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/dkms.conf
===================================================================
--- community-x86_64/dkms.conf	2017-05-15 17:21:25 UTC (rev 228139)
+++ community-x86_64/dkms.conf	2017-05-15 17:22:23 UTC (rev 228140)
@@ -1,24 +0,0 @@
-## @file
-# Linux DKMS config script for the VirtualBox guest kernel modules
-#
-
-#
-# Copyright (C) 2006-2010 Oracle Corporation
-#
-# This file is part of VirtualBox Open Source Edition (OSE), as
-# available from http://www.virtualbox.org. This file is free software;
-# you can redistribute it and/or modify it under the terms of the GNU
-# General Public License (GPL) as published by the Free Software
-# Foundation, in version 2 as it comes in the "COPYING" file of the
-# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
-# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
-#
-
-PACKAGE_NAME="ndiswrapper"
-PACKAGE_VERSION=1.60.20160717
-AUTOINSTALL=yes
-
-BUILT_MODULE_NAME[0]="ndiswrapper"
-DEST_MODULE_LOCATION[0]="/kernel/net/ndiswrapper"
-MAKE[0]="make KVERS_UNAME=${kernelver}" 
-

Copied: ndiswrapper-dkms/repos/community-x86_64/dkms.conf (from rev 228139, ndiswrapper-dkms/trunk/dkms.conf)
===================================================================
--- community-x86_64/dkms.conf	                        (rev 0)
+++ community-x86_64/dkms.conf	2017-05-15 17:22:23 UTC (rev 228140)
@@ -0,0 +1,24 @@
+## @file
+# Linux DKMS config script for the VirtualBox guest kernel modules
+#
+
+#
+# Copyright (C) 2006-2010 Oracle Corporation
+#
+# This file is part of VirtualBox Open Source Edition (OSE), as
+# available from http://www.virtualbox.org. This file is free software;
+# you can redistribute it and/or modify it under the terms of the GNU
+# General Public License (GPL) as published by the Free Software
+# Foundation, in version 2 as it comes in the "COPYING" file of the
+# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
+# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+#
+
+PACKAGE_NAME="ndiswrapper"
+PACKAGE_VERSION=1.60.20160717
+AUTOINSTALL=yes
+
+BUILT_MODULE_NAME[0]="ndiswrapper"
+DEST_MODULE_LOCATION[0]="/kernel/net/ndiswrapper"
+MAKE[0]="make KVERS_UNAME=${kernelver}" 
+



More information about the arch-commits mailing list