diff options
Diffstat (limited to 'sys-kernel/cm-sources/cm-sources-2.6.23-r2.ebuild')
-rw-r--r-- | sys-kernel/cm-sources/cm-sources-2.6.23-r2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-kernel/cm-sources/cm-sources-2.6.23-r2.ebuild b/sys-kernel/cm-sources/cm-sources-2.6.23-r2.ebuild new file mode 100644 index 0000000..f9a1da3 --- /dev/null +++ b/sys-kernel/cm-sources/cm-sources-2.6.23-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Full sources including HRT patches" +HOMEPAGE="http://dev.gentoo.org/~angelos/" + +KEYWORDS="~amd64" +IUSE="" + +K_WANT_GENPATCHES="base" +K_GENPATCHES_VER="1" +HRT_VER="3" +UNIPATCH_STRICTORDER="1" +ETYPE="sources" +inherit kernel-2 + +detect_version + +UNIPATCH_LIST="${DISTDIR}/patch-${OKV}-hrt${HRT_VER}.patch.bz2" + +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} + http://www.kernel.org/pub/linux/kernel/people/tglx/hrtimers/${OKV}/patch-${OKV}-hrt${HRT_VER}.patch.bz2" |