blob: 80deb0f58def602d97e3861b84b45fc4e571771e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openblocks-sources/openblocks-sources-2.6.11.12.ebuild,v 1.1 2005/09/22 14:43:52 matsuu Exp $
ETYPE="sources"
inherit kernel-2
detect_version
# Version of obs patchset
OPV="11.01"
OPV_SRC="http://dev.gentoo.org/~matsuu/obs/obspatches-${KV_MAJOR}.${KV_MINOR}-${OPV}.tar.bz2"
KEYWORDS="~ppc"
IUSE=""
HOMEPAGE="http://dev.gentoo.org/~matsuu/obs/"
UNIPATCH_LIST="${DISTDIR}/obspatches-${KV_MAJOR}.${KV_MINOR}-${OPV}.tar.bz2"
DESCRIPTION="Full sources including the OpenBlockS patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree"
SRC_URI="${KERNEL_URI} ${OPV_SRC}"
|