Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: git-sources-2.6.27_rc9.ebuild
Date: Tue, 07 Oct 2008 01:38:45
Message-Id: E1Kn1X9-0002lu-9A@stork.gentoo.org
1 mpagano 08/10/07 01:38:43
2
3 Added: git-sources-2.6.27_rc9.ebuild
4 Log:
5 Version bump
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.1 sys-kernel/git-sources/git-sources-2.6.27_rc9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27_rc9.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27_rc9.ebuild?rev=1.1&content-type=text/plain
13
14 Index: git-sources-2.6.27_rc9.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27_rc9.ebuild,v 1.1 2008/10/07 01:38:42 mpagano Exp $
19
20 UNIPATCH_STRICTORDER="yes"
21 K_NOUSENAME="yes"
22 K_NOSETEXTRAVERSION="yes"
23 K_NOUSEPR="yes"
24 K_SECURITY_UNSUPPORTED="yes"
25 ETYPE="sources"
26 CKV="${PVR/-r/-git}"
27 # only use this if it's not an _rc/_pre release
28 [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
29 inherit kernel-2
30 detect_version
31
32 DESCRIPTION="The very latest -git version of the Linux kernel"
33 HOMEPAGE="http://www.kernel.org"
34 #SRC_URI="${KERNEL_URI} mirror://kernel/linux/kernel/v2.6/snapshots/patch-${KV_FULL}.bz2"
35 SRC_URI="${KERNEL_URI}"
36 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
37 IUSE=""
38
39 K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
40 experimental nature. If you have any issues, try a matching vanilla-sources
41 ebuild -- if the problem is not there, please contact the upstream kernel
42 developers at http://bugme.osdl.org and on the linux-kernel mailing list to
43 report the problem so it can be fixed in time for the next kernel release."
44
45 K_EXTRAEWARN="If your system utilizes the e1000e driver DO NOT install and run
46 any kernel < 2.6.27_rc8. See bug #238489 for more information"
47
48 pkg_postinst() {
49 postinst_sources
50 }