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.32-r7.ebuild
Date: Thu, 01 Apr 2010 23:47:30
Message-Id: E1NxU6f-0001ES-3N@stork.gentoo.org
1 nelchael 10/04/01 23:47:25
2
3 Modified: ChangeLog
4 Added: tuxonice-sources-2.6.32-r7.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.77 sys-kernel/tuxonice-sources/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.77&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.77&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.76&r2=1.77
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
19 retrieving revision 1.76
20 retrieving revision 1.77
21 diff -u -r1.76 -r1.77
22 --- ChangeLog 29 Mar 2010 22:25:37 -0000 1.76
23 +++ ChangeLog 1 Apr 2010 23:47:24 -0000 1.77
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.76 2010/03/29 22:25:37 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.77 2010/04/01 23:47:24 nelchael Exp $
29 +
30 +*tuxonice-sources-2.6.32-r7 (01 Apr 2010)
31 +
32 + 01 Apr 2010; Krzysztof Pawlik <nelchael@g.o>
33 + +tuxonice-sources-2.6.32-r7.ebuild:
34 + Revision bump for new genpatches.
35
36 29 Mar 2010; Krzysztof Pawlik <nelchael@g.o> metadata.xml:
37 Update my first name.
38
39
40
41 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.32-r7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tuxonice-sources-2.6.32-r7.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.32-r7.ebuild,v 1.1 2010/04/01 23:47:24 nelchael Exp $
51
52 ETYPE="sources"
53 K_WANT_GENPATCHES="base extras"
54 K_GENPATCHES_VER="9"
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.32"
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
90 pkg_postinst() {
91 kernel-2_pkg_postinst
92 einfo "For more info on this patchset, and how to report problems, see:"
93 einfo "${HOMEPAGE}"
94 }