diff options
author | Christian Birchinger <joker@gentoo.org> | 2012-01-08 00:20:56 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2012-01-08 00:20:56 +0000 |
commit | 247a9ed8ac141a99940039f4fc1ed4d0e5a245f0 (patch) | |
tree | 3a5ba7c814e82046c65d3b20b4a06ef9a5aee7cf /net-misc/r8168 | |
parent | Version bump wrt bug #398105. (diff) | |
download | gentoo-2-247a9ed8ac141a99940039f4fc1ed4d0e5a245f0.tar.gz gentoo-2-247a9ed8ac141a99940039f4fc1ed4d0e5a245f0.tar.bz2 gentoo-2-247a9ed8ac141a99940039f4fc1ed4d0e5a245f0.zip |
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/r8168')
-rw-r--r-- | net-misc/r8168/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/r8168/r8168-8.027.00.ebuild | 32 |
2 files changed, 39 insertions, 2 deletions
diff --git a/net-misc/r8168/ChangeLog b/net-misc/r8168/ChangeLog index fb6c32fba2ef..d083751830ca 100644 --- a/net-misc/r8168/ChangeLog +++ b/net-misc/r8168/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/r8168 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.2 2011/12/12 01:28:09 joker Exp $ +# 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 $ + +*r8168-8.027.00 (08 Jan 2012) + + 08 Jan 2012; Christian Birchinger <joker@gentoo.org> +r8168-8.027.00.ebuild: + Version bump 12 Dec 2011; Christian Birchinger <joker@gentoo.org> r8168-8.026.00.ebuild: Fix typo make it use the /usr/src/linux kernel and not the current running diff --git a/net-misc/r8168/r8168-8.027.00.ebuild b/net-misc/r8168/r8168-8.027.00.ebuild new file mode 100644 index 000000000000..e83317cac816 --- /dev/null +++ b/net-misc/r8168/r8168-8.027.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.027.00.ebuild,v 1.1 2012/01/08 00:20:56 joker Exp $ + +EAPI=4 + +inherit linux-mod + +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 +} |