Date: Wednesday, October 22, 2014 @ 23:35:57 Author: thomas Revision: 121246
db-move: moved r8168-lts from [community-testing] to [community] (i686, x86_64) Added: r8168-lts/repos/community-i686/PKGBUILD (from rev 121236, r8168-lts/repos/community-testing-i686/PKGBUILD) r8168-lts/repos/community-i686/r8168-lts.install (from rev 121236, r8168-lts/repos/community-testing-i686/r8168-lts.install) r8168-lts/repos/community-x86_64/PKGBUILD (from rev 121236, r8168-lts/repos/community-testing-x86_64/PKGBUILD) r8168-lts/repos/community-x86_64/r8168-lts.install (from rev 121236, r8168-lts/repos/community-testing-x86_64/r8168-lts.install) Deleted: r8168-lts/repos/community-i686/PKGBUILD r8168-lts/repos/community-i686/r8168-lts.install r8168-lts/repos/community-testing-i686/ r8168-lts/repos/community-testing-x86_64/ r8168-lts/repos/community-x86_64/PKGBUILD r8168-lts/repos/community-x86_64/r8168-lts.install ------------------------------------+ /PKGBUILD | 70 +++++++++++++++++++++++++++++++++++ /r8168-lts.install | 34 +++++++++++++++++ community-i686/PKGBUILD | 35 ----------------- community-i686/r8168-lts.install | 17 -------- community-x86_64/PKGBUILD | 35 ----------------- community-x86_64/r8168-lts.install | 17 -------- 6 files changed, 104 insertions(+), 104 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2014-10-22 21:35:55 UTC (rev 121245) +++ community-i686/PKGBUILD 2014-10-22 21:35:57 UTC (rev 121246) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> - -pkgname=r8168-lts -_pkgname=r8168 -pkgver=8.039.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>=3.14.21" "linux-lts<3.15") -makedepends=("linux-lts-headers>=3.14" "linux-lts-headers<3.15") -install=$pkgname.install -source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2" - http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2) -sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd') - -_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 {} + -} Copied: r8168-lts/repos/community-i686/PKGBUILD (from rev 121236, r8168-lts/repos/community-testing-i686/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2014-10-22 21:35:57 UTC (rev 121246) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> + +pkgname=r8168-lts +_pkgname=r8168 +pkgver=8.039.00 +pkgrel=4 +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>=3.14.21" "linux-lts<3.15") +makedepends=("linux-lts-headers>=3.14" "linux-lts-headers<3.15") +install=$pkgname.install +source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2" + http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2) +sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd') + +_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 {} + +} Deleted: community-i686/r8168-lts.install =================================================================== --- community-i686/r8168-lts.install 2014-10-22 21:35:55 UTC (rev 121245) +++ community-i686/r8168-lts.install 2014-10-22 21:35:57 UTC (rev 121246) @@ -1,17 +0,0 @@ -rebuild_module_dependencies() { - EXTRAMODULES='extramodules-3.14-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-i686/r8168-lts.install (from rev 121236, r8168-lts/repos/community-testing-i686/r8168-lts.install) =================================================================== --- community-i686/r8168-lts.install (rev 0) +++ community-i686/r8168-lts.install 2014-10-22 21:35:57 UTC (rev 121246) @@ -0,0 +1,17 @@ +rebuild_module_dependencies() { + EXTRAMODULES='extramodules-3.14-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-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2014-10-22 21:35:55 UTC (rev 121245) +++ community-x86_64/PKGBUILD 2014-10-22 21:35:57 UTC (rev 121246) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> - -pkgname=r8168-lts -_pkgname=r8168 -pkgver=8.039.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>=3.14.21" "linux-lts<3.15") -makedepends=("linux-lts-headers>=3.14" "linux-lts-headers<3.15") -install=$pkgname.install -source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2" - http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2) -sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd') - -_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 {} + -} Copied: r8168-lts/repos/community-x86_64/PKGBUILD (from rev 121236, r8168-lts/repos/community-testing-x86_64/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2014-10-22 21:35:57 UTC (rev 121246) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> + +pkgname=r8168-lts +_pkgname=r8168 +pkgver=8.039.00 +pkgrel=4 +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>=3.14.21" "linux-lts<3.15") +makedepends=("linux-lts-headers>=3.14" "linux-lts-headers<3.15") +install=$pkgname.install +source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2" + http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2) +sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd') + +_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 {} + +} Deleted: community-x86_64/r8168-lts.install =================================================================== --- community-x86_64/r8168-lts.install 2014-10-22 21:35:55 UTC (rev 121245) +++ community-x86_64/r8168-lts.install 2014-10-22 21:35:57 UTC (rev 121246) @@ -1,17 +0,0 @@ -rebuild_module_dependencies() { - EXTRAMODULES='extramodules-3.14-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-x86_64/r8168-lts.install (from rev 121236, r8168-lts/repos/community-testing-x86_64/r8168-lts.install) =================================================================== --- community-x86_64/r8168-lts.install (rev 0) +++ community-x86_64/r8168-lts.install 2014-10-22 21:35:57 UTC (rev 121246) @@ -0,0 +1,17 @@ +rebuild_module_dependencies() { + EXTRAMODULES='extramodules-3.14-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 +}