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

2014-07-09 Thread Felix Yan
Date: Wednesday, July 9, 2014 @ 10:57:34
  Author: fyan
Revision: 115347

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

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

+
 /PKGBUILD  |   68 
 /linux-3.10.patch  |  118 +++
 /r8168-lts.install |   34 ++
 community-i686/PKGBUILD|   34 --
 community-i686/linux-3.10.patch|   59 -
 community-i686/r8168-lts.install   |   17 -
 community-x86_64/PKGBUILD  |   34 --
 community-x86_64/linux-3.10.patch  |   59 -
 community-x86_64/r8168-lts.install |   17 -
 9 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-09 08:56:50 UTC (rev 115346)
+++ community-i686/PKGBUILD 2014-07-09 08:57:34 UTC (rev 115347)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.038.00
-pkgrel=3
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.14.10 linux-lts3.15)
-makedepends=(linux-lts-headers=3.14 linux-lts-headers3.15)
-source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
-install=$pkgname.install
-
-_extramodules=extramodules-3.14-lts
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Copied: r8168-lts/repos/community-i686/PKGBUILD (from rev 115346, 
r8168-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-09 08:57:34 UTC (rev 115347)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.038.00
+pkgrel=4
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.14.11 linux-lts3.15)
+makedepends=(linux-lts-headers=3.14 linux-lts-headers3.15)
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Deleted: community-i686/linux-3.10.patch
===
--- community-i686/linux-3.10.patch 2014-07-09 08:56:50 UTC (rev 115346)
+++ community-i686/linux-3.10.patch 2014-07-09 08:57:34 UTC (rev 115347)
@@ -1,59 +0,0 @@
 src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
-+++ src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
-@@ -52,6 +52,10 @@
- 

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

2014-03-10 Thread Massimiliano Torromeo
Date: Monday, March 10, 2014 @ 09:42:10
  Author: mtorromeo
Revision: 106911

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

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

+
 /PKGBUILD  |   68 
 /linux-3.10.patch  |  118 +++
 /r8168-lts.install |   34 ++
 community-i686/PKGBUILD|   34 --
 community-i686/linux-3.10.patch|   59 -
 community-i686/r8168-lts.install   |   17 -
 community-x86_64/PKGBUILD  |   34 --
 community-x86_64/linux-3.10.patch  |   59 -
 community-x86_64/r8168-lts.install |   17 -
 9 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-10 08:38:45 UTC (rev 106910)
+++ community-i686/PKGBUILD 2014-03-10 08:42:10 UTC (rev 106911)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.037.00
-pkgrel=7
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.10 linux-lts3.11)
-makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
-source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
-install=$pkgname.install
-
-_extramodules=extramodules-3.10-lts
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Copied: r8168-lts/repos/community-i686/PKGBUILD (from rev 106910, 
r8168-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-10 08:42:10 UTC (rev 106911)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.038.00
+pkgrel=1
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Deleted: community-i686/linux-3.10.patch
===
--- community-i686/linux-3.10.patch 2014-03-10 08:38:45 UTC (rev 106910)
+++ community-i686/linux-3.10.patch 2014-03-10 08:42:10 UTC (rev 106911)
@@ -1,59 +0,0 @@
 src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
-+++ src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
-@@ -52,6 +52,10 @@
- #include linux/init.h
- 

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

2013-12-24 Thread Bartłomiej Piotrowski
Date: Wednesday, December 25, 2013 @ 08:45:58
  Author: bpiotrowski
Revision: 102969

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

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

+
 /PKGBUILD  |   68 
 /linux-3.10.patch  |  118 +++
 /r8168-lts.install |   34 ++
 community-i686/PKGBUILD|   34 --
 community-i686/linux-3.10.patch|   59 -
 community-i686/r8168-lts.install   |   17 -
 community-x86_64/PKGBUILD  |   34 --
 community-x86_64/linux-3.10.patch  |   59 -
 community-x86_64/r8168-lts.install |   17 -
 9 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-25 07:45:51 UTC (rev 102968)
+++ community-i686/PKGBUILD 2013-12-25 07:45:58 UTC (rev 102969)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.037.00
-pkgrel=1
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.10 linux-lts3.11)
-makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
-source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
-install=$pkgname.install
-
-_extramodules=extramodules-3.10-lts
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Copied: r8168-lts/repos/community-i686/PKGBUILD (from rev 102968, 
r8168-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-25 07:45:58 UTC (rev 102969)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.037.00
+pkgrel=2
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Deleted: community-i686/linux-3.10.patch
===
--- community-i686/linux-3.10.patch 2013-12-25 07:45:51 UTC (rev 102968)
+++ community-i686/linux-3.10.patch 2013-12-25 07:45:58 UTC (rev 102969)
@@ -1,59 +0,0 @@
 src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
-+++ src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
-@@ -52,6 +52,10 @@
- #include linux/init.h
- 

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

2013-12-16 Thread Massimiliano Torromeo
Date: Monday, December 16, 2013 @ 11:55:48
  Author: mtorromeo
Revision: 102599

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

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

+
 /PKGBUILD  |   68 
 /linux-3.10.patch  |  118 +++
 /r8168-lts.install |   34 ++
 community-i686/PKGBUILD|   41 
 community-i686/linux-3.10.patch|   59 -
 community-i686/r8168-lts.install   |   17 -
 community-x86_64/PKGBUILD  |   41 
 community-x86_64/linux-3.10.patch  |   59 -
 community-x86_64/r8168-lts.install |   17 -
 9 files changed, 220 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-16 10:52:18 UTC (rev 102598)
+++ community-i686/PKGBUILD 2013-12-16 10:55:48 UTC (rev 102599)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.036.00
-pkgrel=8
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.10 linux-lts3.11)
-makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
-source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
-linux-3.10.patch)
-install=$pkgname.install
-
-_extramodules=extramodules-3.10-lts
-
-prepare() {
-   cd $_pkgname-$pkgver
-patch -p0 -i ../linux-3.10.patch
-}
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168-lts/repos/community-i686/PKGBUILD (from rev 102598, 
r8168-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-16 10:55:48 UTC (rev 102599)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.037.00
+pkgrel=1
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Deleted: community-i686/linux-3.10.patch
===
--- community-i686/linux-3.10.patch 2013-12-16 10:52:18 UTC (rev 102598)
+++ community-i686/linux-3.10.patch 2013-12-16 10:55:48 UTC (rev 102599)

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

2013-12-12 Thread Evangelos Foutras
Date: Thursday, December 12, 2013 @ 13:57:47
  Author: foutrelis
Revision: 102501

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

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

+
 /PKGBUILD  |   82 
 /linux-3.10.patch  |  118 +++
 /r8168-lts.install |   34 ++
 community-i686/PKGBUILD|   41 
 community-i686/linux-3.10.patch|   59 -
 community-i686/r8168-lts.install   |   17 -
 community-x86_64/PKGBUILD  |   41 
 community-x86_64/linux-3.10.patch  |   59 -
 community-x86_64/r8168-lts.install |   17 -
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-12 12:57:35 UTC (rev 102500)
+++ community-i686/PKGBUILD 2013-12-12 12:57:47 UTC (rev 102501)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.036.00
-pkgrel=7
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.10 linux-lts3.11)
-makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
-source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
-linux-3.10.patch)
-install=$pkgname.install
-
-_extramodules=extramodules-3.10-lts
-
-prepare() {
-   cd $_pkgname-$pkgver
-patch -p0 -i ../linux-3.10.patch
-}
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168-lts/repos/community-i686/PKGBUILD (from rev 102500, 
r8168-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-12 12:57:47 UTC (rev 102501)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.036.00
+pkgrel=8
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
+linux-3.10.patch)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+prepare() {
+   cd $_pkgname-$pkgver
+patch -p0 -i ../linux-3.10.patch
+}
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
+'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Deleted: community-i686/linux-3.10.patch

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

