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.34-r4.ebuild ChangeLog tuxonice-sources-2.6.32-r15.ebuild
Date: Tue, 31 Aug 2010 16:15:49
Message-Id: 20100831161543.D79F020051@flycatcher.gentoo.org
1 nelchael 10/08/31 16:15:43
2
3 Modified: ChangeLog
4 Added: tuxonice-sources-2.6.34-r4.ebuild
5 tuxonice-sources-2.6.32-r15.ebuild
6 Log:
7 Revision bump for new genpatches.
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.97 sys-kernel/tuxonice-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.97&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.97&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.96&r2=1.97
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
20 retrieving revision 1.96
21 retrieving revision 1.97
22 diff -u -r1.96 -r1.97
23 --- ChangeLog 31 Aug 2010 10:26:08 -0000 1.96
24 +++ ChangeLog 31 Aug 2010 16:15:43 -0000 1.97
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-kernel/tuxonice-sources
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.96 2010/08/31 10:26:08 nelchael Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.97 2010/08/31 16:15:43 nelchael Exp $
30 +
31 +*tuxonice-sources-2.6.34-r4 (31 Aug 2010)
32 +*tuxonice-sources-2.6.32-r15 (31 Aug 2010)
33 +
34 + 31 Aug 2010; Krzysztof Pawlik <nelchael@g.o>
35 + +tuxonice-sources-2.6.32-r15.ebuild, +tuxonice-sources-2.6.34-r4.ebuild:
36 + Revision bump for new genpatches.
37
38 31 Aug 2010; Krzysztof Pawlik <nelchael@g.o>
39 tuxonice-sources-2.6.30-r6.ebuild, tuxonice-sources-2.6.30-r11.ebuild,
40
41
42
43 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: tuxonice-sources-2.6.34-r4.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.34-r4.ebuild,v 1.1 2010/08/31 16:15:43 nelchael Exp $
53
54 ETYPE="sources"
55 K_WANT_GENPATCHES="base extras"
56 K_GENPATCHES_VER="9"
57
58 inherit kernel-2
59 detect_version
60 detect_arch
61
62 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
63 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net"
64 IUSE=""
65
66 TUXONICE_SNAPSHOT=""
67 TUXONICE_VERSION="3.2-rc1"
68 TUXONICE_TARGET="2.6.34"
69
70 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
71 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
72 else
73 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
74 fi
75
76 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.bz2"
77
78 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
79 UNIPATCH_STRICTORDER="yes"
80 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
81
82 KEYWORDS="~amd64 ~x86"
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
89 queries to the tuxonice-users mailing list:
90 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
91 K_SECURITY_UNSUPPORTED="1"
92
93 pkg_postinst() {
94 kernel-2_pkg_postinst
95 einfo "For more info on this patchset, and how to report problems, see:"
96 einfo "${HOMEPAGE}"
97 }
98
99
100
101 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r15.ebuild
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r15.ebuild?rev=1.1&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r15.ebuild?rev=1.1&content-type=text/plain
105
106 Index: tuxonice-sources-2.6.32-r15.ebuild
107 ===================================================================
108 # Copyright 1999-2010 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r15.ebuild,v 1.1 2010/08/31 16:15:43 nelchael Exp $
111
112 ETYPE="sources"
113 K_WANT_GENPATCHES="base extras"
114 K_GENPATCHES_VER="19"
115
116 inherit kernel-2
117 detect_version
118 detect_arch
119
120 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
121 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net"
122 IUSE=""
123
124 TUXONICE_SNAPSHOT=""
125 TUXONICE_VERSION="3.2-rc1"
126 TUXONICE_TARGET="2.6.32"
127
128 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
129 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
130 else
131 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
132 fi
133
134 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${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 }