| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.5_rc4.ebuild,v 1.1 2012/06/25 00:12:16 mpagano Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
UNIPATCH_STRICTORDER="yes"
|
| 7 |
K_NOUSENAME="yes"
|
| 8 |
K_NOSETEXTRAVERSION="yes"
|
| 9 |
K_NOUSEPR="yes"
|
| 10 |
K_SECURITY_UNSUPPORTED="yes"
|
| 11 |
K_DEBLOB_AVAILABLE=0
|
| 12 |
ETYPE="sources"
|
| 13 |
CKV="${PVR/-r/-git}"
|
| 14 |
|
| 15 |
# only use this if it's not an _rc/_pre release
|
| 16 |
[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
|
| 17 |
inherit kernel-2
|
| 18 |
detect_version
|
| 19 |
|
| 20 |
DESCRIPTION="The very latest -git version of the Linux kernel"
|
| 21 |
HOMEPAGE="http://www.kernel.org"
|
| 22 |
SRC_URI="${KERNEL_URI}"
|
| 23 |
|
| 24 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
|
| 25 |
IUSE=""
|
| 26 |
|
| 27 |
K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
|
| 28 |
experimental nature. If you have any issues, try a matching vanilla-sources
|
| 29 |
ebuild -- if the problem is not there, please contact the upstream kernel
|
| 30 |
developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to
|
| 31 |
report the problem so it can be fixed in time for the next kernel release."
|
| 32 |
|
| 33 |
pkg_postinst() {
|
| 34 |
postinst_sources
|
| 35 |
}
|