diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-04-18 00:01:10 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2010-04-18 00:01:10 +0000 |
commit | 1071123437435877ac577681530e7fd65f57752c (patch) | |
tree | 73895a963a8ee188504108dc3667cb7d844d111f /sys-kernel/ck-sources/ck-sources-2.6.32.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-1071123437435877ac577681530e7fd65f57752c.tar.gz gentoo-2-1071123437435877ac577681530e7fd65f57752c.tar.bz2 gentoo-2-1071123437435877ac577681530e7fd65f57752c.zip |
Initial commit of new ck-sources, see bug #297169.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel/ck-sources/ck-sources-2.6.32.ebuild')
-rw-r--r-- | sys-kernel/ck-sources/ck-sources-2.6.32.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sys-kernel/ck-sources/ck-sources-2.6.32.ebuild b/sys-kernel/ck-sources/ck-sources-2.6.32.ebuild new file mode 100644 index 000000000000..b7a42a409116 --- /dev/null +++ b/sys-kernel/ck-sources/ck-sources-2.6.32.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-2.6.32.ebuild,v 1.1 2010/04/18 00:01:10 nelchael Exp $ + +ETYPE="sources" +K_WANT_GENPATCHES="base extras" +K_GENPATCHES_VER="9" +CK_VERSION="2" + +inherit kernel-2 +detect_version +detect_arch + +DESCRIPTION="Con Kolivas' high performance patchset + Gentoo patchset sources" +HOMEPAGE="http://dev.gentoo.org/~dsd/genpatches/ + http://www.kernel.org/pub/linux/kernel/people/ck/patches/2.6/" +IUSE="" + +CK_URI="mirror://kernel/linux/kernel/people/ck/patches/2.6/${PV}/${PV}-ck${CK_VERSION}/patch-${PV}-ck${CK_VERSION}.bz2" + +UNIPATCH_LIST="${DISTDIR}/patch-${PV}-ck${CK_VERSION}.bz2" +UNIPATCH_STRICTORDER="yes" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${CK_URI}" + +KEYWORDS="~amd64 ~x86" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} |