diff options
author | Christian Birchinger <joker@gentoo.org> | 2012-02-15 20:39:19 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2012-02-15 20:39:19 +0000 |
commit | f07f0046ec877b3a4761a1651538c2a905bf6182 (patch) | |
tree | cb20c07aa58f5b05ada70977426f0c0108ace8af /net-misc/r8168 | |
parent | Version Bump, #402501, drop a copuple of bundled libs, #400877, drop mprotect... (diff) | |
download | gentoo-2-f07f0046ec877b3a4761a1651538c2a905bf6182.tar.gz gentoo-2-f07f0046ec877b3a4761a1651538c2a905bf6182.tar.bz2 gentoo-2-f07f0046ec877b3a4761a1651538c2a905bf6182.zip |
Version Bump. Compatible with linux 3.2.x
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/r8168')
-rw-r--r-- | net-misc/r8168/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/r8168/r8168-8.028.00.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/net-misc/r8168/ChangeLog b/net-misc/r8168/ChangeLog index d083751830ca..41f9c5b008ff 100644 --- a/net-misc/r8168/ChangeLog +++ b/net-misc/r8168/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/r8168 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.3 2012/01/08 00:20:56 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.4 2012/02/15 20:39:19 joker Exp $ + +*r8168-8.028.00 (15 Feb 2012) + + 15 Feb 2012; Christian Birchinger <joker@gentoo.org> +r8168-8.028.00.ebuild: + Version Bump. Compatible with linux 3.2.x *r8168-8.027.00 (08 Jan 2012) diff --git a/net-misc/r8168/r8168-8.028.00.ebuild b/net-misc/r8168/r8168-8.028.00.ebuild new file mode 100644 index 000000000000..c7a3fe650861 --- /dev/null +++ b/net-misc/r8168/r8168-8.028.00.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild,v 1.1 2012/02/15 20:39:18 joker Exp $ + +EAPI=4 + +inherit linux-mod eutils + +DESCRIPTION="r8168 driver for Realtek 8111/8168 PCI-E NICs" +HOMEPAGE="http://www.realtek.com.tw" +SRC_URI="http://r8168.googlecode.com/files/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +KEYWORDS="~amd64 ~x86" + +MODULE_NAMES="r8168(net:${S}/src)" +BUILD_TARGETS="modules" +CONFIG_CHECK="!R8169" + +ERROR_R8169="${P} requires Realtek 8169 PCI Gigabit Ethernet adapter (CONFIG_R8169) to be DISABLED" + +pkg_setup() { + linux-mod_pkg_setup + BUILD_PARAMS="KERNELDIR=${KV_DIR}" +} + +src_install() { + linux-mod_src_install + dodoc README +} |