summaryrefslogtreecommitdiff
blob: 7929d35a1c0b51995351048b6fc318050d27a192 (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc-dev-sources/ppc-dev-sources-2.6.ebuild,v 1.3 2004/06/24 23:00:47 agriffis Exp $

DESCRIPTION="Dummy ebuild pointing the user to gentoo-dev-sources as 2.6 kernel (incl pegasos)"
LICENSE="GPL-2"

KEYWORDS="-* ppc"
SRC_URI=""
HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/benh/"
SLOT="2.6"
DEPEND=""
RDEPEND=""


src_unpack() {
	echo
	ewarn "Benjamin Herrenschmidt (benh), the upstream ppc kernel maintainer, has merged his 2.6 tree"
	ewarn "with linus' tree. This means a separate ppc 2.6 kernel sources ebuild is no longer necessary"
	ewarn ""
	ewarn "Please use one of following kernels:"
	ewarn " - gentoo-dev-sources  (2.6 vanilla + performance enhancing patches + pegasos support"
	ewarn " - development-sources (2.6 vanilla - no pegasos support)"
	die
}