[arch-commits] Commit in r8168/repos (12 files)

2017-11-03 Thread Tobias Powalowski
Date: Friday, November 3, 2017 @ 07:23:46
  Author: tpowa
Revision: 265246

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

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 265245, r8168/trunk/PKGBUILD)
  r8168/repos/community-i686/linux-4.11.patch
(from rev 265245, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-i686/r8168.install
(from rev 265245, r8168/trunk/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 265245, r8168/trunk/PKGBUILD)
  r8168/repos/community-x86_64/linux-4.11.patch
(from rev 265245, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 265245, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/linux-4.11.patch
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/linux-4.11.patch
  r8168/repos/community-x86_64/r8168.install

---+
 /PKGBUILD |   88 
 /linux-4.11.patch |   28 +++
 /r8168.install|   34 +
 community-i686/PKGBUILD   |   44 --
 community-i686/linux-4.11.patch   |   14 -
 community-i686/r8168.install  |   17 --
 community-x86_64/PKGBUILD |   44 --
 community-x86_64/linux-4.11.patch |   14 -
 community-x86_64/r8168.install|   17 --
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-03 07:22:57 UTC (rev 265245)
+++ community-i686/PKGBUILD 2017-11-03 07:23:46 UTC (rev 265246)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.045.08
-pkgrel=3
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 265245, 
r8168/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-03 07:23:46 UTC (rev 265246)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _

[arch-commits] Commit in r8168/repos (12 files)

2017-09-22 Thread Massimiliano Torromeo
Date: Friday, September 22, 2017 @ 16:03:08
  Author: mtorromeo
Revision: 259586

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 259585, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-4.11.patch
(from rev 259585, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 259585, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 259585, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-4.11.patch
(from rev 259585, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 259585, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-4.11.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-4.11.patch
  r8168/repos/community-testing-x86_64/r8168.install

---+
 /PKGBUILD |   88 
 /linux-4.11.patch |   28 
 /r8168.install|   34 ++
 community-testing-i686/PKGBUILD   |   51 
 community-testing-i686/linux-4.11.patch   |   14 
 community-testing-i686/r8168.install  |   17 -
 community-testing-x86_64/PKGBUILD |   51 
 community-testing-x86_64/linux-4.11.patch |   14 
 community-testing-x86_64/r8168.install|   17 -
 9 files changed, 150 insertions(+), 164 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-09-22 16:02:49 UTC (rev 259585)
+++ community-testing-i686/PKGBUILD 2017-09-22 16:03:08 UTC (rev 259586)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.044.02
-pkgrel=21
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.11.patch)
-sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3'
-'21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i "$srcdir/linux-4.11.patch"
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 259585, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-22 16:03:08 UTC (rev 259586)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=2
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-

[arch-commits] Commit in r8168/repos (12 files)

2017-09-22 Thread Massimiliano Torromeo
Date: Friday, September 22, 2017 @ 15:39:33
  Author: mtorromeo
Revision: 259551

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

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 259550, r8168/trunk/PKGBUILD)
  r8168/repos/community-i686/linux-4.11.patch
(from rev 259550, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-i686/r8168.install
(from rev 259550, r8168/trunk/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 259550, r8168/trunk/PKGBUILD)
  r8168/repos/community-x86_64/linux-4.11.patch
(from rev 259550, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 259550, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/linux-4.11.patch
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/linux-4.11.patch
  r8168/repos/community-x86_64/r8168.install

---+
 /PKGBUILD |   88 
 /linux-4.11.patch |   28 +++
 /r8168.install|   34 +
 community-i686/PKGBUILD   |   51 
 community-i686/linux-4.11.patch   |   14 -
 community-i686/r8168.install  |   17 --
 community-x86_64/PKGBUILD |   51 
 community-x86_64/linux-4.11.patch |   14 -
 community-x86_64/r8168.install|   17 --
 9 files changed, 150 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-22 15:39:21 UTC (rev 259550)
+++ community-i686/PKGBUILD 2017-09-22 15:39:33 UTC (rev 259551)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.044.02
-pkgrel=19
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.11.patch)
-sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3'
-'21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i "$srcdir/linux-4.11.patch"
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 259550, 
r8168/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-22 15:39:33 UTC (rev 259551)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.045.08
+pkgrel=1
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('18161cb72fc872a9aed194514f7b8fb8b255b6fa6ed3d2dd459700eaad575f31')
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_VERSION/

[arch-commits] Commit in r8168/repos (12 files)

2017-09-21 Thread Tobias Powalowski
Date: Thursday, September 21, 2017 @ 20:05:01
  Author: tpowa
Revision: 259320

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 259318, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-4.11.patch
(from rev 259318, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 259318, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 259319, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-4.11.patch
(from rev 259319, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 259319, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-4.11.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-4.11.patch
  r8168/repos/community-testing-x86_64/r8168.install

---+
 /PKGBUILD |  102 
 /linux-4.11.patch |   28 +++
 /r8168.install|   34 +
 community-testing-i686/PKGBUILD   |   51 --
 community-testing-i686/linux-4.11.patch   |   14 ---
 community-testing-i686/r8168.install  |   17 
 community-testing-x86_64/PKGBUILD |   51 --
 community-testing-x86_64/linux-4.11.patch |   14 ---
 community-testing-x86_64/r8168.install|   17 
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-09-21 20:04:41 UTC (rev 259319)
+++ community-testing-i686/PKGBUILD 2017-09-21 20:05:01 UTC (rev 259320)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.044.02
-pkgrel=20
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.11.patch)
-sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3'
-'21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i "$srcdir/linux-4.11.patch"
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 259318, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-09-21 20:05:01 UTC (rev 259320)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=21
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.11.patch)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3'
+'21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   

[arch-commits] Commit in r8168/repos (12 files)

2017-07-07 Thread Massimiliano Torromeo
Date: Friday, July 7, 2017 @ 09:04:40
  Author: mtorromeo
Revision: 242761

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

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 242760, r8168/trunk/PKGBUILD)
  r8168/repos/community-i686/linux-4.11.patch
(from rev 242760, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-i686/r8168.install
(from rev 242760, r8168/trunk/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 242760, r8168/trunk/PKGBUILD)
  r8168/repos/community-x86_64/linux-4.11.patch
(from rev 242760, r8168/trunk/linux-4.11.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 242760, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/linux-4.11.patch
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/linux-4.11.patch
  r8168/repos/community-x86_64/r8168.install

---+
 /PKGBUILD |  102 
 /linux-4.11.patch |   28 +
 /r8168.install|   34 
 community-i686/PKGBUILD   |   51 --
 community-i686/linux-4.11.patch   |   14 
 community-i686/r8168.install  |   17 --
 community-x86_64/PKGBUILD |   51 --
 community-x86_64/linux-4.11.patch |   14 
 community-x86_64/r8168.install|   17 --
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-07 09:04:17 UTC (rev 242760)
+++ community-i686/PKGBUILD 2017-07-07 09:04:40 UTC (rev 242761)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.044.02
-pkgrel=10
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.11.patch)
-sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3'
-'21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i "$srcdir/linux-4.11.patch"
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 242760, 
r8168/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-07 09:04:40 UTC (rev 242761)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=11
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.11.patch)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3'
+'21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i "$srcdir/linux-4.11.patch"
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+

[arch-commits] Commit in r8168/repos (12 files)

2017-05-23 Thread Tobias Powalowski
Date: Tuesday, May 23, 2017 @ 14:12:51
  Author: tpowa
Revision: 229720

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 229719, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/linux-4.11.patch
(from rev 229719, r8168/repos/community-testing-i686/linux-4.11.patch)
  r8168/repos/community-i686/r8168.install
(from rev 229719, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 229719, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/linux-4.11.patch
(from rev 229719, r8168/repos/community-testing-x86_64/linux-4.11.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 229719, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

---+
 /PKGBUILD |  102 
 /r8168.install|   34 
 community-i686/PKGBUILD   |   44 ---
 community-i686/linux-4.11.patch   |   14 
 community-i686/r8168.install  |   17 --
 community-x86_64/PKGBUILD |   44 ---
 community-x86_64/linux-4.11.patch |   14 
 community-x86_64/r8168.install|   17 --
 8 files changed, 164 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-23 14:12:48 UTC (rev 229719)
+++ community-i686/PKGBUILD 2017-05-23 14:12:51 UTC (rev 229720)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.044.02
-pkgrel=7
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 229719, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-23 14:12:51 UTC (rev 229720)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.044.02
+pkgrel=8
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.11.patch)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3'
+'21857077bd5b26a08456f97f170b2772e8cadfb331577ddb2bcb680b31c5c0d3')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i "$srcdir/linux-4.11.patch"
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understa

[arch-commits] Commit in r8168/repos (12 files)

2017-01-26 Thread Tobias Powalowski
Date: Thursday, January 26, 2017 @ 19:16:30
  Author: tpowa
Revision: 209177

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 209176, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-4.5.patch
(from rev 209176, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 209176, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 209176, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-4.5.patch
(from rev 209176, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 209176, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-4.5.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-4.5.patch
  r8168/repos/community-testing-x86_64/r8168.install

--+
 /PKGBUILD|  102 +
 /linux-4.5.patch |   26 +++
 /r8168.install   |   34 +
 community-testing-i686/PKGBUILD  |   51 --
 community-testing-i686/linux-4.5.patch   |   13 ---
 community-testing-i686/r8168.install |   17 
 community-testing-x86_64/PKGBUILD|   51 --
 community-testing-x86_64/linux-4.5.patch |   13 ---
 community-testing-x86_64/r8168.install   |   17 
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-26 19:16:18 UTC (rev 209176)
+++ community-testing-i686/PKGBUILD 2017-01-26 19:16:30 UTC (rev 209177)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.043.02
-pkgrel=3
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.5.patch)
-sha256sums=('ea22aa1dfda20615f5e114f982f7e61385f871f682eea0c154245760a439abc4'
-'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i ../linux-4.5.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 209176, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-26 19:16:30 UTC (rev 209177)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.043.02
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch)
+sha256sums=('ea22aa1dfda20615f5e114f982f7e61385f871f682eea0c154245760a439abc4'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i ../linux-4.5.pat

[arch-commits] Commit in r8168/repos (12 files)

2017-01-21 Thread Tobias Powalowski
Date: Saturday, January 21, 2017 @ 18:21:02
  Author: tpowa
Revision: 208297

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 208296, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-4.5.patch
(from rev 208296, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 208296, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 208296, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-4.5.patch
(from rev 208296, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 208296, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-4.5.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-4.5.patch
  r8168/repos/community-testing-x86_64/r8168.install

--+
 /PKGBUILD|  102 +
 /linux-4.5.patch |   26 +++
 /r8168.install   |   34 +
 community-testing-i686/PKGBUILD  |   51 --
 community-testing-i686/linux-4.5.patch   |   13 ---
 community-testing-i686/r8168.install |   17 
 community-testing-x86_64/PKGBUILD|   51 --
 community-testing-x86_64/linux-4.5.patch |   13 ---
 community-testing-x86_64/r8168.install   |   17 
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-21 18:20:51 UTC (rev 208296)
+++ community-testing-i686/PKGBUILD 2017-01-21 18:21:02 UTC (rev 208297)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.043.02
-pkgrel=2
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.5.patch)
-sha256sums=('ea22aa1dfda20615f5e114f982f7e61385f871f682eea0c154245760a439abc4'
-'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i ../linux-4.5.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 208296, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-21 18:21:02 UTC (rev 208297)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.043.02
+pkgrel=3
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch)
+sha256sums=('ea22aa1dfda20615f5e114f982f7e61385f871f682eea0c154245760a439abc4'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i ../linux-4.5.pat

[arch-commits] Commit in r8168/repos (12 files)

2017-01-12 Thread Massimiliano Torromeo
Date: Thursday, January 12, 2017 @ 20:32:05
  Author: mtorromeo
Revision: 207085

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 207084, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-4.5.patch
(from rev 207084, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 207084, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 207084, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-4.5.patch
(from rev 207084, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 207084, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-4.5.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-4.5.patch
  r8168/repos/community-testing-x86_64/r8168.install

--+
 /PKGBUILD|  102 +
 /linux-4.5.patch |   26 +++
 /r8168.install   |   34 +
 community-testing-i686/PKGBUILD  |   51 --
 community-testing-i686/linux-4.5.patch   |   13 ---
 community-testing-i686/r8168.install |   17 
 community-testing-x86_64/PKGBUILD|   51 --
 community-testing-x86_64/linux-4.5.patch |   13 ---
 community-testing-x86_64/r8168.install   |   17 
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-12 20:31:21 UTC (rev 207084)
+++ community-testing-i686/PKGBUILD 2017-01-12 20:32:05 UTC (rev 207085)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.043.01
-pkgrel=5
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.5.patch)
-sha256sums=('517ec3fe3c4d25476f6b7b2bd59c3dee548b8dddfe96d2bbc58f65859155142e'
-'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i ../linux-4.5.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 207084, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-12 20:32:05 UTC (rev 207085)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.043.02
+pkgrel=2
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch)
+sha256sums=('ea22aa1dfda20615f5e114f982f7e61385f871f682eea0c154245760a439abc4'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i ../linux-4.5

[arch-commits] Commit in r8168/repos (12 files)

2017-01-12 Thread Massimiliano Torromeo
Date: Thursday, January 12, 2017 @ 20:24:11
  Author: mtorromeo
Revision: 207079

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

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 207078, r8168/trunk/PKGBUILD)
  r8168/repos/community-i686/linux-4.5.patch
(from rev 207078, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-i686/r8168.install
(from rev 207078, r8168/trunk/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 207078, r8168/trunk/PKGBUILD)
  r8168/repos/community-x86_64/linux-4.5.patch
(from rev 207078, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 207078, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/linux-4.5.patch
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/linux-4.5.patch
  r8168/repos/community-x86_64/r8168.install

--+
 /PKGBUILD|  102 +
 /linux-4.5.patch |   26 +
 /r8168.install   |   34 
 community-i686/PKGBUILD  |   51 --
 community-i686/linux-4.5.patch   |   13 
 community-i686/r8168.install |   17 --
 community-x86_64/PKGBUILD|   51 --
 community-x86_64/linux-4.5.patch |   13 
 community-x86_64/r8168.install   |   17 --
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-12 20:23:43 UTC (rev 207078)
+++ community-i686/PKGBUILD 2017-01-12 20:24:11 UTC (rev 207079)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.043.01
-pkgrel=2
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.5.patch)
-sha256sums=('517ec3fe3c4d25476f6b7b2bd59c3dee548b8dddfe96d2bbc58f65859155142e'
-'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i ../linux-4.5.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 207078, 
r8168/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-12 20:24:11 UTC (rev 207079)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.043.02
+pkgrel=1
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch)
+sha256sums=('ea22aa1dfda20615f5e114f982f7e61385f871f682eea0c154245760a439abc4'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i ../linux-4.5.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"

[arch-commits] Commit in r8168/repos (12 files)

2017-01-10 Thread Tobias Powalowski
Date: Tuesday, January 10, 2017 @ 18:26:20
  Author: tpowa
Revision: 206638

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 206636, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-4.5.patch
(from rev 206636, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 206636, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 206636, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-4.5.patch
(from rev 206636, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 206637, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-4.5.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-4.5.patch
  r8168/repos/community-testing-x86_64/r8168.install

--+
 /PKGBUILD|  102 +
 /linux-4.5.patch |   26 +++
 /r8168.install   |   34 +
 community-testing-i686/PKGBUILD  |   51 --
 community-testing-i686/linux-4.5.patch   |   13 ---
 community-testing-i686/r8168.install |   17 
 community-testing-x86_64/PKGBUILD|   51 --
 community-testing-x86_64/linux-4.5.patch |   13 ---
 community-testing-x86_64/r8168.install   |   17 
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-10 18:26:17 UTC (rev 206637)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:26:20 UTC (rev 206638)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.043.01
-pkgrel=4
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.5.patch)
-sha256sums=('517ec3fe3c4d25476f6b7b2bd59c3dee548b8dddfe96d2bbc58f65859155142e'
-'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i ../linux-4.5.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 206636, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-10 18:26:20 UTC (rev 206638)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.043.01
+pkgrel=5
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch)
+sha256sums=('517ec3fe3c4d25476f6b7b2bd59c3dee548b8dddfe96d2bbc58f65859155142e'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i ../linux-4.5.patc

[arch-commits] Commit in r8168/repos (12 files)

2017-01-06 Thread Tobias Powalowski
Date: Saturday, January 7, 2017 @ 06:44:09
  Author: tpowa
Revision: 205943

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 205942, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-4.5.patch
(from rev 205942, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 205942, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 205942, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-4.5.patch
(from rev 205942, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 205942, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-4.5.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-4.5.patch
  r8168/repos/community-testing-x86_64/r8168.install

--+
 /PKGBUILD|  102 +
 /linux-4.5.patch |   26 +++
 /r8168.install   |   34 +
 community-testing-i686/PKGBUILD  |   51 --
 community-testing-i686/linux-4.5.patch   |   13 ---
 community-testing-i686/r8168.install |   17 
 community-testing-x86_64/PKGBUILD|   51 --
 community-testing-x86_64/linux-4.5.patch |   13 ---
 community-testing-x86_64/r8168.install   |   17 
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-07 06:43:55 UTC (rev 205942)
+++ community-testing-i686/PKGBUILD 2017-01-07 06:44:09 UTC (rev 205943)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.043.01
-pkgrel=3
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.5.patch)
-sha256sums=('517ec3fe3c4d25476f6b7b2bd59c3dee548b8dddfe96d2bbc58f65859155142e'
-'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i ../linux-4.5.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 205942, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-07 06:44:09 UTC (rev 205943)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.043.01
+pkgrel=4
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch)
+sha256sums=('517ec3fe3c4d25476f6b7b2bd59c3dee548b8dddfe96d2bbc58f65859155142e'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i ../linux-4.5.patc

[arch-commits] Commit in r8168/repos (12 files)

2016-05-13 Thread Massimiliano Torromeo
Date: Friday, May 13, 2016 @ 22:26:08
  Author: mtorromeo
Revision: 175250

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

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 175248, r8168/trunk/PKGBUILD)
  r8168/repos/community-i686/linux-4.5.patch
(from rev 175248, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-i686/r8168.install
(from rev 175249, r8168/trunk/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 175249, r8168/trunk/PKGBUILD)
  r8168/repos/community-x86_64/linux-4.5.patch
(from rev 175249, r8168/trunk/linux-4.5.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 175249, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/linux-4.5.patch
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/linux-4.5.patch
  r8168/repos/community-x86_64/r8168.install

--+
 /PKGBUILD|  102 +
 /linux-4.5.patch |   26 +
 /r8168.install   |   34 
 community-i686/PKGBUILD  |   51 --
 community-i686/linux-4.5.patch   |   13 
 community-i686/r8168.install |   17 --
 community-x86_64/PKGBUILD|   51 --
 community-x86_64/linux-4.5.patch |   13 
 community-x86_64/r8168.install   |   17 --
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-13 20:25:40 UTC (rev 175249)
+++ community-i686/PKGBUILD 2016-05-13 20:26:08 UTC (rev 175250)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.041.00
-pkgrel=11
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
-linux-4.5.patch)
-sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5'
-'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p1 -i ../linux-4.5.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 175248, 
r8168/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-13 20:26:08 UTC (rev 175250)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.042
+pkgrel=1
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch)
+sha256sums=('9dd8ae22115bcbef98c15b0b1e2160300cce3129ef7e0485d7e577188ba3fcc2'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i ../linux-4.5.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+

[arch-commits] Commit in r8168/repos (12 files)

2016-04-13 Thread Tobias Powalowski
Date: Thursday, April 14, 2016 @ 07:07:25
  Author: tpowa
Revision: 170858

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 170857, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/linux-4.5.patch
(from rev 170857, r8168/repos/community-testing-i686/linux-4.5.patch)
  r8168/repos/community-i686/r8168.install
(from rev 170857, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 170857, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/linux-4.5.patch
(from rev 170857, r8168/repos/community-testing-x86_64/linux-4.5.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 170857, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

--+
 /PKGBUILD|  102 +
 /r8168.install   |   34 
 community-i686/PKGBUILD  |   44 ---
 community-i686/linux-4.5.patch   |   13 
 community-i686/r8168.install |   17 --
 community-x86_64/PKGBUILD|   44 ---
 community-x86_64/linux-4.5.patch |   13 
 community-x86_64/r8168.install   |   17 --
 8 files changed, 162 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-14 05:07:23 UTC (rev 170857)
+++ community-i686/PKGBUILD 2016-04-14 05:07:25 UTC (rev 170858)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.041.00
-pkgrel=7
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5')
-
-build() {
-   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
-
-   cd "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_VERSION/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-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 "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}

Copied: r8168/repos/community-i686/PKGBUILD (from rev 170857, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-14 05:07:25 UTC (rev 170858)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.041.00
+pkgrel=8
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+linux-4.5.patch)
+sha256sums=('d56f60e4157ccbf8f8717270b1acb391b0a959d9a96c2f0b4a91c683aa8b83a5'
+'e05a4bccf28beecc97db246064a5fe80d1303476b76086bd262c9c8db82b2e6e')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i ../linux-4.5.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any k

[arch-commits] Commit in r8168/repos (12 files)

2015-04-29 Thread Tobias Powalowski
Date: Wednesday, April 29, 2015 @ 15:23:46
  Author: tpowa
Revision: 132511

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 132508, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/linux40.patch
(from rev 132508, r8168/repos/community-testing-i686/linux40.patch)
  r8168/repos/community-i686/r8168.install
(from rev 132508, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 132508, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/linux40.patch
(from rev 132508, r8168/repos/community-testing-x86_64/linux40.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 132508, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

+
 /PKGBUILD  |  102 +++
 /r8168.install |   34 +
 community-i686/PKGBUILD|   45 -
 community-i686/linux40.patch   |   14 +
 community-i686/r8168.install   |   17 --
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/linux40.patch |   14 +
 community-x86_64/r8168.install |   17 --
 8 files changed, 164 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-29 13:23:44 UTC (rev 132510)
+++ community-i686/PKGBUILD 2015-04-29 13:23:46 UTC (rev 132511)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.039.00
-pkgrel=13
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
-
-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 "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-

Copied: r8168/repos/community-i686/PKGBUILD (from rev 132508, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-29 13:23:46 UTC (rev 132511)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.039.00
+pkgrel=15
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(https://r8168dl.appspot.com/files/$pkgname-$pkgver.tar.bz2
+linux40.patch)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd'
+'e6087439b30c8f6c26113c182dd1f95044d918241b1c281b6e84b9a334e68910')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p1 -i "$srcdir"/linux40.patch
+}
+
+build() {
+   _kernver=$(pacman -Q linux | sed -r 's#.* ([0-9]+\.[0-9]+).*#\1#')
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KER

[arch-commits] Commit in r8168/repos (12 files)

2014-08-12 Thread Tobias Powalowski
Date: Wednesday, August 13, 2014 @ 08:39:46
  Author: tpowa
Revision: 117342

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 117339, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/delayed_work_ethtool_ops_fix2.patch
(from rev 117339, 
r8168/repos/community-testing-i686/delayed_work_ethtool_ops_fix2.patch)
  r8168/repos/community-i686/r8168.install
(from rev 117339, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 117339, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/delayed_work_ethtool_ops_fix2.patch
(from rev 117339, 
r8168/repos/community-testing-x86_64/delayed_work_ethtool_ops_fix2.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 117339, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

--+
 /PKGBUILD|  110 +
 /r8168.install   |   34 +
 community-i686/PKGBUILD  |   58 
 community-i686/delayed_work_ethtool_ops_fix2.patch   |   26 
 community-i686/r8168.install |   17 --
 community-x86_64/PKGBUILD|   58 
 community-x86_64/delayed_work_ethtool_ops_fix2.patch |   26 
 community-x86_64/r8168.install   |   17 --
 8 files changed, 196 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-13 06:39:45 UTC (rev 117341)
+++ community-i686/PKGBUILD 2014-08-13 06:39:46 UTC (rev 117342)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.038.00
-pkgrel=9
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=("https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2";)
-install=$pkgname.install
-
-prepare(){
-   cd "$pkgname-$pkgver"
-
-   # Fix build with Linux 3.15
-   # https://code.google.com/p/r8168/issues/detail?id=19
-   if grep -q PREPARE_DELAYED_WORK src/r8168_n.c; then
-   sed -i 's/PREPARE_DELAYED_WORK/INIT_DELAYED_WORK/' src/r8168_n.c
-   else
-   error 'PREPARE_DELAYED_WORK fix for Linux 3.15 is no longer 
needed.'
-   return 1
-   fi
-}
-
-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 "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Copied: r8168/repos/community-i686/PKGBUILD (from rev 117339, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-13 06:39:46 UTC (rev 117342)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.038.00
+pkgrel=10
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=("https://dl.dro

[arch-commits] Commit in r8168/repos (12 files)

2013-10-05 Thread Tobias Powalowski
Date: Saturday, October 5, 2013 @ 21:49:16
  Author: tpowa
Revision: 98080

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 98079, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-3.10.patch
(from rev 98079, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 98079, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 98079, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-3.10.patch
(from rev 98079, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 98079, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-3.10.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-3.10.patch
  r8168/repos/community-testing-x86_64/r8168.install

---+
 /PKGBUILD |  102 
 /linux-3.10.patch |  118 
 /r8168.install|   34 
 community-testing-i686/PKGBUILD   |   51 
 community-testing-i686/linux-3.10.patch   |   59 --
 community-testing-i686/r8168.install  |   17 
 community-testing-x86_64/PKGBUILD |   51 
 community-testing-x86_64/linux-3.10.patch |   59 --
 community-testing-x86_64/r8168.install|   17 
 9 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-05 19:48:34 UTC (rev 98079)
+++ community-testing-i686/PKGBUILD 2013-10-05 19:49:16 UTC (rev 98080)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.036.00
-pkgrel=12
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
-install=$pkgname.install
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p0 -i "$srcdir/linux-3.10.patch"
-}
-
-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 "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 98079, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-05 19:49:16 UTC (rev 98080)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.036.00
+pkgrel=13
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
+install=$pkgname.install
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p0 -i "$srcdir/linux-3.10.patch"
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/versi

[arch-commits] Commit in r8168/repos (12 files)

2013-09-15 Thread Tobias Powalowski
Date: Sunday, September 15, 2013 @ 13:32:50
  Author: tpowa
Revision: 97207

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 97206, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-3.10.patch
(from rev 97206, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 97206, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 97206, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-3.10.patch
(from rev 97206, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 97206, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-3.10.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-3.10.patch
  r8168/repos/community-testing-x86_64/r8168.install

---+
 /PKGBUILD |  102 
 /linux-3.10.patch |  118 
 /r8168.install|   34 
 community-testing-i686/PKGBUILD   |   51 
 community-testing-i686/linux-3.10.patch   |   59 --
 community-testing-i686/r8168.install  |   17 
 community-testing-x86_64/PKGBUILD |   51 
 community-testing-x86_64/linux-3.10.patch |   59 --
 community-testing-x86_64/r8168.install|   17 
 9 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-09-15 11:32:39 UTC (rev 97206)
+++ community-testing-i686/PKGBUILD 2013-09-15 11:32:50 UTC (rev 97207)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.036.00
-pkgrel=10
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
-install=$pkgname.install
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p0 -i "$srcdir/linux-3.10.patch"
-}
-
-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 "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 97206, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-09-15 11:32:50 UTC (rev 97207)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.036.00
+pkgrel=11
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
+install=$pkgname.install
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p0 -i "$srcdir/linux-3.10.patch"
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/vers

[arch-commits] Commit in r8168/repos (12 files)

2013-08-05 Thread Tobias Powalowski
Date: Monday, August 5, 2013 @ 19:18:50
  Author: tpowa
Revision: 95102

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 95101, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-3.10.patch
(from rev 95101, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 95101, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 95101, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-3.10.patch
(from rev 95101, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 95101, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-3.10.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-3.10.patch
  r8168/repos/community-testing-x86_64/r8168.install

---+
 /PKGBUILD |  102 
 /linux-3.10.patch |  118 
 /r8168.install|   34 
 community-testing-i686/PKGBUILD   |   51 
 community-testing-i686/linux-3.10.patch   |   59 --
 community-testing-i686/r8168.install  |   17 
 community-testing-x86_64/PKGBUILD |   51 
 community-testing-x86_64/linux-3.10.patch |   59 --
 community-testing-x86_64/r8168.install|   17 
 9 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-08-05 17:18:38 UTC (rev 95101)
+++ community-testing-i686/PKGBUILD 2013-08-05 17:18:50 UTC (rev 95102)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.036.00
-pkgrel=4
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
-install=$pkgname.install
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p0 -i "$srcdir/linux-3.10.patch"
-}
-
-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 "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 95101, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-08-05 17:18:50 UTC (rev 95102)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.036.00
+pkgrel=5
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
+install=$pkgname.install
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p0 -i "$srcdir/linux-3.10.patch"
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+

[arch-commits] Commit in r8168/repos (12 files)

2013-07-25 Thread Tobias Powalowski
Date: Thursday, July 25, 2013 @ 13:22:51
  Author: tpowa
Revision: 94458

db-move: moved r8168 from [community-testing] to [community] (i686, x86_64)

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 94456, r8168/repos/community-testing-i686/PKGBUILD)
  r8168/repos/community-i686/linux-3.10.patch
(from rev 94456, r8168/repos/community-testing-i686/linux-3.10.patch)
  r8168/repos/community-i686/r8168.install
(from rev 94456, r8168/repos/community-testing-i686/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 94456, r8168/repos/community-testing-x86_64/PKGBUILD)
  r8168/repos/community-x86_64/linux-3.10.patch
(from rev 94456, r8168/repos/community-testing-x86_64/linux-3.10.patch)
  r8168/repos/community-x86_64/r8168.install
(from rev 94456, r8168/repos/community-testing-x86_64/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/r8168.install

---+
 /PKGBUILD |  102 
 /r8168.install|   34 
 community-i686/PKGBUILD   |   45 ---
 community-i686/linux-3.10.patch   |   59 
 community-i686/r8168.install  |   17 --
 community-x86_64/PKGBUILD |   45 ---
 community-x86_64/linux-3.10.patch |   59 
 community-x86_64/r8168.install|   17 --
 8 files changed, 254 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-25 11:22:50 UTC (rev 94457)
+++ community-i686/PKGBUILD 2013-07-25 11:22:51 UTC (rev 94458)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.036.00
-pkgrel=1
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-install=$pkgname.install
-
-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 "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33')

Copied: r8168/repos/community-i686/PKGBUILD (from rev 94456, 
r8168/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-25 11:22:51 UTC (rev 94458)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.036.00
+pkgrel=3
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
+install=$pkgname.install
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p0 -i "$srcdir/linux-3.10.patch"
+}
+
+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 "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS=

[arch-commits] Commit in r8168/repos (12 files)

2013-07-22 Thread Tobias Powalowski
Date: Monday, July 22, 2013 @ 15:43:22
  Author: tpowa
Revision: 94375

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 94374, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-3.10.patch
(from rev 94374, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 94374, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 94374, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-3.10.patch
(from rev 94374, r8168/trunk/linux-3.10.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 94374, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-3.10.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-3.10.patch
  r8168/repos/community-testing-x86_64/r8168.install

---+
 /PKGBUILD |  102 
 /linux-3.10.patch |  118 
 /r8168.install|   34 
 community-testing-i686/PKGBUILD   |   51 
 community-testing-i686/linux-3.10.patch   |   59 --
 community-testing-i686/r8168.install  |   17 
 community-testing-x86_64/PKGBUILD |   51 
 community-testing-x86_64/linux-3.10.patch |   59 --
 community-testing-x86_64/r8168.install|   17 
 9 files changed, 254 insertions(+), 254 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-07-22 13:43:08 UTC (rev 94374)
+++ community-testing-i686/PKGBUILD 2013-07-22 13:43:22 UTC (rev 94375)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.036.00
-pkgrel=3
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
-install=$pkgname.install
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   patch -p0 -i "$srcdir/linux-3.10.patch"
-}
-
-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 "$pkgname-$pkgver"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 94374, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-22 13:43:22 UTC (rev 94375)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.036.00
+pkgrel=3
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2 
linux-3.10.patch)
+install=$pkgname.install
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -p0 -i "$srcdir/linux-3.10.patch"
+}
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+

[arch-commits] Commit in r8168/repos (12 files)

2013-05-08 Thread Tobias Powalowski
Date: Wednesday, May 8, 2013 @ 12:49:04
  Author: tpowa
Revision: 90190

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 90189, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-3.8.patch
(from rev 90189, r8168/trunk/linux-3.8.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 90189, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 90189, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-3.8.patch
(from rev 90189, r8168/trunk/linux-3.8.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 90189, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-3.8.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-3.8.patch
  r8168/repos/community-testing-x86_64/r8168.install

--+
 /PKGBUILD|   98 +
 /linux-3.8.patch |   96 
 /r8168.install   |   34 ++
 community-testing-i686/PKGBUILD  |   49 --
 community-testing-i686/linux-3.8.patch   |   48 --
 community-testing-i686/r8168.install |   17 -
 community-testing-x86_64/PKGBUILD|   49 --
 community-testing-x86_64/linux-3.8.patch |   48 --
 community-testing-x86_64/r8168.install   |   17 -
 9 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-08 10:48:54 UTC (rev 90189)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:49:04 UTC (rev 90190)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.035.00
-pkgrel=11
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2
-linux-3.8.patch)
-install=$pkgname.install
-
-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 "$pkgname-$pkgver"
-
-   patch -Np1 -i "$srcdir/linux-3.8.patch"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('b904d31fc9bd6c97cc34479a0eba0e3a9bba5351a43b56dd5fff6b7dc1a5df73'
-'fcf49d6147a7db3e739e6798b41230c13403cdba8ef8db93e7691c4c1e4617c3')

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 90189, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-05-08 10:49:04 UTC (rev 90190)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.035.00
+pkgrel=12
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2
+linux-3.8.patch)
+install=$pkgname.install
+
+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 "$pkgname-$pkgver"
+
+   patch -Np1 -i "$srcdir/linux-3.8.patch"
+
+   # avoid using the Makefile directly --

[arch-commits] Commit in r8168/repos (12 files)

2013-03-06 Thread Evangelos Foutras
Date: Wednesday, March 6, 2013 @ 12:29:13
  Author: foutrelis
Revision: 85754

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

Added:
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 85753, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-3.8.patch
(from rev 85753, r8168/trunk/linux-3.8.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 85753, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 85753, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-3.8.patch
(from rev 85753, r8168/trunk/linux-3.8.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 85753, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-testing-i686/PKGBUILD
  r8168/repos/community-testing-i686/linux-3.8.patch
  r8168/repos/community-testing-i686/r8168.install
  r8168/repos/community-testing-x86_64/PKGBUILD
  r8168/repos/community-testing-x86_64/linux-3.8.patch
  r8168/repos/community-testing-x86_64/r8168.install

--+
 community-testing-i686/PKGBUILD  |   98 ++---
 community-testing-i686/linux-3.8.patch   |   96 ++--
 community-testing-i686/r8168.install |   34 +-
 community-testing-x86_64/PKGBUILD|   98 ++---
 community-testing-x86_64/linux-3.8.patch |   96 ++--
 community-testing-x86_64/r8168.install   |   34 +-
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-03-06 11:28:56 UTC (rev 85753)
+++ community-testing-i686/PKGBUILD 2013-03-06 11:29:13 UTC (rev 85754)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Bob Fanger < bfanger(at)gmail >
-# Contributor: Filip , Det < nimetonmaili(at)gmail >
-
-pkgname=r8168
-pkgver=8.035.00
-pkgrel=5
-pkgdesc="A kernel module for Realtek 8168 network cards"
-url="http://www.realtek.com.tw";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2
-linux-3.8.patch)
-install=$pkgname.install
-
-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 "$pkgname-$pkgver"
-
-   patch -Np1 -i "$srcdir/linux-3.8.patch"
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg "Kernel = $KERNEL_VERSION"
-
-   cd "$pkgname-$pkgver"
-   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
-}
-
-sha256sums=('b904d31fc9bd6c97cc34479a0eba0e3a9bba5351a43b56dd5fff6b7dc1a5df73'
-'fcf49d6147a7db3e739e6798b41230c13403cdba8ef8db93e7691c4c1e4617c3')

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 85753, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-06 11:29:13 UTC (rev 85754)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.035.00
+pkgrel=6
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2
+linux-3.8.patch)
+install=$pkgname.install
+
+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 "$pkgname-$pkgver"
+
+   patch -Np1 -i "$srcdir/linux-3.8.patch"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUB