summaryrefslogtreecommitdiff
blob: bf99e429f55455afb7d9f75a96d56c9f3e526386 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-2.6.24-r4.ebuild,v 1.3 2008/03/31 11:55:02 armin76 Exp $

ETYPE="sources"
K_WANT_GENPATCHES="base extras"
K_GENPATCHES_VER="5"
inherit kernel-2
detect_version
detect_arch

CK_VERSION="2.6.24.1"
CK_PATCH="ck-${CK_VERSION}.patch.bz2"
CK_URI="http://dev.gentoo.org/~dang/ck/${CK_PATCH}"

UNIPATCH_LIST="${DISTDIR}/${CK_PATCH}"
UNIPATCH_STRICTORDER="yes"

KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sh sparc x86"
HOMEPAGE="http://dev.gentoo.org/~dang/ck/"

DESCRIPTION="-ck on top of gentoo-sources"
SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${CK_URI}"

K_EXTRAELOG="If there's issues with this, do not post bugs; instead, contact
dang@gentoo.org directly."

pkg_postinst() {
	kernel-2_pkg_postinst
	einfo "For more info on this patchset, and how to report problems, see:"
	einfo "${HOMEPAGE}"
}