From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sys-fs/zfs/, sys-devel/spl/, sys-devel/spl/files/, sys-fs/zfs/files/
Date: Tue, 31 Jan 2012 17:41:43 +0000 (UTC) [thread overview]
Message-ID: <e15038ee28bc50c95a1c24c7b8d8be707ac3eadd.alexxy@gentoo> (raw)
commit: e15038ee28bc50c95a1c24c7b8d8be707ac3eadd
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 17:41:19 2012 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 17:41:19 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e15038ee
[zfs,spl] They are in tree already
Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
---
sys-devel/spl/files/spl-0.6.0-includedir.patch | 26 ------
sys-devel/spl/metadata.xml | 5 -
sys-devel/spl/spl-0.6.0_rc4.ebuild | 44 -----------
sys-devel/spl/spl-9999.ebuild | 43 ----------
sys-fs/zfs/files/zfs-0.6.0-includedir.patch | 13 ---
sys-fs/zfs/files/zfs.initd | 98 ------------------------
sys-fs/zfs/metadata.xml | 5 -
sys-fs/zfs/zfs-0.6.0_rc4.ebuild | 67 ----------------
sys-fs/zfs/zfs-9999.ebuild | 66 ----------------
9 files changed, 0 insertions(+), 367 deletions(-)
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 37cdbf6..0000000
--- 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 348e6c4..0000000
--- 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 e5df7e6..0000000
--- 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 bb3c609..0000000
--- 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
-}
diff --git a/sys-fs/zfs/files/zfs-0.6.0-includedir.patch b/sys-fs/zfs/files/zfs-0.6.0-includedir.patch
deleted file mode 100644
index fd31ec3..0000000
--- a/sys-fs/zfs/files/zfs-0.6.0-includedir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -urN zfs-0.6.0-rc3.orig/Makefile.am zfs-0.6.0-rc3/Makefile.am
---- zfs-0.6.0-rc3.orig/Makefile.am 2011-04-07 22:31:01.000000000 +0400
-+++ zfs-0.6.0-rc3/Makefile.am 2011-04-12 03:25:36.000000000 +0400
-@@ -32,8 +32,7 @@
-
- if CONFIG_KERNEL
- install-data-local:
-- destname=zfs-$(ZFS_META_VERSION)/$(LINUX_VERSION); \
-- instdest=$(DESTDIR)/usr/src/$$destname; \
-+ instdest=$(DESTDIR)/${includedir}/zfs-linux; \
- echo "$(ZFS_META_VERSION)" >$$instdest/zfs.release; \
- for instfile in $(noinst_HEADERS) module/$(LINUX_SYMBOLS); do \
- $(INSTALL) -D $$instfile $$instdest/$$instfile; \
diff --git a/sys-fs/zfs/files/zfs.initd b/sys-fs/zfs/files/zfs.initd
deleted file mode 100644
index c9c5634..0000000
--- a/sys-fs/zfs/files/zfs.initd
+++ /dev/null
@@ -1,98 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/files/zfs,v 0.9 2011/04/30 10:13:43 devsk Exp $
-
-depend()
-{
- before net
- after udev
- keyword -lxc -openvz -prefix -vserver
-}
-
-CACHEFILE=/etc/zfs/zpool.cache
-ZPOOL=/usr/sbin/zpool
-ZFS=/usr/sbin/zfs
-ZFS_MODULE=zfs
-
-checksystem() {
- if [ -c /dev/zfs ]; then
- einfo "ZFS modules already loaded"
- return 0
- else
- einfo "Checking if ZFS modules present"
- if [ "x$(modprobe -l $ZFS_MODULE | grep $ZFS_MODULE)" == "x" ]; then
- eerror "$ZFS_MODULE not found. Is the ZFS package installed?"
- return 1
- fi
- fi
- einfo "Checking if zfs userspace tools present"
- if [ ! -x $ZPOOL ]; then
- eerror "$ZPOOL binary not found."
- return 1
- fi
- if [ ! -x $ZFS ]; then
- eerror "$ZFS binary not found."
- return 1
- fi
- return 0
-}
-
-start() {
- ebegin "Starting ZFS"
- checksystem || return 1
- if [ ! -c /dev/zfs ]; then
- modprobe $ZFS_MODULE
- rv=$?
- if [ $rv -ne 0 ]; then
- eerror "Failed to load the $ZFS_MODULE module, check 'dmesg|tail'."
- eend $rv
- return $rv
- fi
- fi
-
- # Import all pools described by the cache file, and then mount
- # all filesystem based on their properties.
- if [ -f $CACHEFILE ]; then
- einfo "Importing ZFS pools"
- # as per fedora script, import can fail if all pools are already imported
- # The check for $rv makes no sense...but someday, it will work right.
- $ZPOOL import -c $CACHEFILE -aN 2>/dev/null || true
- rv=$?
- if [ $rv -ne 0 ]; then
- eerror "Failed to import not-yet imported pools."
- eend $rv
- return $rv
- fi
- fi
-
- einfo "Mounting ZFS filesystems"
- $ZFS mount -a
- rv=$?
- if [ $rv -ne 0 ]; then
- eerror "Failed to mount ZFS filesystems."
- eend $rv
- return $rv
- fi
-
- eend 0
- return 0
-}
-
-stop()
-{
- ebegin "Unmounting ZFS filesystems"
- $ZFS umount -a
- rv=$?
- if [ $rv -ne 0 ]; then
- eerror "Failed to umount ZFS filesystems."
- fi
-
- eend $rv
-}
-
-status()
-{
- # show pool status and list
- $ZPOOL status && echo && $ZPOOL list
-}
diff --git a/sys-fs/zfs/metadata.xml b/sys-fs/zfs/metadata.xml
deleted file mode 100644
index 348e6c4..0000000
--- a/sys-fs/zfs/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-fs/zfs/zfs-0.6.0_rc4.ebuild b/sys-fs/zfs/zfs-0.6.0_rc4.ebuild
deleted file mode 100644
index efe78b2..0000000
--- a/sys-fs/zfs/zfs-0.6.0_rc4.ebuild
+++ /dev/null
@@ -1,67 +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-mod
-
-DESCRIPTION="Native ZFS for Linux"
-HOMEPAGE="http://wiki.github.com/behlendorf/zfs/"
-SRC_URI="http://github.com/downloads/behlendorf/${PN}/${P/_/-}.tar.gz"
-
-LICENSE="CDDL GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 -x86"
-IUSE=""
-
-DEPEND="
- >=sys-devel/spl-${PV}
- >=virtual/linux-sources-2.6
- "
-RDEPEND="
- !sys-fs/zfs-fuse
- "
-
-S="${WORKDIR}/${P/_/-}"
-
-pkg_setup() {
- linux-mod_pkg_setup
- kernel_is gt 2 6 32 || die "Your kernel is too old. ${CATEGORY}/${PN} need 2.6.32 or newer."
- linux_config_exists || die "Your kernel sources are unconfigured."
- if linux_chkconfig_present PREEMPT; then
- eerror "${CATEGORY}/${PN} doesn't currently work with PREEMPT kernel."
- eerror "Please look at bug https://github.com/behlendorf/zfs/issues/83"
- die "PREEMPT kernel"
- fi
-}
-
-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}" \
- --with-spl=/usr/include/spl \
- --with-spl-obj=/usr/include/spl/module
-}
-
-src_compile() {
- set_arch_to_kernel
- default # _not_ the one from linux-mod
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die 'emake install failed'
- newinitd "${FILESDIR}/zfs.initd" zfs
- keepdir /var/lock/zfs
- # Drop unwanted files
- rm -rf "${D}/usr/src" || die "removing unwanted files die"
-}
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
deleted file mode 100644
index efb5f7c..0000000
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ /dev/null
@@ -1,66 +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
-
-EGIT_REPO_URI="http://github.com/behlendorf/zfs.git"
-
-inherit autotools eutils git-2 linux-mod
-
-DESCRIPTION="Native ZFS for Linux"
-HOMEPAGE="http://wiki.github.com/behlendorf/zfs/"
-SRC_URI=""
-
-LICENSE="CDDL GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- >=sys-devel/spl-${PV}
- >=virtual/linux-sources-2.6
- "
-RDEPEND="
- !sys-fs/zfs-fuse
- "
-
-pkg_setup() {
- linux-mod_pkg_setup
- kernel_is gt 2 6 32 || die "Your kernel is too old. ${CATEGORY}/${PN} need 2.6.32 or newer."
- linux_config_exists || die "Your kernel sources are unconfigured."
- if linux_chkconfig_present PREEMPT; then
- eerror "${CATEGORY}/${PN} doesn't currently work with PREEMPT kernel."
- eerror "Please look at bug https://github.com/behlendorf/zfs/issues/83"
- die "PREEMPT kernel"
- fi
-}
-
-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}" \
- --with-spl=/usr/include/spl \
- --with-spl-obj=/usr/include/spl/module
-}
-
-src_compile() {
- set_arch_to_kernel
- default # _not_ the one from linux-mod
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die 'emake install failed'
- # Drop unwanted files
- rm -rf "${D}/usr/src" || die "removing unwanted files die"
-}
reply other threads:[~2012-01-31 17:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e15038ee28bc50c95a1c24c7b8d8be707ac3eadd.alexxy@gentoo \
--to=alexxy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox