mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-05 23:33:11 +01:00
pentoo-sources .30, update your kernel patches and LONG LIVE PENTOO
This commit is contained in:
parent
3dc03edb18
commit
f7031d25a3
1 changed files with 31 additions and 0 deletions
31
sys-kernel/pentoo-sources/pentoo-sources-2.6.30.ebuild
Normal file
31
sys-kernel/pentoo-sources/pentoo-sources-2.6.30.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
ETYPE="sources"
|
||||
K_WANT_GENPATCHES="base extras"
|
||||
K_GENPATCHES_VER="2"
|
||||
PENPATCHES_VER="1"
|
||||
inherit kernel-2
|
||||
detect_version
|
||||
detect_arch
|
||||
K_SECURITY_UNSUPPORTED="1"
|
||||
|
||||
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
HOMEPAGE="http://dev.pentoo.ch/~grimmlin/penpatches"
|
||||
|
||||
DESCRIPTION="Full sources including the Pentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
|
||||
|
||||
PENPATCHES="penpatches-${PV}-${PENPATCHES_VER}.tar.bz2"
|
||||
PENPATCHES_URI="http://dev.pentoo.ch/~grimmlin/penpatches/${PENPATCHES}"
|
||||
|
||||
UNIPATCH_LIST="${DISTDIR}/${PENPATCHES} \
|
||||
${FILESDIR}/rtl8187-led-blink-config-2.6.29-2.6.30-remove.patch"
|
||||
|
||||
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${PENPATCHES_URI}"
|
||||
|
||||
pkg_postinst() {
|
||||
kernel-2_pkg_postinst
|
||||
einfo "For more info on this patchset, and how to report problems, see:"
|
||||
einfo "${HOMEPAGE}"
|
||||
}
|
||||
Loading…
Reference in a new issue