public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/r8168: r8168-8.028.00.ebuild ChangeLog
@ 2012-02-15 20:39 Christian Birchinger (joker)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Birchinger (joker) @ 2012-02-15 20:39 UTC (permalink / raw
  To: gentoo-commits

joker       12/02/15 20:39:19

  Modified:             ChangeLog
  Added:                r8168-8.028.00.ebuild
  Log:
  Version Bump. Compatible with linux 3.2.x
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-misc/r8168/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	8 Jan 2012 00:20:56 -0000	1.3
+++ ChangeLog	15 Feb 2012 20:39:19 -0000	1.4
@@ -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)
 



1.1                  net-misc/r8168/r8168-8.028.00.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild?rev=1.1&content-type=text/plain

Index: r8168-8.028.00.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/r8168: r8168-8.028.00.ebuild ChangeLog
@ 2012-03-31 17:32 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-03-31 17:32 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/03/31 17:32:43

  Modified:             r8168-8.028.00.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #404311
  
  (Portage version: 2.2.0_alpha94/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-misc/r8168/r8168-8.028.00.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild?r1=1.1&r2=1.2

Index: r8168-8.028.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- r8168-8.028.00.ebuild	15 Feb 2012 20:39:18 -0000	1.1
+++ r8168-8.028.00.ebuild	31 Mar 2012 17:32:43 -0000	1.2
@@ -1,6 +1,6 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild,v 1.2 2012/03/31 17:32:43 hwoarang Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 MODULE_NAMES="r8168(net:${S}/src)"
 BUILD_TARGETS="modules"



1.6                  net-misc/r8168/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	20 Feb 2012 04:30:51 -0000	1.5
+++ ChangeLog	31 Mar 2012 17:32:43 -0000	1.6
@@ -1,6 +1,9 @@
 # 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.5 2012/02/20 04:30:51 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.6 2012/03/31 17:32:43 hwoarang Exp $
+
+  31 Mar 2012; Markos Chandras <hwoarang@gentoo.org> r8168-8.028.00.ebuild:
+  Stable on amd64 wrt bug #404311
 
   20 Feb 2012; Mike Gilbert <floppym@gentoo.org> metadata.xml:
   Drop no-herd.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/r8168: r8168-8.028.00.ebuild ChangeLog
@ 2012-04-04 16:53 Christian Birchinger (joker)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Birchinger (joker) @ 2012-04-04 16:53 UTC (permalink / raw
  To: gentoo-commits

joker       12/04/04 16:53:04

  Modified:             r8168-8.028.00.ebuild ChangeLog
  Log:
  Adding a patch to support Linux 3.3 kernels
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-misc/r8168/r8168-8.028.00.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild?r1=1.2&r2=1.3

Index: r8168-8.028.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- r8168-8.028.00.ebuild	31 Mar 2012 17:32:43 -0000	1.2
+++ r8168-8.028.00.ebuild	4 Apr 2012 16:53:04 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2012/03/31 17:32:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild,v 1.3 2012/04/04 16:53:04 joker Exp $
 
 EAPI=4
 
@@ -21,6 +21,10 @@
 
 ERROR_R8169="${P} requires Realtek 8169 PCI Gigabit Ethernet adapter (CONFIG_R8169) to be DISABLED"
 
+src_prepare() {
+	epatch "${FILESDIR}/${P}-linux-3.3-compat.patch"
+}
+
 pkg_setup() {
 	linux-mod_pkg_setup
 	BUILD_PARAMS="KERNELDIR=${KV_DIR}"



1.7                  net-misc/r8168/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	31 Mar 2012 17:32:43 -0000	1.6
+++ ChangeLog	4 Apr 2012 16:53:04 -0000	1.7
@@ -1,6 +1,10 @@
 # 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.6 2012/03/31 17:32:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.7 2012/04/04 16:53:04 joker Exp $
+
+  04 Apr 2012; Christian Birchinger <joker@gentoo.org> r8168-8.028.00.ebuild:
+  Adding a patch to support Linux 3.3 kernels. This wont affect current users
+  with 3.2 kernels, so it's not required to bump the revision
 
   31 Mar 2012; Markos Chandras <hwoarang@gentoo.org> r8168-8.028.00.ebuild:
   Stable on amd64 wrt bug #404311






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/r8168: r8168-8.028.00.ebuild ChangeLog
@ 2012-04-05 21:12 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-04-05 21:12 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/04/05 21:12:07

  Modified:             r8168-8.028.00.ebuild ChangeLog
  Log:
  x86 stable wrt bug #404311
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.4                  net-misc/r8168/r8168-8.028.00.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild?r1=1.3&r2=1.4

Index: r8168-8.028.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- r8168-8.028.00.ebuild	4 Apr 2012 16:53:04 -0000	1.3
+++ r8168-8.028.00.ebuild	5 Apr 2012 21:12:07 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2012/04/04 16:53:04 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/r8168-8.028.00.ebuild,v 1.4 2012/04/05 21:12:07 phajdan.jr Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 SLOT="0"
 IUSE=""
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 MODULE_NAMES="r8168(net:${S}/src)"
 BUILD_TARGETS="modules"



1.8                  net-misc/r8168/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/r8168/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	4 Apr 2012 16:53:04 -0000	1.7
+++ ChangeLog	5 Apr 2012 21:12:07 -0000	1.8
@@ -1,6 +1,9 @@
 # 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.7 2012/04/04 16:53:04 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/r8168/ChangeLog,v 1.8 2012/04/05 21:12:07 phajdan.jr Exp $
+
+  05 Apr 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> r8168-8.028.00.ebuild:
+  x86 stable wrt bug #404311
 
   04 Apr 2012; Christian Birchinger <joker@gentoo.org> r8168-8.028.00.ebuild:
   Adding a patch to support Linux 3.3 kernels. This wont affect current users






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-05 21:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 20:39 [gentoo-commits] gentoo-x86 commit in net-misc/r8168: r8168-8.028.00.ebuild ChangeLog Christian Birchinger (joker)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-31 17:32 Markos Chandras (hwoarang)
2012-04-04 16:53 Christian Birchinger (joker)
2012-04-05 21:12 PaweA Hajdan (phajdan.jr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox