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_rc5-r10.ebuild
Date: Tue, 09 Sep 2008 00:30:27
Message-Id: E1Kcr7h-0003aY-5p@stork.gentoo.org
1 mpagano 08/09/09 00:30:25
2
3 Added: git-sources-2.6.27_rc5-r10.ebuild
4 Log:
5 Version bump
6 (Portage version: 2.2_rc8/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_rc5-r10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-kernel/git-sources/git-sources-2.6.27_rc5-r10.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_rc5-r10.ebuild?rev=1.1&content-type=text/plain
13
14 Index: git-sources-2.6.27_rc5-r10.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_rc5-r10.ebuild,v 1.1 2008/09/09 00:30:24 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 pkg_postinst() {
46 postinst_sources
47 }