aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2012-01-31 21:41:19 +0400
committerAlexey Shvetsov <alexxy@gentoo.org>2012-01-31 21:41:19 +0400
commite15038ee28bc50c95a1c24c7b8d8be707ac3eadd (patch)
treeadd4e9867b6dae8d4987930cfd1b193f793e7b87 /sys-devel/spl/spl-0.6.0_rc4.ebuild
parentsci-biology/seaview: and the path to the helpfile was corrected in the Makefi... (diff)
downloadsci-e15038ee28bc50c95a1c24c7b8d8be707ac3eadd.tar.gz
sci-e15038ee28bc50c95a1c24c7b8d8be707ac3eadd.tar.bz2
sci-e15038ee28bc50c95a1c24c7b8d8be707ac3eadd.zip
[zfs,spl] They are in tree already
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'sys-devel/spl/spl-0.6.0_rc4.ebuild')
-rw-r--r--sys-devel/spl/spl-0.6.0_rc4.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/sys-devel/spl/spl-0.6.0_rc4.ebuild b/sys-devel/spl/spl-0.6.0_rc4.ebuild
deleted file mode 100644
index e5df7e635..000000000
--- a/sys-devel/spl/spl-0.6.0_rc4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-WANT_AUTOMAKE="1.11"
-AT_M4DIR=./config # for aclocal called by eautoreconf
-inherit autotools eutils linux-info
-
-DESCRIPTION="Solaris Porting Layer - a Linux kernel module providing some Solaris kernel APIs"
-HOMEPAGE="http://wiki.github.com/behlendorf/spl/"
-SRC_URI="http://github.com/downloads/behlendorf/${PN}/${P/_/-}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 -x86"
-IUSE=""
-
-DEPEND="
- >=virtual/linux-sources-2.6
- "
-RDEPEND=""
-
-S="${WORKDIR}/${P/_/-}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.6.0-includedir.patch
- eautoreconf
-}
-
-src_configure() {
- set_arch_to_kernel
- econf \
- --with-config=all \
- --with-linux="${KERNEL_DIR}" \
- --with-linux-obj="${KERNEL_DIR}"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die 'emake install failed'
- dosym /usr/include/spl/spl_config.h /usr/include/spl/module/spl_config.h \
- || die
-}