diff options
author | Mike Pagano <mpagano@gentoo.org> | 2016-03-16 19:56:04 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2016-03-16 19:56:04 -0400 |
commit | 3a3d1f6afd4b58c0593fd943d2b15143aaeeaec1 (patch) | |
tree | e054dd60ab7173931db51450fe2021338d2ea8b9 /sys-kernel/gentoo-sources/gentoo-sources-4.4.6.ebuild | |
parent | 26dbb391ffeb2b178fc84d204d7aceef7f5c6390 (diff) | |
download | gentoo-3a3d1f6afd4b58c0593fd943d2b15143aaeeaec1.tar.gz gentoo-3a3d1f6afd4b58c0593fd943d2b15143aaeeaec1.tar.xz |
sys-kernel/gentoo-sources: Linux patch 4.4.6
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-kernel/gentoo-sources/gentoo-sources-4.4.6.ebuild')
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-4.4.6.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.6.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.4.6.ebuild new file mode 100644 index 00000000000..c99e31e9d32 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.6.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="8" +K_DEBLOB_AVAILABLE="0" +K_KDBUS_AVAILABLE="0" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} |