diff options
author | Martin Väth <martin@mvath.de> | 2015-07-26 11:18:00 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:49:23 +0200 |
commit | 23e0b77c73359cf606e6c3fa03cd34373e848f84 (patch) | |
tree | e047bdef46200d34a783f0cde0481193ea319a19 /net-misc/r8168/r8168-8.040.00.ebuild | |
parent | Add r8168 (RealTek Ethernet Gigabit linux driver) (diff) | |
download | mv-23e0b77c73359cf606e6c3fa03cd34373e848f84.tar.gz mv-23e0b77c73359cf606e6c3fa03cd34373e848f84.tar.bz2 mv-23e0b77c73359cf606e6c3fa03cd34373e848f84.zip |
Remove r8168 since it is in the gentoo repository
Diffstat (limited to 'net-misc/r8168/r8168-8.040.00.ebuild')
-rw-r--r-- | net-misc/r8168/r8168-8.040.00.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/r8168/r8168-8.040.00.ebuild b/net-misc/r8168/r8168-8.040.00.ebuild deleted file mode 100644 index 9958d858..00000000 --- a/net-misc/r8168/r8168-8.040.00.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -inherit linux-mod - -DESCRIPTION="Linux driver for Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller" -HOMEPAGE="http://www.realtek.com.tw/Downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false" -SRC_URI="http://12244.wpc.azureedge.net/8012244/drivers/rtdrivers/cn/nic/0002-${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -RESTRICT="test" - -BUILD_TARGETS="modules" -MODULE_NAMES="r8168()" - -src_compile() { - BUILD_PARAMS="KERNELDIR=${KV_OUT_DIR}" - MAKEOPTS+=" V=1" - linux-mod_src_compile - mv src/r8168.ko* . -} |