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