diff options
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.6.19.ebuild')
-rw-r--r-- | sys-kernel/linux-headers/linux-headers-2.6.19.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.6.19.ebuild b/sys-kernel/linux-headers/linux-headers-2.6.19.ebuild deleted file mode 100644 index 0a2abad4d249..000000000000 --- a/sys-kernel/linux-headers/linux-headers-2.6.19.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.6.19.ebuild,v 1.6 2007/01/02 04:54:42 vapier Exp $ - -ETYPE="headers" -H_SUPPORTEDARCH="alpha amd64 arm cris hppa m68k mips ia64 ppc ppc64 s390 sh sparc x86" -inherit kernel-2 -detect_version - -PATCH_VER="2" -SRC_URI="mirror://gentoo/gentoo-headers-base-2.6.19.tar.bz2" -[[ -n ${PATCH_VER} ]] && SRC_URI="${SRC_URI} mirror://gentoo/gentoo-headers-${OKV}-${PATCH_VER}.tar.bz2" -UNIPATCH_LIST="${DISTDIR}/patch-${KV}.bz2" - -KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" - -DEPEND="dev-util/unifdef" -RDEPEND="" - -S=${WORKDIR}/gentoo-headers-base-${OKV} - -src_unpack() { - unpack ${A} - cd "${S}" - [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${OKV} -} |