Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/openvswitch: openvswitch-1.11.0.ebuild openvswitch-2.0.0.ebuild ChangeLog
Date: Mon, 25 Nov 2013 19:41:16
Message-Id: 20131125194104.D3E312004B@flycatcher.gentoo.org
1 prometheanfire 13/11/25 19:41:04
2
3 Modified: openvswitch-1.11.0.ebuild openvswitch-2.0.0.ebuild
4 ChangeLog
5 Log:
6 move kernel check under the modules use flag for bug 491844
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
9
10 Revision Changes Path
11 1.3 net-misc/openvswitch/openvswitch-1.11.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-1.11.0.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-1.11.0.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-1.11.0.ebuild?r1=1.2&r2=1.3
16
17 Index: openvswitch-1.11.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-1.11.0.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- openvswitch-1.11.0.ebuild 14 Sep 2013 09:30:50 -0000 1.2
24 +++ openvswitch-1.11.0.ebuild 25 Nov 2013 19:41:04 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-1.11.0.ebuild,v 1.2 2013/09/14 09:30:50 prometheanfire Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-1.11.0.ebuild,v 1.3 2013/11/25 19:41:04 prometheanfire Exp $
30
31 EAPI=5
32
33 @@ -39,12 +39,12 @@
34 if use modules ; then
35 CONFIG_CHECK+=" ~!OPENVSWITCH"
36 linux-mod_pkg_setup
37 + kernel_is ge 2 6 18 || die "Linux >=2.6.18 and <3.2.9 required"
38 + kernel_is lt 3 9 || die "Linux >=2.6.18 and <3.9 required"
39 else
40 CONFIG_CHECK+=" ~OPENVSWITCH"
41 linux-info_pkg_setup
42 fi
43 - kernel_is ge 2 6 18 || die "Linux >=2.6.18 and <3.2.9 required"
44 - kernel_is lt 3 9 || die "Linux >=2.6.18 and <3.9 required"
45 use monitor && python-single-r1_pkg_setup
46 }
47
48
49
50
51 1.4 net-misc/openvswitch/openvswitch-2.0.0.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.0.0.ebuild?rev=1.4&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.0.0.ebuild?rev=1.4&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.0.0.ebuild?r1=1.3&r2=1.4
56
57 Index: openvswitch-2.0.0.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.0.0.ebuild,v
60 retrieving revision 1.3
61 retrieving revision 1.4
62 diff -u -r1.3 -r1.4
63 --- openvswitch-2.0.0.ebuild 25 Nov 2013 16:43:10 -0000 1.3
64 +++ openvswitch-2.0.0.ebuild 25 Nov 2013 19:41:04 -0000 1.4
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2013 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.0.0.ebuild,v 1.3 2013/11/25 16:43:10 prometheanfire Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.0.0.ebuild,v 1.4 2013/11/25 19:41:04 prometheanfire Exp $
70
71 EAPI=5
72
73 @@ -38,13 +38,13 @@
74 pkg_setup() {
75 if use modules ; then
76 CONFIG_CHECK+=" ~!OPENVSWITCH"
77 + kernel_is ge 2 6 32 || die "Linux >=2.6.32 and <3.10 required"
78 + kernel_is lt 3 11 || die "Linux >=2.6.18 and <3.11 required"
79 linux-mod_pkg_setup
80 else
81 CONFIG_CHECK+=" ~OPENVSWITCH"
82 linux-info_pkg_setup
83 fi
84 - kernel_is ge 2 6 32 || die "Linux >=2.6.32 and <3.10 required"
85 - kernel_is lt 3 11 || die "Linux >=2.6.18 and <3.11 required"
86 use monitor && python-single-r1_pkg_setup
87 }
88
89
90
91
92 1.17 net-misc/openvswitch/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/ChangeLog?rev=1.17&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/ChangeLog?rev=1.17&content-type=text/plain
96 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/ChangeLog?r1=1.16&r2=1.17
97
98 Index: ChangeLog
99 ===================================================================
100 RCS file: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v
101 retrieving revision 1.16
102 retrieving revision 1.17
103 diff -u -r1.16 -r1.17
104 --- ChangeLog 25 Nov 2013 16:43:10 -0000 1.16
105 +++ ChangeLog 25 Nov 2013 19:41:04 -0000 1.17
106 @@ -1,6 +1,10 @@
107 # ChangeLog for net-misc/openvswitch
108 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
109 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.16 2013/11/25 16:43:10 prometheanfire Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/ChangeLog,v 1.17 2013/11/25 19:41:04 prometheanfire Exp $
111 +
112 + 25 Nov 2013; Matthew Thode <prometheanfire@g.o>
113 + openvswitch-1.11.0.ebuild, openvswitch-2.0.0.ebuild:
114 + move kernel check under the modules use flag for bug 491844
115
116 25 Nov 2013; Matthew Thode <prometheanfire@g.o>
117 files/ovsdb-server_conf2, openvswitch-2.0.0.ebuild: