joker 14/03/18 16:45:02 Modified: ChangeLog Added: r8168-8.038.00.ebuild Log: Version bump. I no longer have the hardware to verify it's runtime functionality. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x0151863A67652900!)
Revision Changes Path 1.16 net-misc/r8168/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 6 Mar 2013 21:37:48 -0000 1.15 +++ ChangeLog 18 Mar 2014 16:45:02 -0000 1.16 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/r8168 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.15 2013/03/06 21:37:48 joker Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.16 2014/03/18 16:45:02 joker Exp $ + +*r8168-8.038.00 (18 Mar 2014) + + 18 Mar 2014; Christian Birchinger <[email protected]> +r8168-8.038.00.ebuild: + Version bump. I no longer have the hardware to verify it's runtime + functionality. *r8168-8.035.00-r1 (06 Mar 2013) @@ -72,4 +78,3 @@ 13 Nov 2011; Christian Birchinger <[email protected]> +r8168-8.026.00.ebuild, +metadata.xml: Initial import. Based on the ebuild by [email protected] - 1.1 net-misc/r8168/r8168-8.038.00.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.038.00.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.038.00.ebuild?rev=1.1&content-type=text/plain Index: r8168-8.038.00.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.038.00.ebuild,v 1.1 2014/03/18 16:45:02 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://r8168dl.appspot.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 }
