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.33-r2.ebuild ChangeLog
Date: Mon, 03 May 2010 17:18:20
Message-Id: 20100503171813.D46AA2C36E@corvid.gentoo.org
1 nelchael 10/05/03 17:18:13
2
3 Modified: ChangeLog
4 Added: tuxonice-sources-2.6.33-r2.ebuild
5 Log:
6 Revision bump for new genpatches.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.81 sys-kernel/tuxonice-sources/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.81&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.81&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.80&r2=1.81
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
19 retrieving revision 1.80
20 retrieving revision 1.81
21 diff -u -r1.80 -r1.81
22 --- ChangeLog 26 Apr 2010 07:39:53 -0000 1.80
23 +++ ChangeLog 3 May 2010 17:18:13 -0000 1.81
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-kernel/tuxonice-sources
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.80 2010/04/26 07:39:53 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.81 2010/05/03 17:18:13 nelchael Exp $
29 +
30 +*tuxonice-sources-2.6.33-r2 (03 May 2010)
31 +
32 + 03 May 2010; Krzysztof Pawlik <nelchael@g.o>
33 + +tuxonice-sources-2.6.33-r2.ebuild:
34 + Revision bump for new genpatches.
35
36 26 Apr 2010; Robin H. Johnson <robbat2@g.o> metadata.xml:
37 Update Manifest for deblob support in kernel-2 eclass.
38
39
40
41 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.33-r2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.33-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.33-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tuxonice-sources-2.6.33-r2.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.33-r2.ebuild,v 1.1 2010/05/03 17:18:13 nelchael Exp $
51
52 ETYPE="sources"
53 K_WANT_GENPATCHES="base extras"
54 K_GENPATCHES_VER="3"
55
56 inherit kernel-2
57 detect_version
58 detect_arch
59
60 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
61 HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches/ http://www.tuxonice.net"
62 IUSE=""
63
64 TUXONICE_SNAPSHOT=""
65 TUXONICE_VERSION="3.1"
66 TUXONICE_TARGET="2.6.33"
67
68 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
69 TUXONICE_SRC="current-tuxonice-for-${TUXONICE_TARGET}.patch-${TUXONICE_SNAPSHOT}"
70 else
71 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
72 fi
73
74 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.bz2"
75
76 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.bz2"
77 UNIPATCH_STRICTORDER="yes"
78 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
79
80 KEYWORDS="~amd64 ~x86"
81
82 RDEPEND="${RDEPEND}
83 >=sys-apps/tuxonice-userui-1.0
84 >=sys-power/hibernate-script-2.0"
85
86 K_EXTRAELOG="If there are issues with this kernel, please direct any
87 queries to the tuxonice-users mailing list:
88 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
89 K_SECURITY_UNSUPPORTED="1"
90
91 pkg_postinst() {
92 kernel-2_pkg_postinst
93 einfo "For more info on this patchset, and how to report problems, see:"
94 einfo "${HOMEPAGE}"
95 }