chewi 15/07/19 09:20:51 Modified: ChangeLog Added: r8168-8.040.00.ebuild Removed: r8168-8.039.00.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path 1.19 net-misc/r8168/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 16 Apr 2015 22:48:37 -0000 1.18 +++ ChangeLog 19 Jul 2015 09:20:51 -0000 1.19 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/r8168 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.18 2015/04/16 22:48:37 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.19 2015/07/19 09:20:51 chewi Exp $ + +*r8168-8.040.00 (19 Jul 2015) + + 19 Jul 2015; James Le Cuirot <[email protected]> +r8168-8.040.00.ebuild, + -files/r8168-8.039.00-linux-4-compat.patch, -r8168-8.039.00.ebuild: + Version bump. 16 Apr 2015; James Le Cuirot <[email protected]> +files/r8168-8.039.00-linux-4-compat.patch, r8168-8.039.00.ebuild: 1.1 net-misc/r8168/r8168-8.040.00.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.040.00.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.040.00.ebuild?rev=1.1&content-type=text/plain Index: r8168-8.040.00.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.040.00.ebuild,v 1.1 2015/07/19 09:20:51 chewi Exp $ EAPI=5 inherit linux-mod eutils DESCRIPTION="r8168 driver for Realtek 8111/8168 PCI-E NICs" HOMEPAGE="http://www.realtek.com.tw" SRC_URI="http://12244.wpc.azureedge.net/8012244/drivers/rtdrivers/cn/nic/0002-${P}.tar.bz2 -> ${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 }
