diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-07-07 22:54:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-07-07 22:54:47 +0200 |
commit | c4f7ed71d4c09433351e8866ff623e103b9235ce (patch) | |
tree | e8fda8945c31bb1064608e02427e475483d46628 /sys-fs | |
parent | dev-ruby/gherkin3: Remove last rited package (diff) | |
download | gentoo-c4f7ed71d4c09433351e8866ff623e103b9235ce.tar.gz gentoo-c4f7ed71d4c09433351e8866ff623e103b9235ce.tar.bz2 gentoo-c4f7ed71d4c09433351e8866ff623e103b9235ce.zip |
sys-fs/redirfs: Remove last rited package
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/redirfs/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/redirfs/metadata.xml | 22 | ||||
-rw-r--r-- | sys-fs/redirfs/redirfs-0.10.20120313.ebuild | 35 | ||||
-rw-r--r-- | sys-fs/redirfs/redirfs-0.8.ebuild | 31 | ||||
-rw-r--r-- | sys-fs/redirfs/redirfs-9999.ebuild | 41 |
5 files changed, 0 insertions, 131 deletions
diff --git a/sys-fs/redirfs/Manifest b/sys-fs/redirfs/Manifest deleted file mode 100644 index 08f950c86c1a..000000000000 --- a/sys-fs/redirfs/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST redirfs-0.10.20120313.tar.bz2 1479473 SHA256 2481407d004c5e205f8ce602e6db7c9e8c5090b4953e72bfb4c3a547416e0a2a SHA512 8f7973adeec40d0098ed9d7d889d345625d61d0579e5206f09ca51ce881d4e1f9193fff5d78d1a44b544924016118001dfbc653ac16f7dfbf78d32a25c60907a WHIRLPOOL 8f10add2507fe28dad7d781884ebb664be2cef639331fe23158641cf2f0276eb2703535584ef8c76b9a2d04e4ce9c22d4e4c47daea79e4699bb9aeccc8491c1a -DIST redirfs-0.8.tar.gz 41580 SHA256 ef9248f85e3ce15cd34a9f402386ec4b5cf58f6be00cd9f195257364da913012 SHA512 4404b20c4766896e4a94a12cfbfe2b4d7cb41d0e25fdc3f3db39815ebf99f2330e99f951e06555d36099e3036c9832b5698d7a4fcb9c31e3cbc40cc15fd98ab6 WHIRLPOOL bbb8bbbfa0f39a9b5b8c560767ce72cc5b403f7249c4390f32d8eb2ad09d86c630b6330007e0ccd2c5d01266264a10fc8824366b6f3a206b3a465deea447f3f9 diff --git a/sys-fs/redirfs/metadata.xml b/sys-fs/redirfs/metadata.xml deleted file mode 100644 index c434a88c020d..000000000000 --- a/sys-fs/redirfs/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>bicatali@gentoo.org</email> -</maintainer> -<longdescription lang="en"> - The RedirFS or redirecting file system is a layer between - virtual file system switch (VFS) and file system drivers. It is - implemented as an out-of-kernel module for Linux and it provides - framework allowing modification of file system calls in the VFS - layer. The RedirFS by itself does not provide any additional - functionality and if it is loaded into the Linux kernel, it just - occupies some memory space and it does practically nothing. The - RedirFS is intended to be used by so-called filters. Filter is a - linux kernel module (LKM) that uses the RedirFS framework. Each - filter can add some useful functionality to the existing file - systems like transparent compression, transparent encryption, - merging contents of several directories into one, allowing writing - to a read-only media and others. -</longdescription> -</pkgmetadata> diff --git a/sys-fs/redirfs/redirfs-0.10.20120313.ebuild b/sys-fs/redirfs/redirfs-0.10.20120313.ebuild deleted file mode 100644 index b91cacf35e8a..000000000000 --- a/sys-fs/redirfs/redirfs-0.10.20120313.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit linux-mod - -KEYWORDS="~amd64 ~x86" -SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" - -DESCRIPTION="Layer between virtual file system switch and file system drivers" -HOMEPAGE="http://www.redirfs.org/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -pkg_setup() { - SRCDIR="${S}/src/redirfs" - MODULE_NAMES="redirfs(misc:${SRCDIR})" - BUILD_PARAMS="-C ${KERNEL_DIR} M=${SRCDIR}" - BUILD_TARGETS="redirfs.ko" - linux-mod_pkg_setup -} - -src_install() { - linux-mod_src_install - insinto ${KERNEL_DIR}/include/linux - doins ${SRCDIR}/redirfs.h - dodoc ${SRCDIR}/{CHANGELOG,README,TODO} -} diff --git a/sys-fs/redirfs/redirfs-0.8.ebuild b/sys-fs/redirfs/redirfs-0.8.ebuild deleted file mode 100644 index f27bdbed8dcf..000000000000 --- a/sys-fs/redirfs/redirfs-0.8.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit linux-mod - -DESCRIPTION="Layer between virtual file system switch and file system drivers" -HOMEPAGE="http://www.redirfs.org" -SRC_URI="http://www.redirfs.org/packages/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -pkg_setup() { - linux-mod_pkg_setup - MODULE_NAMES="redirfs(misc:)" - BUILD_TARGETS="redirfs.ko" - BUILD_PARAMS="-C ${KERNEL_DIR} M=${S} modules" -} - -src_install() { - dodoc CHANGELOG INSTALL README TODO - linux-mod_src_install - insinto /usr/include - doins redirfs.h -} diff --git a/sys-fs/redirfs/redirfs-9999.ebuild b/sys-fs/redirfs/redirfs-9999.ebuild deleted file mode 100644 index 147bf07ac929..000000000000 --- a/sys-fs/redirfs/redirfs-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit linux-mod - -if [[ ${PV} == "9999" ]] ; then - inherit git-2 - KEYWORDS="" - EGIT_REPO_URI="git://www.redirfs.org/git/fhrbata/redirfs.git" - SRCDIR="${S}/src/redirfs" -else - KEYWORDS="~amd64 ~x86" - SRC_URI="http://www.redirfs.org/packages/${P}.tar.gz" -fi - -DESCRIPTION="Layer between virtual file system switch and file system drivers" -HOMEPAGE="http://www.redirfs.org/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -pkg_setup() { - MODULE_NAMES="redirfs(misc:${SRCDIR})" - BUILD_PARAMS="-C ${KERNEL_DIR} M=${SRCDIR}" - BUILD_TARGETS="redirfs.ko" - linux-mod_pkg_setup -} - -src_install() { - linux-mod_src_install - insinto /usr/include - doins ${SRCDIR}/redirfs.h - dodoc ${SRCDIR}/{CHANGELOG,README,TODO} -} |