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.25-r6.ebuild
Date: Mon, 30 Jun 2008 19:43:28
Message-Id: E1KDPHV-0000rn-Vw@stork.gentoo.org
1 nelchael 08/06/30 19:43:21
2
3 Modified: ChangeLog
4 Added: tuxonice-sources-2.6.25-r6.ebuild
5 Log:
6 Revision bump for new version of genpatches.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r5 x86_64)
8
9 Revision Changes Path
10 1.38 sys-kernel/tuxonice-sources/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 17 Jun 2008 19:37:21 -0000 1.37
23 +++ ChangeLog 30 Jun 2008 19:43:21 -0000 1.38
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-kernel/tuxonice-sources
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.37 2008/06/17 19:37:21 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.38 2008/06/30 19:43:21 nelchael Exp $
29 +
30 +*tuxonice-sources-2.6.25-r6 (30 Jun 2008)
31 +
32 + 30 Jun 2008; Krzysiek Pawlik <nelchael@g.o>
33 + +tuxonice-sources-2.6.25-r6.ebuild:
34 + Revision bump for new version of genpatches.
35
36 17 Jun 2008; Krzysiek Pawlik <nelchael@g.o>
37 -files/2.6.24-3.0-rc5-userui-fix.patch,
38
39
40
41 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-2.6.25-r6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.25-r6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-2.6.25-r6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tuxonice-sources-2.6.25-r6.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.25-r6.ebuild,v 1.1 2008/06/30 19:43:21 nelchael Exp $
51
52 ETYPE="sources"
53 K_WANT_GENPATCHES="base extras"
54 K_GENPATCHES_VER="7"
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
63 TUXONICE_VERSION="3.0-rc7"
64 TUXONICE_TARGET="2.6.25"
65 TUXONICE_SRC="tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}"
66 TUXONICE_URI="http://www.tuxonice.net/downloads/all/${TUXONICE_SRC}.patch.bz2"
67
68 UNIPATCH_LIST="${DISTDIR}/${TUXONICE_SRC}.patch.bz2"
69 UNIPATCH_STRICTORDER="yes"
70 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
71
72 KEYWORDS="~amd64 ~x86"
73
74 RDEPEND="${RDEPEND}
75 >=sys-apps/tuxonice-userui-0.7.2
76 >=sys-power/hibernate-script-1.97"
77
78 K_EXTRAELOG="If there are issues with this kernel, please direct any
79 queries to the tuxonice-users mailing list:
80 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
81
82 pkg_postinst() {
83 kernel-2_pkg_postinst
84 einfo "For more info on this patchset, and how to report problems, see:"
85 einfo "${HOMEPAGE}"
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list