summaryrefslogtreecommitdiff
blob: b51e9bc682f4900e2141f5e263a297a0c8e97739 (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
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc-sources/ppc-sources-2.4.ebuild,v 1.1 2004/08/13 08:53:58 dholm Exp $

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

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


src_unpack() {
	echo
	ewarn "Kernel 2.4 has been deprecated as all PowerPC development has moved to the"
	ewarn "2.6 kernel tree."
	ewarn ""
	ewarn "Please use one of following kernels:"
	ewarn " - gentoo-dev-sources  (2.6 vanilla + performance enhancing patches + pegasos support"
	ewarn " - pegasos-dev-sources (2.6 vanilla + lots of features + pegasos support)"
	ewarn " - development-sources (2.6 vanilla - no pegasos support)"
	die
}