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.35-r8.ebuild ChangeLog tuxonice-sources-2.6.32-r21.ebuild
Date: Tue, 23 Nov 2010 00:47:02
Message-Id: 20101123004658.2240020051@flycatcher.gentoo.org
1 nelchael 10/11/23 00:46:58
2
3 Modified: ChangeLog
4 Added: tuxonice-sources-2.6.35-r8.ebuild
5 tuxonice-sources-2.6.32-r21.ebuild
6 Log:
7 Revision bump for new genpatches.
8
9 (Portage version: 2.1.9.24/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.107 sys-kernel/tuxonice-sources/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.107&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.107&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.106&r2=1.107
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
21 retrieving revision 1.106
22 retrieving revision 1.107
23 diff -u -r1.106 -r1.107
24 --- ChangeLog 23 Nov 2010 00:13:43 -0000 1.106
25 +++ ChangeLog 23 Nov 2010 00:46:58 -0000 1.107
26 @@ -1,6 +1,13 @@
27 # ChangeLog for sys-kernel/tuxonice-sources
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.106 2010/11/23 00:13:43 nelchael Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.107 2010/11/23 00:46:58 nelchael Exp $
31 +
32 +*tuxonice-sources-2.6.35-r8 (23 Nov 2010)
33 +*tuxonice-sources-2.6.32-r21 (23 Nov 2010)
34 +
35 + 23 Nov 2010; Krzysztof Pawlik <nelchael@g.o>
36 + +tuxonice-sources-2.6.32-r21.ebuild, +tuxonice-sources-2.6.35-r8.ebuild:
37 + Revision bump for new genpatches.
38
39 *tuxonice-sources-2.6.36-r2 (23 Nov 2010)
40
41
42
43
44 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r8.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r8.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r8.ebuild?rev=1.1&content-type=text/plain
48
49 Index: tuxonice-sources-2.6.35-r8.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.35-r8.ebuild,v 1.1 2010/11/23 00:46:58 nelchael Exp $
54
55 ETYPE="sources"
56 K_WANT_GENPATCHES="base extras"
57 K_GENPATCHES_VER="14"
58
59 inherit kernel-2
60 detect_version
61 detect_arch
62
63 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
64 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net"
65 IUSE=""
66
67 TUXONICE_SNAPSHOT=""
68 TUXONICE_VERSION="3.2-rc2"
69 TUXONICE_TARGET="2.6.35"
70
71 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
72 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
73 else
74 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
75 fi
76
77 TUXONICE_URI="http://www.tuxonice.net/files/${TUXONICE_SRC}.bz2"
78
79 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
80 UNIPATCH_STRICTORDER="yes"
81 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
82
83 KEYWORDS="~amd64 ~x86"
84
85 RDEPEND="${RDEPEND}
86 >=sys-apps/tuxonice-userui-1.0
87 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )"
88
89 K_EXTRAELOG="If there are issues with this kernel, please direct any
90 queries to the tuxonice-users mailing list:
91 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
92 K_SECURITY_UNSUPPORTED="1"
93
94 pkg_postinst() {
95 kernel-2_pkg_postinst
96 einfo "For more info on this patchset, and how to report problems, see:"
97 einfo "${HOMEPAGE}"
98 }
99
100
101
102 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r21.ebuild
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r21.ebuild?rev=1.1&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r21.ebuild?rev=1.1&content-type=text/plain
106
107 Index: tuxonice-sources-2.6.32-r21.ebuild
108 ===================================================================
109 # Copyright 1999-2010 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r21.ebuild,v 1.1 2010/11/23 00:46:58 nelchael Exp $
112
113 ETYPE="sources"
114 K_WANT_GENPATCHES="base extras"
115 K_GENPATCHES_VER="27"
116
117 inherit kernel-2
118 detect_version
119 detect_arch
120
121 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
122 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net"
123 IUSE=""
124
125 TUXONICE_SNAPSHOT=""
126 TUXONICE_VERSION="3.2-rc2"
127 TUXONICE_TARGET="2.6.32"
128
129 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
130 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
131 else
132 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
133 fi
134 TUXONICE_URI="http://www.tuxonice.net/files/${TUXONICE_SRC}.bz2"
135
136 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
137 UNIPATCH_STRICTORDER="yes"
138 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
139
140 KEYWORDS="~amd64 ~x86"
141
142 RDEPEND="${RDEPEND}
143 >=sys-apps/tuxonice-userui-1.0
144 >=sys-power/hibernate-script-2.0"
145
146 K_EXTRAELOG="If there are issues with this kernel, please direct any
147 queries to the tuxonice-users mailing list:
148 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
149 K_SECURITY_UNSUPPORTED="1"
150
151 pkg_postinst() {
152 kernel-2_pkg_postinst
153 einfo "For more info on this patchset, and how to report problems, see:"
154 einfo "${HOMEPAGE}"
155 }