2013-10-15 Thread Bartłomiej Piotrowski
Date: Tuesday, October 15, 2013 @ 08:04:53
  Author: bpiotrowski
Revision: 98602

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

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

+
 /PKGBUILD  |   82 ++
 /linux-3.10.patch  |  118 +++
 /r8168-lts.install |   34 +++
 community-testing-i686/PKGBUILD|   41 -
 community-testing-i686/linux-3.10.patch|   59 -
 community-testing-i686/r8168-lts.install   |   17 ---
 community-testing-x86_64/PKGBUILD  |   41 -
 community-testing-x86_64/linux-3.10.patch  |   59 -
 community-testing-x86_64/r8168-lts.install |   17 ---
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-15 06:04:26 UTC (rev 98601)
+++ community-testing-i686/PKGBUILD 2013-10-15 06:04:53 UTC (rev 98602)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.036.00
-pkgrel=5
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.10 linux-lts3.11)
-makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
-source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
-linux-3.10.patch)
-install=$pkgname.install
-
-_extramodules=extramodules-3.10-lts
-
-prepare() {
-   cd $_pkgname-$pkgver
-patch -p0 -i ../linux-3.10.patch
-}
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 98601, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-15 06:04:53 UTC (rev 98602)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.036.00
+pkgrel=5
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
+linux-3.10.patch)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+prepare() {
+   cd $_pkgname-$pkgver
+patch -p0 -i ../linux-3.10.patch
+}
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+

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

2013-10-06 Thread Bartłomiej Piotrowski
Date: Sunday, October 6, 2013 @ 13:12:08
  Author: bpiotrowski
Revision: 98124

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

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

+
 /PKGBUILD  |   82 ++
 /linux-3.10.patch  |  118 +++
 /r8168-lts.install |   34 +++
 community-testing-i686/PKGBUILD|   41 -
 community-testing-i686/linux-3.10.patch|   59 -
 community-testing-i686/r8168-lts.install   |   17 ---
 community-testing-x86_64/PKGBUILD  |   41 -
 community-testing-x86_64/linux-3.10.patch  |   59 -
 community-testing-x86_64/r8168-lts.install |   17 ---
 9 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-06 11:11:48 UTC (rev 98123)
+++ community-testing-i686/PKGBUILD 2013-10-06 11:12:08 UTC (rev 98124)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.036.00
-pkgrel=3
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.10 linux-lts3.11)
-makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
-source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
-linux-3.10.patch)
-install=$pkgname.install
-
-_extramodules=extramodules-3.10-lts
-
-prepare() {
-   cd $_pkgname-$pkgver
-patch -p0 -i ../linux-3.10.patch
-}
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
-'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 98123, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-06 11:12:08 UTC (rev 98124)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.036.00
+pkgrel=4
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
+linux-3.10.patch)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+prepare() {
+   cd $_pkgname-$pkgver
+patch -p0 -i ../linux-3.10.patch
+}
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+