Date: Tuesday, September 22, 2015 @ 22:43:55
  Author: andyrtr
Revision: 141489

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

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

--------------------------------------------+
 /PKGBUILD                                  |   68 +++++++++++++++++++++++++++
 /r8168-lts.install                         |   34 +++++++++++++
 community-testing-i686/PKGBUILD            |   34 -------------
 community-testing-i686/r8168-lts.install   |   17 ------
 community-testing-x86_64/PKGBUILD          |   34 -------------
 community-testing-x86_64/r8168-lts.install |   17 ------
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD     2015-09-22 20:43:45 UTC (rev 141488)
+++ community-testing-i686/PKGBUILD     2015-09-22 20:43:55 UTC (rev 141489)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.040.00
-pkgrel=2
-pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
-#url="http://www.realtek.com.tw";
-url="https://code.google.com/p/r8168/";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' "linux-lts>=4.1.7" "linux-lts<4.2")
-makedepends=("linux-lts-headers>=4.1.7" "linux-lts-headers<4.2")
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
-
-_extramodules=extramodules-4.1-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 {} +
-}

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 141488, 
r8168-lts/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2015-09-22 20:43:55 UTC (rev 141489)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.040.00
+pkgrel=3
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw";
+url="https://code.google.com/p/r8168/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.1.8" "linux-lts<4.2")
+makedepends=("linux-lts-headers>=4.1.8" "linux-lts-headers<4.2")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+_extramodules=extramodules-4.1-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 {} +
+}

Deleted: community-testing-i686/r8168-lts.install
===================================================================
--- community-testing-i686/r8168-lts.install    2015-09-22 20:43:45 UTC (rev 
141488)
+++ community-testing-i686/r8168-lts.install    2015-09-22 20:43:55 UTC (rev 
141489)
@@ -1,17 +0,0 @@
-rebuild_module_dependencies() {
-       EXTRAMODULES='extramodules-4.1-lts'
-       depmod $(cat /lib/modules/$EXTRAMODULES/version)
-}
-
-post_install() {
-  rebuild_module_dependencies
-       echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
-       echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
-}
-post_upgrade() {
-       rebuild_module_dependencies
-}
-
-post_remove() {
-       rebuild_module_dependencies
-}

Copied: r8168-lts/repos/community-testing-i686/r8168-lts.install (from rev 
141488, r8168-lts/trunk/r8168-lts.install)
===================================================================
--- community-testing-i686/r8168-lts.install                            (rev 0)
+++ community-testing-i686/r8168-lts.install    2015-09-22 20:43:55 UTC (rev 
141489)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+       EXTRAMODULES='extramodules-4.1-lts'
+       depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+       echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+       echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+       rebuild_module_dependencies
+}
+
+post_remove() {
+       rebuild_module_dependencies
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD   2015-09-22 20:43:45 UTC (rev 141488)
+++ community-testing-x86_64/PKGBUILD   2015-09-22 20:43:55 UTC (rev 141489)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <[email protected]>
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.040.00
-pkgrel=2
-pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
-#url="http://www.realtek.com.tw";
-url="https://code.google.com/p/r8168/";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' "linux-lts>=4.1.7" "linux-lts<4.2")
-makedepends=("linux-lts-headers>=4.1.7" "linux-lts-headers<4.2")
-install=$pkgname.install
-source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
-
-_extramodules=extramodules-4.1-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 {} +
-}

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 141488, 
r8168-lts/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-09-22 20:43:55 UTC (rev 141489)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <[email protected]>
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.040.00
+pkgrel=3
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw";
+url="https://code.google.com/p/r8168/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.1.8" "linux-lts<4.2")
+makedepends=("linux-lts-headers>=4.1.8" "linux-lts-headers<4.2")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7aad3a066c152837e03e558ba720742e792d281c96c5412cff32d68875415b')
+
+_extramodules=extramodules-4.1-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 {} +
+}

Deleted: community-testing-x86_64/r8168-lts.install
===================================================================
--- community-testing-x86_64/r8168-lts.install  2015-09-22 20:43:45 UTC (rev 
141488)
+++ community-testing-x86_64/r8168-lts.install  2015-09-22 20:43:55 UTC (rev 
141489)
@@ -1,17 +0,0 @@
-rebuild_module_dependencies() {
-       EXTRAMODULES='extramodules-4.1-lts'
-       depmod $(cat /lib/modules/$EXTRAMODULES/version)
-}
-
-post_install() {
-  rebuild_module_dependencies
-       echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
-       echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
-}
-post_upgrade() {
-       rebuild_module_dependencies
-}
-
-post_remove() {
-       rebuild_module_dependencies
-}

Copied: r8168-lts/repos/community-testing-x86_64/r8168-lts.install (from rev 
141488, r8168-lts/trunk/r8168-lts.install)
===================================================================
--- community-testing-x86_64/r8168-lts.install                          (rev 0)
+++ community-testing-x86_64/r8168-lts.install  2015-09-22 20:43:55 UTC (rev 
141489)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+       EXTRAMODULES='extramodules-4.1-lts'
+       depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+       echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+       echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+       rebuild_module_dependencies
+}
+
+post_remove() {
+       rebuild_module_dependencies
+}

Reply via email to