Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/tuxonice-sources: tuxonice-sources-3.15.1.ebuild tuxonice-sources-3.14.8.ebuild tuxonice-sources-3.10.44.ebuild tuxonice-sources-3.4.94.ebuild ChangeLog
Date: Sun, 22 Jun 2014 15:23:53
Message-Id: 20140622152350.BEB1D2004E@flycatcher.gentoo.org
1 floppym 14/06/22 15:23:50
2
3 Modified: ChangeLog
4 Added: tuxonice-sources-3.15.1.ebuild
5 tuxonice-sources-3.14.8.ebuild
6 tuxonice-sources-3.10.44.ebuild
7 tuxonice-sources-3.4.94.ebuild
8 Log:
9 Version bumps. Ebuilds by Arfrever.
10
11 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
12
13 Revision Changes Path
14 1.193 sys-kernel/tuxonice-sources/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.193&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.193&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.192&r2=1.193
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
23 retrieving revision 1.192
24 retrieving revision 1.193
25 diff -u -r1.192 -r1.193
26 --- ChangeLog 18 Jun 2014 15:34:46 -0000 1.192
27 +++ ChangeLog 22 Jun 2014 15:23:50 -0000 1.193
28 @@ -1,6 +1,16 @@
29 # ChangeLog for sys-kernel/tuxonice-sources
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.192 2014/06/18 15:34:46 floppym Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.193 2014/06/22 15:23:50 floppym Exp $
33 +
34 +*tuxonice-sources-3.10.44 (22 Jun 2014)
35 +*tuxonice-sources-3.15.1 (22 Jun 2014)
36 +*tuxonice-sources-3.14.8 (22 Jun 2014)
37 +*tuxonice-sources-3.4.94 (22 Jun 2014)
38 +
39 + 22 Jun 2014; Mike Gilbert <floppym@g.o>
40 + +tuxonice-sources-3.10.44.ebuild, +tuxonice-sources-3.14.8.ebuild,
41 + +tuxonice-sources-3.15.1.ebuild, +tuxonice-sources-3.4.94.ebuild:
42 + Version bumps. Ebuilds by Arfrever.
43
44 *tuxonice-sources-3.14.7 (18 Jun 2014)
45 *tuxonice-sources-3.4.93 (18 Jun 2014)
46
47
48
49 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-3.15.1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.15.1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.15.1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: tuxonice-sources-3.15.1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.15.1.ebuild,v 1.1 2014/06/22 15:23:50 floppym Exp $
59
60 EAPI="5"
61 ETYPE="sources"
62 K_WANT_GENPATCHES="base extras experimental"
63 K_GENPATCHES_VER="3"
64
65 inherit kernel-2
66 detect_version
67 detect_arch
68
69 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
70 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel"
71
72 TUXONICE_PV="head-3.15.0-rc8"
73 TUXONICE_DATE="2014-06-02"
74
75 TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2"
76 TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}"
77 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}"
78 UNIPATCH_STRICTORDER="yes"
79 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
80
81 KEYWORDS="~amd64 ~x86"
82 IUSE="experimental"
83
84 RDEPEND="${RDEPEND}
85 >=sys-apps/tuxonice-userui-1.0
86 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )"
87
88 K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list:
89 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
90 K_SECURITY_UNSUPPORTED="1"
91
92
93
94 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-3.14.8.ebuild
95
96 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.8.ebuild?rev=1.1&view=markup
97 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.8.ebuild?rev=1.1&content-type=text/plain
98
99 Index: tuxonice-sources-3.14.8.ebuild
100 ===================================================================
101 # Copyright 1999-2014 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.8.ebuild,v 1.1 2014/06/22 15:23:50 floppym Exp $
104
105 EAPI="5"
106 ETYPE="sources"
107 K_WANT_GENPATCHES="base extras experimental"
108 K_GENPATCHES_VER="12"
109
110 inherit kernel-2
111 detect_version
112 detect_arch
113
114 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
115 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel"
116
117 TUXONICE_PV="3.14.5"
118 TUXONICE_DATE="2014-06-02"
119
120 TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2"
121 TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}"
122 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}"
123 UNIPATCH_STRICTORDER="yes"
124 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
125
126 KEYWORDS="~amd64 ~x86"
127 IUSE="experimental"
128
129 RDEPEND="${RDEPEND}
130 >=sys-apps/tuxonice-userui-1.0
131 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )"
132
133 K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list:
134 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
135 K_SECURITY_UNSUPPORTED="1"
136
137
138
139 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-3.10.44.ebuild
140
141 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.44.ebuild?rev=1.1&view=markup
142 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.44.ebuild?rev=1.1&content-type=text/plain
143
144 Index: tuxonice-sources-3.10.44.ebuild
145 ===================================================================
146 # Copyright 1999-2014 Gentoo Foundation
147 # Distributed under the terms of the GNU General Public License v2
148 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.10.44.ebuild,v 1.1 2014/06/22 15:23:50 floppym Exp $
149
150 EAPI="5"
151 ETYPE="sources"
152 K_WANT_GENPATCHES="base extras experimental"
153 K_GENPATCHES_VER="52"
154
155 inherit kernel-2
156 detect_version
157 detect_arch
158
159 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
160 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel"
161
162 TUXONICE_PV="3.10.41"
163 TUXONICE_DATE="2014-06-02"
164
165 TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2"
166 TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}"
167 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}"
168 UNIPATCH_STRICTORDER="yes"
169 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
170
171 KEYWORDS="~amd64 ~x86"
172 IUSE="experimental"
173
174 RDEPEND="${RDEPEND}
175 >=sys-apps/tuxonice-userui-1.0
176 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )"
177
178 K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list:
179 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
180 K_SECURITY_UNSUPPORTED="1"
181
182
183
184 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-3.4.94.ebuild
185
186 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.94.ebuild?rev=1.1&view=markup
187 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.94.ebuild?rev=1.1&content-type=text/plain
188
189 Index: tuxonice-sources-3.4.94.ebuild
190 ===================================================================
191 # Copyright 1999-2014 Gentoo Foundation
192 # Distributed under the terms of the GNU General Public License v2
193 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.4.94.ebuild,v 1.1 2014/06/22 15:23:50 floppym Exp $
194
195 EAPI="5"
196 ETYPE="sources"
197 K_WANT_GENPATCHES="base extras"
198 K_GENPATCHES_VER="77"
199
200 inherit kernel-2
201 detect_version
202 detect_arch
203
204 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
205 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel"
206
207 TUXONICE_PV="3.4.91"
208 TUXONICE_DATE="2014-06-02"
209
210 TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2"
211 TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}"
212 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}"
213 UNIPATCH_STRICTORDER="yes"
214 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
215
216 KEYWORDS="~amd64 ~x86"
217
218 RDEPEND="${RDEPEND}
219 >=sys-apps/tuxonice-userui-1.0
220 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )"
221
222 K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list:
223 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
224 K_SECURITY_UNSUPPORTED="1"