Gentoo Archives: gentoo-commits

From: "Daniel Drake (dsd)" <dsd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: ChangeLog gentoo-sources-2.6.24-r6.ebuild
Date: Sat, 19 Apr 2008 21:17:54
Message-Id: E1JnKRS-0005K0-W2@stork.gentoo.org
1 dsd 08/04/19 21:17:50
2
3 Modified: ChangeLog
4 Added: gentoo-sources-2.6.24-r6.ebuild
5 Log:
6 Update to Linux 2.6.24.5. Fix ipw2200 radiotap interface. Fix headphone port and PC speaker for Fujitsu ALC262 sound. Fix alpha UAC sysctl warnings. Fix ppc modular build of ppc apm_emu.
7 (Portage version: 2.1.5_rc2)
8
9 Revision Changes Path
10 1.505 sys-kernel/gentoo-sources/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.505&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.505&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.504&r2=1.505
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
19 retrieving revision 1.504
20 retrieving revision 1.505
21 diff -u -r1.504 -r1.505
22 --- ChangeLog 19 Apr 2008 08:17:54 -0000 1.504
23 +++ ChangeLog 19 Apr 2008 21:17:50 -0000 1.505
24 @@ -1,6 +1,14 @@
25 # ChangeLog for sys-kernel/gentoo-sources
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.504 2008/04/19 08:17:54 dsd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.505 2008/04/19 21:17:50 dsd Exp $
29 +
30 +*gentoo-sources-2.6.24-r6 (19 Apr 2008)
31 +
32 + 19 Apr 2008; Daniel Drake <dsd@g.o>
33 + +gentoo-sources-2.6.24-r6.ebuild:
34 + Update to Linux 2.6.24.5. Fix ipw2200 radiotap interface. Fix headphone
35 + port and PC speaker for Fujitsu ALC262 sound. Fix alpha UAC sysctl
36 + warnings. Fix ppc modular build of ppc apm_emu.
37
38 *gentoo-sources-2.6.25-r1 (19 Apr 2008)
39
40
41
42
43 1.1 sys-kernel/gentoo-sources/gentoo-sources-2.6.24-r6.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.6.24-r6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.6.24-r6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gentoo-sources-2.6.24-r6.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.6.24-r6.ebuild,v 1.1 2008/04/19 21:17:50 dsd Exp $
53
54 ETYPE="sources"
55 K_WANT_GENPATCHES="base extras"
56 K_GENPATCHES_VER="7"
57 inherit kernel-2
58 detect_version
59 detect_arch
60
61 KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
62 HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches"
63
64 DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
65 SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
66
67 pkg_postinst() {
68 kernel-2_pkg_postinst
69 einfo "For more info on this patchset, and how to report problems, see:"
70 einfo "${HOMEPAGE}"
71 }
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list