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
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')
-rw-r--r--sys-devel/spl/Manifest1
-rw-r--r--sys-devel/spl/files/spl-0.6.0-includedir.patch26
-rw-r--r--sys-devel/spl/metadata.xml5
-rw-r--r--sys-devel/spl/spl-0.6.0_rc4.ebuild44
-rw-r--r--sys-devel/spl/spl-9999.ebuild43
5 files changed, 0 insertions, 119 deletions
diff --git a/sys-devel/spl/Manifest b/sys-devel/spl/Manifest
deleted file mode 100644
index c26c5c0a3..000000000
--- a/sys-devel/spl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST spl-0.6.0-rc4.tar.gz 428187 RMD160 13693caaff47dc5b852348b243ce519176580f2b SHA1 90c1d6d2fd621301f8aa87f7ee3e28c711db9b77 SHA256 2091ceb306e190c3bddb96df98fa9d165820f5f62ed3109e6b50e82ed002486a
diff --git a/sys-devel/spl/files/spl-0.6.0-includedir.patch b/sys-devel/spl/files/spl-0.6.0-includedir.patch
deleted file mode 100644
index 37cdbf6a4..000000000
--- a/sys-devel/spl/files/spl-0.6.0-includedir.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -urN spl-0.6.0-rc3.orig/include/Makefile.am spl-0.6.0-rc3/include/Makefile.am
---- spl-0.6.0-rc3.orig/include/Makefile.am 2011-04-07 22:30:50.000000000 +0400
-+++ spl-0.6.0-rc3/include/Makefile.am 2011-04-12 03:12:40.000000000 +0400
-@@ -15,8 +15,7 @@
- noinst_HEADERS += $(top_srcdir)/include/vm/*.h
-
- install-data-local:
-- destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \
-- instdest=$(DESTDIR)/usr/src/$$destname; \
-+ instdest=$(DESTDIR)/${includedir}/spl; \
- instfiles=`find . -name '*.h'`; \
- for instfile in $$instfiles; do \
- $(INSTALL) -D $$instfile $$instdest/$$instfile; \
-diff -urN spl-0.6.0-rc3.orig/Makefile.am spl-0.6.0-rc3/Makefile.am
---- spl-0.6.0-rc3.orig/Makefile.am 2011-04-07 22:30:50.000000000 +0400
-+++ spl-0.6.0-rc3/Makefile.am 2011-04-12 03:12:22.000000000 +0400
-@@ -29,8 +29,7 @@
-
- if CONFIG_KERNEL
- install-data-local:
-- destname=spl-$(SPL_META_VERSION)/$(LINUX_VERSION); \
-- instdest=$(DESTDIR)/usr/src/$$destname; \
-+ instdest=$(DESTDIR)/${includedir}/spl; \
- echo "$(SPL_META_VERSION)" >$$instdest/spl.release; \
- for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \
- $(INSTALL) -D $$instfile $$instdest/$$instfile; \
diff --git a/sys-devel/spl/metadata.xml b/sys-devel/spl/metadata.xml
deleted file mode 100644
index 348e6c4de..000000000
--- a/sys-devel/spl/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>cluster</herd>
-</pkgmetadata>
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
-}
diff --git a/sys-devel/spl/spl-9999.ebuild b/sys-devel/spl/spl-9999.ebuild
deleted file mode 100644
index bb3c60914..000000000
--- a/sys-devel/spl/spl-9999.ebuild
+++ /dev/null
@@ -1,43 +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 git-2 linux-info
-
-DESCRIPTION="Solaris Porting Layer - a Linux kernel module providing some Solaris kernel APIs"
-HOMEPAGE="http://wiki.github.com/behlendorf/spl/"
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/behlendorf/spl.git"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- >=virtual/linux-sources-2.6
- "
-RDEPEND=""
-
-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
-}