Gentoo Archives: gentoo-commits

From: "Krzysztof Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/tuxonice-sources: tuxonice-sources-2.6.32-r18.ebuild ChangeLog tuxonice-sources-2.6.34-r7.ebuild tuxonice-sources-2.6.35-r4.ebuild
Date: Thu, 30 Sep 2010 18:40:57
Message-Id: 20100930184047.52D4C20051@flycatcher.gentoo.org
1 nelchael 10/09/30 18:40:47
2
3 Modified: ChangeLog
4 Added: tuxonice-sources-2.6.32-r18.ebuild
5 tuxonice-sources-2.6.34-r7.ebuild
6 tuxonice-sources-2.6.35-r4.ebuild
7 Log:
8 Revision bumps for new genpatches.
9
10 (Portage version: 2.1.9.12/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.100 sys-kernel/tuxonice-sources/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.100&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.100&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.99&r2=1.100
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
22 retrieving revision 1.99
23 retrieving revision 1.100
24 diff -u -r1.99 -r1.100
25 --- ChangeLog 17 Sep 2010 19:28:21 -0000 1.99
26 +++ ChangeLog 30 Sep 2010 18:40:47 -0000 1.100
27 @@ -1,6 +1,15 @@
28 # ChangeLog for sys-kernel/tuxonice-sources
29 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.99 2010/09/17 19:28:21 scarabeus Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.100 2010/09/30 18:40:47 nelchael Exp $
32 +
33 +*tuxonice-sources-2.6.35-r4 (30 Sep 2010)
34 +*tuxonice-sources-2.6.34-r7 (30 Sep 2010)
35 +*tuxonice-sources-2.6.32-r18 (30 Sep 2010)
36 +
37 + 30 Sep 2010; Krzysztof Pawlik <nelchael@g.o>
38 + +tuxonice-sources-2.6.32-r18.ebuild, +tuxonice-sources-2.6.34-r7.ebuild,
39 + +tuxonice-sources-2.6.35-r4.ebuild:
40 + Revision bumps for new genpatches.
41
42 *tuxonice-sources-2.6.35-r3 (17 Sep 2010)
43 *tuxonice-sources-2.6.34-r6 (17 Sep 2010)
44
45
46
47 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r18.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r18.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r18.ebuild?rev=1.1&content-type=text/plain
51
52 Index: tuxonice-sources-2.6.32-r18.ebuild
53 ===================================================================
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r18.ebuild,v 1.1 2010/09/30 18:40:47 nelchael Exp $
57
58 ETYPE="sources"
59 K_WANT_GENPATCHES="base extras"
60 K_GENPATCHES_VER="22"
61
62 inherit kernel-2
63 detect_version
64 detect_arch
65
66 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
67 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net"
68 IUSE=""
69
70 TUXONICE_SNAPSHOT=""
71 TUXONICE_VERSION="3.2-rc2"
72 TUXONICE_TARGET="2.6.32"
73
74 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
75 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
76 else
77 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
78 fi
79 TUXONICE_URI="http://www.tuxonice.net/files/${TUXONICE_SRC}.bz2"
80
81 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
82 UNIPATCH_STRICTORDER="yes"
83 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
84
85 KEYWORDS="~amd64 ~x86"
86
87 RDEPEND="${RDEPEND}
88 >=sys-apps/tuxonice-userui-1.0
89 >=sys-power/hibernate-script-2.0"
90
91 K_EXTRAELOG="If there are issues with this kernel, please direct any
92 queries to the tuxonice-users mailing list:
93 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
94 K_SECURITY_UNSUPPORTED="1"
95
96 pkg_postinst() {
97 kernel-2_pkg_postinst
98 einfo "For more info on this patchset, and how to report problems, see:"
99 einfo "${HOMEPAGE}"
100 }
101
102
103
104 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r7.ebuild
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r7.ebuild?rev=1.1&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r7.ebuild?rev=1.1&content-type=text/plain
108
109 Index: tuxonice-sources-2.6.34-r7.ebuild
110 ===================================================================
111 # Copyright 1999-2010 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r7.ebuild,v 1.1 2010/09/30 18:40:47 nelchael Exp $
114
115 ETYPE="sources"
116 K_WANT_GENPATCHES="base extras"
117 K_GENPATCHES_VER="13"
118
119 inherit kernel-2
120 detect_version
121 detect_arch
122
123 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
124 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net"
125 IUSE=""
126
127 TUXONICE_SNAPSHOT=""
128 TUXONICE_VERSION="3.2-rc2"
129 TUXONICE_TARGET="2.6.34"
130
131 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
132 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
133 else
134 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
135 fi
136
137 TUXONICE_URI="http://www.tuxonice.net/files/${TUXONICE_SRC}.bz2"
138
139 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
140 UNIPATCH_STRICTORDER="yes"
141 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
142
143 KEYWORDS="~amd64 ~x86"
144
145 RDEPEND="${RDEPEND}
146 >=sys-apps/tuxonice-userui-1.0
147 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )"
148
149 K_EXTRAELOG="If there are issues with this kernel, please direct any
150 queries to the tuxonice-users mailing list:
151 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
152 K_SECURITY_UNSUPPORTED="1"
153
154 pkg_postinst() {
155 kernel-2_pkg_postinst
156 einfo "For more info on this patchset, and how to report problems, see:"
157 einfo "${HOMEPAGE}"
158 }
159
160
161
162 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r4.ebuild
163
164 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r4.ebuild?rev=1.1&view=markup
165 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r4.ebuild?rev=1.1&content-type=text/plain
166
167 Index: tuxonice-sources-2.6.35-r4.ebuild
168 ===================================================================
169 # Copyright 1999-2010 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r4.ebuild,v 1.1 2010/09/30 18:40:47 nelchael Exp $
172
173 ETYPE="sources"
174 K_WANT_GENPATCHES="base extras"
175 K_GENPATCHES_VER="10"
176
177 inherit kernel-2
178 detect_version
179 detect_arch
180
181 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
182 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net"
183 IUSE=""
184
185 TUXONICE_SNAPSHOT=""
186 TUXONICE_VERSION="3.2-rc2"
187 TUXONICE_TARGET="2.6.35"
188
189 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
190 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
191 else
192 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
193 fi
194
195 TUXONICE_URI="http://www.tuxonice.net/files/${TUXONICE_SRC}.bz2"
196
197 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
198 UNIPATCH_STRICTORDER="yes"
199 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
200
201 KEYWORDS="~amd64 ~x86"
202
203 RDEPEND="${RDEPEND}
204 >=sys-apps/tuxonice-userui-1.0
205 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )"
206
207 K_EXTRAELOG="If there are issues with this kernel, please direct any
208 queries to the tuxonice-users mailing list:
209 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
210 K_SECURITY_UNSUPPORTED="1"
211
212 pkg_postinst() {
213 kernel-2_pkg_postinst
214 einfo "For more info on this patchset, and how to report problems, see:"
215 einfo "${HOMEPAGE}"
216 }