Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sys-fs/redirfs/
Date: Thu, 07 Jul 2016 20:55:10
Message-Id: 1467924887.c4f7ed71d4c09433351e8866ff623e103b9235ce.mgorny@gentoo
1 commit: c4f7ed71d4c09433351e8866ff623e103b9235ce
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 7 20:54:10 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 20:54:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f7ed71
7
8 sys-fs/redirfs: Remove last rited package
9
10 profiles/package.mask | 5 ----
11 sys-fs/redirfs/Manifest | 2 --
12 sys-fs/redirfs/metadata.xml | 22 ----------------
13 sys-fs/redirfs/redirfs-0.10.20120313.ebuild | 35 ------------------------
14 sys-fs/redirfs/redirfs-0.8.ebuild | 31 ----------------------
15 sys-fs/redirfs/redirfs-9999.ebuild | 41 -----------------------------
16 6 files changed, 136 deletions(-)
17
18 diff --git a/profiles/package.mask b/profiles/package.mask
19 index ad9b5a9..f6dbb68 100644
20 --- a/profiles/package.mask
21 +++ b/profiles/package.mask
22 @@ -278,11 +278,6 @@ media-gfx/fbv
23 # Bug 575374.
24 app-i18n/xsim
25
26 -# Sebastien Fabbro <bicatali@g.o> (6 Jun 2016)
27 -# Dead upstream, several bugs: 513972, 542384, 548988
28 -# Removal in 30 days
29 -sys-fs/redirfs
30 -
31 # Patrice Clement <monsieurp@g.o> (5 Jun 2016)
32 # Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these
33 # ebuilds are still sitting in ~arch after years in the tree.
34
35 diff --git a/sys-fs/redirfs/Manifest b/sys-fs/redirfs/Manifest
36 deleted file mode 100644
37 index 08f950c..0000000
38 --- a/sys-fs/redirfs/Manifest
39 +++ /dev/null
40 @@ -1,2 +0,0 @@
41 -DIST redirfs-0.10.20120313.tar.bz2 1479473 SHA256 2481407d004c5e205f8ce602e6db7c9e8c5090b4953e72bfb4c3a547416e0a2a SHA512 8f7973adeec40d0098ed9d7d889d345625d61d0579e5206f09ca51ce881d4e1f9193fff5d78d1a44b544924016118001dfbc653ac16f7dfbf78d32a25c60907a WHIRLPOOL 8f10add2507fe28dad7d781884ebb664be2cef639331fe23158641cf2f0276eb2703535584ef8c76b9a2d04e4ce9c22d4e4c47daea79e4699bb9aeccc8491c1a
42 -DIST redirfs-0.8.tar.gz 41580 SHA256 ef9248f85e3ce15cd34a9f402386ec4b5cf58f6be00cd9f195257364da913012 SHA512 4404b20c4766896e4a94a12cfbfe2b4d7cb41d0e25fdc3f3db39815ebf99f2330e99f951e06555d36099e3036c9832b5698d7a4fcb9c31e3cbc40cc15fd98ab6 WHIRLPOOL bbb8bbbfa0f39a9b5b8c560767ce72cc5b403f7249c4390f32d8eb2ad09d86c630b6330007e0ccd2c5d01266264a10fc8824366b6f3a206b3a465deea447f3f9
43
44 diff --git a/sys-fs/redirfs/metadata.xml b/sys-fs/redirfs/metadata.xml
45 deleted file mode 100644
46 index c434a88..0000000
47 --- a/sys-fs/redirfs/metadata.xml
48 +++ /dev/null
49 @@ -1,22 +0,0 @@
50 -<?xml version="1.0" encoding="UTF-8"?>
51 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 -<pkgmetadata>
53 -<maintainer type="person">
54 - <email>bicatali@g.o</email>
55 -</maintainer>
56 -<longdescription lang="en">
57 - The RedirFS or redirecting file system is a layer between
58 - virtual file system switch (VFS) and file system drivers. It is
59 - implemented as an out-of-kernel module for Linux and it provides
60 - framework allowing modification of file system calls in the VFS
61 - layer. The RedirFS by itself does not provide any additional
62 - functionality and if it is loaded into the Linux kernel, it just
63 - occupies some memory space and it does practically nothing. The
64 - RedirFS is intended to be used by so-called filters. Filter is a
65 - linux kernel module (LKM) that uses the RedirFS framework. Each
66 - filter can add some useful functionality to the existing file
67 - systems like transparent compression, transparent encryption,
68 - merging contents of several directories into one, allowing writing
69 - to a read-only media and others.
70 -</longdescription>
71 -</pkgmetadata>
72
73 diff --git a/sys-fs/redirfs/redirfs-0.10.20120313.ebuild b/sys-fs/redirfs/redirfs-0.10.20120313.ebuild
74 deleted file mode 100644
75 index b91cacf..0000000
76 --- a/sys-fs/redirfs/redirfs-0.10.20120313.ebuild
77 +++ /dev/null
78 @@ -1,35 +0,0 @@
79 -# Copyright 1999-2012 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -# $Id$
82 -
83 -EAPI=4
84 -
85 -inherit linux-mod
86 -
87 -KEYWORDS="~amd64 ~x86"
88 -SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2"
89 -
90 -DESCRIPTION="Layer between virtual file system switch and file system drivers"
91 -HOMEPAGE="http://www.redirfs.org/"
92 -
93 -LICENSE="GPL-3"
94 -SLOT="0"
95 -IUSE=""
96 -
97 -DEPEND=""
98 -RDEPEND=""
99 -
100 -pkg_setup() {
101 - SRCDIR="${S}/src/redirfs"
102 - MODULE_NAMES="redirfs(misc:${SRCDIR})"
103 - BUILD_PARAMS="-C ${KERNEL_DIR} M=${SRCDIR}"
104 - BUILD_TARGETS="redirfs.ko"
105 - linux-mod_pkg_setup
106 -}
107 -
108 -src_install() {
109 - linux-mod_src_install
110 - insinto ${KERNEL_DIR}/include/linux
111 - doins ${SRCDIR}/redirfs.h
112 - dodoc ${SRCDIR}/{CHANGELOG,README,TODO}
113 -}
114
115 diff --git a/sys-fs/redirfs/redirfs-0.8.ebuild b/sys-fs/redirfs/redirfs-0.8.ebuild
116 deleted file mode 100644
117 index f27bdbe..0000000
118 --- a/sys-fs/redirfs/redirfs-0.8.ebuild
119 +++ /dev/null
120 @@ -1,31 +0,0 @@
121 -# Copyright 1999-2012 Gentoo Foundation
122 -# Distributed under the terms of the GNU General Public License v2
123 -# $Id$
124 -
125 -inherit linux-mod
126 -
127 -DESCRIPTION="Layer between virtual file system switch and file system drivers"
128 -HOMEPAGE="http://www.redirfs.org"
129 -SRC_URI="http://www.redirfs.org/packages/${P}.tar.gz"
130 -
131 -LICENSE="GPL-2"
132 -SLOT="0"
133 -KEYWORDS="~amd64 ~x86"
134 -IUSE=""
135 -
136 -DEPEND=""
137 -RDEPEND=""
138 -
139 -pkg_setup() {
140 - linux-mod_pkg_setup
141 - MODULE_NAMES="redirfs(misc:)"
142 - BUILD_TARGETS="redirfs.ko"
143 - BUILD_PARAMS="-C ${KERNEL_DIR} M=${S} modules"
144 -}
145 -
146 -src_install() {
147 - dodoc CHANGELOG INSTALL README TODO
148 - linux-mod_src_install
149 - insinto /usr/include
150 - doins redirfs.h
151 -}
152
153 diff --git a/sys-fs/redirfs/redirfs-9999.ebuild b/sys-fs/redirfs/redirfs-9999.ebuild
154 deleted file mode 100644
155 index 147bf07..0000000
156 --- a/sys-fs/redirfs/redirfs-9999.ebuild
157 +++ /dev/null
158 @@ -1,41 +0,0 @@
159 -# Copyright 1999-2012 Gentoo Foundation
160 -# Distributed under the terms of the GNU General Public License v2
161 -# $Id$
162 -
163 -EAPI=4
164 -
165 -inherit linux-mod
166 -
167 -if [[ ${PV} == "9999" ]] ; then
168 - inherit git-2
169 - KEYWORDS=""
170 - EGIT_REPO_URI="git://www.redirfs.org/git/fhrbata/redirfs.git"
171 - SRCDIR="${S}/src/redirfs"
172 -else
173 - KEYWORDS="~amd64 ~x86"
174 - SRC_URI="http://www.redirfs.org/packages/${P}.tar.gz"
175 -fi
176 -
177 -DESCRIPTION="Layer between virtual file system switch and file system drivers"
178 -HOMEPAGE="http://www.redirfs.org/"
179 -
180 -LICENSE="GPL-3"
181 -SLOT="0"
182 -IUSE=""
183 -
184 -DEPEND=""
185 -RDEPEND=""
186 -
187 -pkg_setup() {
188 - MODULE_NAMES="redirfs(misc:${SRCDIR})"
189 - BUILD_PARAMS="-C ${KERNEL_DIR} M=${SRCDIR}"
190 - BUILD_TARGETS="redirfs.ko"
191 - linux-mod_pkg_setup
192 -}
193 -
194 -src_install() {
195 - linux-mod_src_install
196 - insinto /usr/include
197 - doins ${SRCDIR}/redirfs.h
198 - dodoc ${SRCDIR}/{CHANGELOG,README,TODO}
199 -}