diff options
Diffstat (limited to 'sys-kernel/ppc-sources/ppc-sources-2.4.26-r4.ebuild')
-rw-r--r-- | sys-kernel/ppc-sources/ppc-sources-2.4.26-r4.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-kernel/ppc-sources/ppc-sources-2.4.26-r4.ebuild b/sys-kernel/ppc-sources/ppc-sources-2.4.26-r4.ebuild new file mode 100644 index 000000000000..92a06c3cd911 --- /dev/null +++ b/sys-kernel/ppc-sources/ppc-sources-2.4.26-r4.ebuild @@ -0,0 +1,22 @@ +# 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.26-r4.ebuild,v 1.1 2004/08/08 11:11:36 dholm Exp $ + +ETYPE="sources" +inherit kernel-2 +detect_version + +# Version of gentoo patchset +GPV=26.2 +GPV_SRC="mirror://gentoo/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}.tar.bz2" + +KEYWORDS="-* ppc" +IUSE="" + +UNIPATCH_LIST="${DISTDIR}/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}.tar.bz2" +UNIPATCH_DOCS="${WORKDIR}/patches/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/0000_README" + +DESCRIPTION="Full sources including the Pegasos patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GPV_SRC}" + +DEPEND="${DEPEND}" |