Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/tuxonice-sources: tuxonice-sources-3.0.11.ebuild ChangeLog
Date: Wed, 30 Nov 2011 15:18:15
Message-Id: 20111130151806.0B8792004B@flycatcher.gentoo.org
1 pacho 11/11/30 15:18:06
2
3 Modified: ChangeLog
4 Added: tuxonice-sources-3.0.11.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.38/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.127 sys-kernel/tuxonice-sources/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.127&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.127&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.126&r2=1.127
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v
20 retrieving revision 1.126
21 retrieving revision 1.127
22 diff -u -r1.126 -r1.127
23 --- ChangeLog 20 Nov 2011 16:23:20 -0000 1.126
24 +++ ChangeLog 30 Nov 2011 15:18:05 -0000 1.127
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-kernel/tuxonice-sources
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.126 2011/11/20 16:23:20 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.127 2011/11/30 15:18:05 pacho Exp $
30 +
31 +*tuxonice-sources-3.0.11 (30 Nov 2011)
32 +
33 + 30 Nov 2011; Pacho Ramos <pacho@g.o> +tuxonice-sources-3.0.11.ebuild:
34 + Version bump.
35
36 *tuxonice-sources-3.0.9 (20 Nov 2011)
37
38
39
40
41 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-3.0.11.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.0.11.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.0.11.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tuxonice-sources-3.0.11.ebuild
47 ===================================================================
48 # Copyright 1999-2011 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-3.0.11.ebuild,v 1.1 2011/11/30 15:18:05 pacho Exp $
51
52 EAPI="4"
53
54 ETYPE="sources"
55 K_WANT_GENPATCHES="base extras"
56 K_GENPATCHES_VER="11"
57
58 inherit kernel-2
59 detect_version
60 detect_arch
61
62 DESCRIPTION="TuxOnIce + Gentoo patchset sources"
63 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net"
64 IUSE=""
65
66 TUXONICE_SNAPSHOT="20111012"
67 TUXONICE_VERSION=""
68 TUXONICE_TARGET="3.0"
69
70 # Because "current" patches can change without notifying, we need to supply them
71 if [[ -n "${TUXONICE_SNAPSHOT}" ]]; then
72 TUXONICE_SRC="http://dev.gentoo.org/~pacho/tuxonice/current-tuxonice-for-${TUXONICE_TARGET}_${TUXONICE_SNAPSHOT}.patch"
73 UNIPATCH_LIST="${DISTDIR}/current-tuxonice-for-${TUXONICE_TARGET}_${TUXONICE_SNAPSHOT}.patch.bz2"
74 else
75 TUXONICE_SRC="http://www.tuxonice.net/files/tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch"
76 UNIPATCH_LIST="${DISTDIR}/tuxonice-${TUXONICE_VERSION}-for-${TUXONICE_TARGET}.patch.bz2"
77 fi
78
79 TUXONICE_URI="${TUXONICE_SRC}.bz2"
80
81 UNIPATCH_STRICTORDER="yes"
82 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}"
83
84 KEYWORDS="~amd64 ~x86"
85
86 RDEPEND="${RDEPEND}
87 >=sys-apps/tuxonice-userui-1.0
88 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )"
89
90 K_EXTRAELOG="If there are issues with this kernel, please direct any
91 queries to the tuxonice-users mailing list:
92 http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"
93 K_SECURITY_UNSUPPORTED="1"
94
95 pkg_postinst() {
96 kernel-2_pkg_postinst
97 einfo "For more info on this patchset, and how to report problems, see:"
98 einfo "${HOMEPAGE}"
99 }