| 1 |
# Copyright 1999-2013 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.9.ebuild,v 1.7 2013/03/01 00:26:52 tomwij Exp $
|
| 4 |
|
| 5 |
EAPI="3"
|
| 6 |
ETYPE="sources"
|
| 7 |
K_WANT_GENPATCHES="base extras"
|
| 8 |
K_GENPATCHES_VER="10"
|
| 9 |
K_DEBLOB_AVAILABLE="1"
|
| 10 |
inherit kernel-2
|
| 11 |
detect_version
|
| 12 |
detect_arch
|
| 13 |
|
| 14 |
KEYWORDS="amd64 arm hppa ppc ppc64"
|
| 15 |
HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"
|
| 16 |
IUSE="deblob"
|
| 17 |
|
| 18 |
DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
| 19 |
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
|
| 20 |
|
| 21 |
pkg_postinst() {
|
| 22 |
kernel-2_pkg_postinst
|
| 23 |
einfo "For more info on this patchset, and how to report problems, see:"
|
| 24 |
einfo "${HOMEPAGE}"
|
| 25 |
}
|
| 26 |
|
| 27 |
pkg_postrm() {
|
| 28 |
kernel-2_pkg_postrm
|
| 29 |
}
|