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.29-r1.ebuild tuxonice-sources-2.6.28-r10.ebuild
Date: Fri, 01 May 2009 22:10:15
Message-Id: E1M00vq-0001S6-Dg@stork.gentoo.org
1 nelchael 09/05/01 22:10:10
2
3 Modified: ChangeLog
4 Added: tuxonice-sources-2.6.29-r1.ebuild
5 tuxonice-sources-2.6.28-r10.ebuild
6 Log:
7 Revision bumps for new TOI patch and genpatches.
8 (Portage version: 2.1.6.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.58 sys-kernel/tuxonice-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.58&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.58&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.57&r2=1.58
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
20 retrieving revision 1.57
21 retrieving revision 1.58
22 diff -u -r1.57 -r1.58
23 --- ChangeLog 4 Apr 2009 12:02:03 -0000 1.57
24 +++ ChangeLog 1 May 2009 22:10:10 -0000 1.58
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.57 2009/04/04 12:02:03 nelchael Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.58 2009/05/01 22:10:10 nelchael Exp $
30 +
31 +*tuxonice-sources-2.6.29-r1 (01 May 2009)
32 +*tuxonice-sources-2.6.28-r10 (01 May 2009)
33 +
34 + 01 May 2009; Krzysiek Pawlik <nelchael@g.o>
35 + +tuxonice-sources-2.6.28-r10.ebuild, +tuxonice-sources-2.6.29-r1.ebuild:
36 + Revision bumps for new TOI patch and genpatches.
37
38 *tuxonice-sources-2.6.29 (04 Apr 2009)
39 *tuxonice-sources-2.6.28-r9 (04 Apr 2009)
40
41
42
43 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.29-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.29-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.29-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: tuxonice-sources-2.6.29-r1.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.29-r1.ebuild,v 1.1 2009/05/01 22:10:10 nelchael Exp $
53
54 ETYPE="sources"
55 K_WANT_GENPATCHES="base extras"
56 K_GENPATCHES_VER="2"
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.1"
67 TUXONICE_TARGET="2.6.29"
68 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
69 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.bz2"
70
71 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.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-1.0
79 >=sys-power/hibernate-script-2.0"
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-r10.ebuild
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.28-r10.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-r10.ebuild?rev=1.1&content-type=text/plain
97
98 Index: tuxonice-sources-2.6.28-r10.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-r10.ebuild,v 1.1 2009/05/01 22:10:10 nelchael Exp $
103
104 ETYPE="sources"
105 K_WANT_GENPATCHES="base extras"
106 K_GENPATCHES_VER="7"
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.1"
117 TUXONICE_TARGET="2.6.28"
118 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
119 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.bz2"
120
121 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.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-1.0
129 >=sys-power/hibernate-script-2.0"
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 }