diff --git a/sys-fs/spl/Manifest b/sys-fs/spl/Manifest deleted file mode 100644 index c42e5377..00000000 --- a/sys-fs/spl/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -AUX spl-0.4.9-kernel-2-6-33-1.patch 991 RMD160 33c75ce291cb2d786efb8ac98b3a76d344bf85fd SHA1 cb17f800c42b79d91b6ebc67516873369ca6c277 SHA256 e9b24c7885a395cef6f3e81eaa5b6513c371943143d5daf9bba0c7ea8db052f4 -DIST spl-0.4.9.tar.gz 472894 RMD160 d8a0b3d915a034f18d1360f14eb2884946ec7782 SHA1 8a61565d0a1c54f7c74abe87b1741faf1e115b5e SHA256 119898acd3edc5ae276534592f5e0a172e1a38035ba738090196ed5c5d8bd34d -EBUILD spl-0.4.9.ebuild 2197 RMD160 735cac15309883d01d2becca9ad9de240893c82c SHA1 cf698124658e93042cb671be001c73a8270634fe SHA256 81bd0346582387a0c149806610d42cdf570a31687d1a56202efc8d90e667a44d diff --git a/sys-fs/spl/files/spl-0.4.9-kernel-2-6-33-1.patch b/sys-fs/spl/files/spl-0.4.9-kernel-2-6-33-1.patch deleted file mode 100644 index 7564c1a5..00000000 --- a/sys-fs/spl/files/spl-0.4.9-kernel-2-6-33-1.patch +++ /dev/null @@ -1,25 +0,0 @@ -Submitted By: Mario Fetka (geos_one) (mario dot fetka at gmail dot com) -Date: 2010-06-11 -Initial Package Version: 0.4.9 -Origin: me -Upstream Status: unknown -Description: make it build with 2.6.33 and greater - -diff -Naur spl-0.4.9.orig/config/spl-build.m4 spl-0.4.9/config/spl-build.m4 ---- spl-0.4.9.orig/config/spl-build.m4 2010-06-11 12:27:58.500095682 +0000 -+++ spl-0.4.9/config/spl-build.m4 2010-06-11 12:28:38.221340815 +0000 -@@ -160,6 +160,14 @@ - echo "kernsrcver=UTS_RELEASE") | - cpp -I $kernelbuild/include | - grep "^kernsrcver=" | cut -d \" -f 2` -+ -+ elif test -r $kernelbuild/include/generated/utsrelease.h && -+ fgrep -q UTS_RELEASE $kernelbuild/include/generated/utsrelease.h; then -+ -+ kernsrcver=`(echo "#include "; -+ echo "kernsrcver=UTS_RELEASE") | -+ cpp -I $kernelbuild/include | -+ grep "^kernsrcver=" | cut -d \" -f 2` - fi - - if test -z "$kernsrcver"; then diff --git a/sys-fs/spl/spl-0.4.9.ebuild b/sys-fs/spl/spl-0.4.9.ebuild deleted file mode 100644 index 61f7edb6..00000000 --- a/sys-fs/spl/spl-0.4.9.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.4.ebuild,v 1.7 2009/05/18 14:08:43 jer Exp $ - -EAPI="2" -#WANT_AUTOCONF="2.5" -WANT_AUTOMAKE="1.11" - -inherit linux-mod eutils autotools - -MY_P=${P/_/-} -DESCRIPTION="The Solaris Porting Layer" -HOMEPAGE="http://wiki.github.com/behlendorf/spl/" -SRC_URI="http://github.com/downloads/behlendorf/spl/${MY_P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kernel_linux" -S=${WORKDIR}/${MY_P} - -pkg_setup() { - MODULE_NAMES="spl(fs/spl:${S}/module:${S}/module/spl) \ - splat(fs/spl:${S}/module:${S}/module/splat)" - linux-mod_pkg_setup -# BUILD_PARAMS="majver=${KV_MAJOR}.${KV_MINOR} \ -# fusemoduledir=\"${ROOT}\"/lib/modules/${KV_FULL/\ }/fs" - BUILD_TARGETS="all" -# ECONF_PARAMS="--with-kernel=${KV_DIR} --with-kernel-build=${KV_OUT_DIR}" -} - -src_prepare() { - epatch "${FILESDIR}"/spl-0.4.9-kernel-2-6-33-1.patch - #AT_M4DIR="config" eautoreconf - sh autogen.sh -} - -src_configure() { - econf \ - --with-linux=${KERNEL_DIR} \ - || die "econf failed for fuse userland" -# cp module/Makefile module/Makefile.kl -# econf \ -# --with-config=user \ -# || die "econf failed for fuse userland" -} - -src_compile() { - convert_to_m module/Makefile -# cp module/Makefile.kl module/Makefile - linux-mod_src_compile - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS ChangeLog Filesystems README \ - README.NFS NEWS doc/how-fuse-works \ - doc/kernel.txt FAQ - docinto example - dodoc example/* - - if use kernel_linux ; then - linux-mod_src_install - newinitd ${FILESDIR}/fuse.init fuse - else - insinto /usr/include/fuse - doins include/fuse_kernel.h - newinitd ${FILESDIR}/fuse-fbsd.init fuse - fi - - rm -rf "${D}/dev" - - dodir /etc - cat > ${D}/etc/fuse.conf <"; -+ echo "kernsrcver=UTS_RELEASE") | -+ cpp -I $kernelbuild/include | -+ grep "^kernsrcver=" | cut -d \" -f 2` - fi - - if test -z "$kernsrcver"; then diff --git a/sys-fs/zfs/zfs-0.4.9.ebuild b/sys-fs/zfs/zfs-0.4.9.ebuild deleted file mode 100644 index a7f3d48f..00000000 --- a/sys-fs/zfs/zfs-0.4.9.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.7.4.ebuild,v 1.7 2009/05/18 14:08:43 jer Exp $ - -EAPI="2" -#WANT_AUTOCONF="2.5" -WANT_AUTOMAKE="1.11" - -inherit linux-mod eutils autotools - -MY_P=${P/_/-} -DESCRIPTION="Native ZFS for Linux" -HOMEPAGE="http://wiki.github.com/behlendorf/zfs/" -SRC_URI="http://github.com/downloads/behlendorf/zfs/${MY_P}.tar.gz" -LICENSE="CCDL" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kernel_linux" -S=${WORKDIR}/${MY_P} - -pkg_setup() { - MODULE_NAMES="avl(fs/zfs:${S}/module/avl) \ - nvpair(fs/zfs:${S}/module/nvpair) \ - unicode(fs/zfs:${S}/module/unicode) \ - zcommon(fs/zfs:${S}/module/zcommon) \ - zfs(fs/zfs:${S}/module/zfs) \ - zpios(fs/zfs:${S}/module/zpios)" - linux-mod_pkg_setup -# BUILD_PARAMS="majver=${KV_MAJOR}.${KV_MINOR} \ -# fusemoduledir=\"${ROOT}\"/lib/modules/${KV_FULL/\ }/fs" - BUILD_TARGETS="all" -# ECONF_PARAMS="--with-kernel=${KV_DIR} --with-kernel-build=${KV_OUT_DIR}" -} - -src_prepare() { - epatch "${FILESDIR}"/zfs-0.4.9-kernel-2-6-33-1.patch - #AT_M4DIR="config" eautoreconf - sh autogen.sh -} - -src_compile() { - econf \ - --with-linux=${KERNEL_DIR} \ - || die "econf failed for fuse userland" - emake || die "emake failed" - -# if use kernel_linux ; then -# cd "${S}" -# sed -i -e 's/.*depmod.*//g' kernel/Makefile.in -# convert_to_m kernel/Makefile.in -# linux-mod_src_compile -# fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS ChangeLog Filesystems README \ - README.NFS NEWS doc/how-fuse-works \ - doc/kernel.txt FAQ - docinto example - dodoc example/* - - if use kernel_linux ; then - linux-mod_src_install - newinitd ${FILESDIR}/fuse.init fuse - else - insinto /usr/include/fuse - doins include/fuse_kernel.h - newinitd ${FILESDIR}/fuse-fbsd.init fuse - fi - - rm -rf "${D}/dev" - - dodir /etc - cat > ${D}/etc/fuse.conf <