Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/tuxonice-sources: ChangeLog tuxonice-sources-2.6.27-r9.ebuild tuxonice-sources-2.6.28-r1.ebuild
Date: Mon, 19 Jan 2009 19:03:39
Message-Id: E1LOzPL-0005j6-Hw@stork.gentoo.org
1 nelchael 09/01/19 19:03:35
2
3 Modified: ChangeLog
4 Added: tuxonice-sources-2.6.27-r9.ebuild
5 tuxonice-sources-2.6.28-r1.ebuild
6 Log:
7 Revision bump for new genpatches.
8 (Portage version: 2.1.6.7/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.47 sys-kernel/tuxonice-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.47&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.47&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.46&r2=1.47
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
20 retrieving revision 1.46
21 retrieving revision 1.47
22 diff -u -r1.46 -r1.47
23 --- ChangeLog 13 Jan 2009 23:07:43 -0000 1.46
24 +++ ChangeLog 19 Jan 2009 19:03:35 -0000 1.47
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sys-kernel/tuxonice-sources
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.46 2009/01/13 23:07:43 nelchael Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.47 2009/01/19 19:03:35 nelchael Exp $
30 +
31 +*tuxonice-sources-2.6.28-r1 (19 Jan 2009)
32 +*tuxonice-sources-2.6.27-r9 (19 Jan 2009)
33 +
34 + 19 Jan 2009; <nelchael@g.o> +tuxonice-sources-2.6.27-r9.ebuild,
35 + +tuxonice-sources-2.6.28-r1.ebuild:
36 + Revision bump for new genpatches.
37
38 *tuxonice-sources-2.6.27-r8 (13 Jan 2009)
39
40
41
42
43 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.27-r9.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.27-r9.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.27-r9.ebuild?rev=1.1&content-type=text/plain
47
48 Index: tuxonice-sources-2.6.27-r9.ebuild
49 ===================================================================
50 # Copyright 1999-2009 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.27-r9.ebuild,v 1.1 2009/01/19 19:03:35 nelchael Exp $
53
54 ETYPE="sources"
55 K_WANT_GENPATCHES="base extras"
56 K_GENPATCHES_VER="10"
57
58 inherit kernel-2
59 detect_version
60 detect_arch
61
62 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
63 HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches http://www.tuxonice.net"
64 IUSE=""
65
66 TUXONICE_VERSION="3.0-rc8"
67 TUXONICE_TARGET="2.6.27"
68 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}"
69 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.patch.bz2"
70
71 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.patch.bz2"
72 UNIPATCH_STRICTORDER="yes"
73 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
74
75 KEYWORDS="~amd64 ~x86"
76
77 RDEPEND="${RDEPEND}
78 >=sys-apps/tuxonice-userui-0.7.3
79 >=sys-power/hibernate-script-1.99"
80
81 K_EXTRAELOG="If there are issues with this kernel, please direct any
82 queries to the tuxonice-users mailing list:
83 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
84
85 pkg_postinst() {
86 kernel-2_pkg_postinst
87 einfo "For more info on this patchset, and how to report problems, see:"
88 einfo "${HOMEPAGE}"
89 }
90
91
92
93 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r1.ebuild
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r1.ebuild?rev=1.1&view=markup
96 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r1.ebuild?rev=1.1&content-type=text/plain
97
98 Index: tuxonice-sources-2.6.28-r1.ebuild
99 ===================================================================
100 # Copyright 1999-2009 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r1.ebuild,v 1.1 2009/01/19 19:03:35 nelchael Exp $
103
104 ETYPE="sources"
105 K_WANT_GENPATCHES="base extras"
106 K_GENPATCHES_VER="2"
107
108 inherit kernel-2
109 detect_version
110 detect_arch
111
112 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
113 HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches http://www.tuxonice.net"
114 IUSE=""
115
116 TUXONICE_VERSION="3.0-rc8"
117 TUXONICE_TARGET="2.6.28"
118 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}"
119 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.patch.bz2"
120
121 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.patch.bz2"
122 UNIPATCH_STRICTORDER="yes"
123 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
124
125 KEYWORDS="~amd64 ~x86"
126
127 RDEPEND="${RDEPEND}
128 >=sys-apps/tuxonice-userui-0.7.3
129 >=sys-power/hibernate-script-1.99"
130
131 K_EXTRAELOG="If there are issues with this kernel, please direct any
132 queries to the tuxonice-users mailing list:
133 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
134
135 pkg_postinst() {
136 kernel-2_pkg_postinst
137 einfo "For more info on this patchset, and how to report problems, see:"
138 einfo "${HOMEPAGE}"
139 }