Gentoo Archives: gentoo-commits

From: "Christian Birchinger (joker)" <joker@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/r8168: ChangeLog r8168-8.027.00.ebuild
Date: Sun, 08 Jan 2012 00:21:07
Message-Id: 20120108002056.A97E72004B@flycatcher.gentoo.org
1 joker 12/01/08 00:20:56
2
3 Modified: ChangeLog
4 Added: r8168-8.027.00.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 net-misc/r8168/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 12 Dec 2011 01:28:09 -0000 1.2
24 +++ ChangeLog 8 Jan 2012 00:20:56 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-misc/r8168
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.2 2011/12/12 01:28:09 joker Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.3 2012/01/08 00:20:56 joker Exp $
31 +
32 +*r8168-8.027.00 (08 Jan 2012)
33 +
34 + 08 Jan 2012; Christian Birchinger <joker@g.o> +r8168-8.027.00.ebuild:
35 + Version bump
36
37 12 Dec 2011; Christian Birchinger <joker@g.o> r8168-8.026.00.ebuild:
38 Fix typo make it use the /usr/src/linux kernel and not the current running
39
40
41
42 1.1 net-misc/r8168/r8168-8.027.00.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.027.00.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.027.00.ebuild?rev=1.1&content-type=text/plain
46
47 Index: r8168-8.027.00.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.027.00.ebuild,v 1.1 2012/01/08 00:20:56 joker Exp $
52
53 EAPI=4
54
55 inherit linux-mod
56
57 DESCRIPTION="r8168 driver for Realtek 8111/8168 PCI-E NICs"
58 HOMEPAGE="http://www.realtek.com.tw"
59 SRC_URI="http://r8168.googlecode.com/files/${P}.tar.bz2"
60 LICENSE="GPL-2"
61 SLOT="0"
62 IUSE=""
63
64 KEYWORDS="~amd64 ~x86"
65
66 MODULE_NAMES="r8168(net:${S}/src)"
67 BUILD_TARGETS="modules"
68 CONFIG_CHECK="!R8169"
69
70 ERROR_R8169="${P} requires Realtek 8169 PCI Gigabit Ethernet adapter (CONFIG_R8169) to be DISABLED"
71
72 pkg_setup() {
73 linux-mod_pkg_setup
74 BUILD_PARAMS="KERNELDIR=${KV_DIR}"
75 }
76
77 src_install() {
78 linux-mod_src_install
79 dodoc README
80 }