summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-11-06 19:30:17 +0100
committerJoonas Niilola <juippis@gentoo.org>2020-11-12 10:40:33 +0200
commitd742b8b2a575755861d403e783173960d0e1b41a (patch)
tree9e0d6ed7295002daecde10ef7cfd5edeea71ebca /sys-fs/clamfs
parentsys-fs/clamfs: new maintainer (diff)
downloadgentoo-d742b8b2a575755861d403e783173960d0e1b41a.tar.gz
gentoo-d742b8b2a575755861d403e783173960d0e1b41a.tar.bz2
gentoo-d742b8b2a575755861d403e783173960d0e1b41a.zip
sys-fs/clamfs: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/18159 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/clamfs')
-rw-r--r--sys-fs/clamfs/Manifest1
-rw-r--r--sys-fs/clamfs/clamfs-1.0.1-r3.ebuild42
-rw-r--r--sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch15
-rw-r--r--sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch12
4 files changed, 0 insertions, 70 deletions
diff --git a/sys-fs/clamfs/Manifest b/sys-fs/clamfs/Manifest
index 3589b07c38c4..5a124afde67a 100644
--- a/sys-fs/clamfs/Manifest
+++ b/sys-fs/clamfs/Manifest
@@ -1,2 +1 @@
-DIST clamfs-1.0.1.tar.gz 142386 BLAKE2B d4333ddebae3aec1ffa36cd5db361b07daa4007c75e6f6e7e3c296f99573bde5ac77722b7af95fe194fd2ba0d56550a608911235da6cc7e9c25359af6554fcbd SHA512 8a9912c068c178049e8538da729635af1372e8ad1f7bc0e14cc7506208d15a4c1fdab7cf229dd683a3245168c627a3d994ec5b24bca5f12efc9ff638040e3258
DIST clamfs-1.2.0.tar.gz 196903 BLAKE2B aa84e3a35714a2638d9569b6bb77f5da5c34f962d7baff0e5b08bbd7a56f1d1624936a5054b1a99d5593dc20412e55f36ab732fb84326f40c0614f084698618f SHA512 72a8625c18f520258075cb0310d14974e15f7f0cd628ca968317adac778fd8db26fa28bd72d954f2c21e6c41c32a38a5fbfa8be3918f9e0314d1d7f1da2cc626
diff --git a/sys-fs/clamfs/clamfs-1.0.1-r3.ebuild b/sys-fs/clamfs/clamfs-1.0.1-r3.ebuild
deleted file mode 100644
index 8a8bf827a5ba..000000000000
--- a/sys-fs/clamfs/clamfs-1.0.1-r3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit eutils linux-info
-
-DESCRIPTION="A FUSE-based user-space file system with on-access anti-virus file scanning"
-HOMEPAGE="http://clamfs.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/boost-1.33
- sys-fs/fuse:0
- dev-cpp/commoncpp2
- dev-libs/rlog
- dev-libs/poco"
-RDEPEND="${DEPEND}
- app-antivirus/clamav"
-
-CONFIG_CHECK="~FUSE_FS"
-
-src_prepare() {
- eapply "${FILESDIR}/${P}-gentoo.patch"
- eapply -p0 "${FILESDIR}/${P}-gcc45.patch"
- eapply_user
-}
-
-src_install() {
- emake install DESTDIR="${D}"
-
- insinto /etc/clamfs
- doins doc/clamfs.xml
-
- newinitd "${FILESDIR}/${PN}.initd" ${PN}
- newconfd "${FILESDIR}/${PN}.confd" ${PN}
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch b/sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch
deleted file mode 100644
index 1f5f63a252f2..000000000000
--- a/sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix building with gcc 4.5
-
-http://bugs.gentoo.org/show_bug.cgi?id=320107
-
---- src/scancache.cxx
-+++ src/scancache.cxx
-@@ -37,7 +37,7 @@
- }
-
- ScanCache::ScanCache(long int elements, long int expire):
-- ExpireLRUCache<ino_t, CachedResult>::ExpireLRUCache<ino_t, CachedResult>(elements, expire) {
-+ ExpireLRUCache<ino_t, CachedResult>(elements, expire) {
- }
-
- ScanCache::~ScanCache() {
diff --git a/sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch b/sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch
deleted file mode 100644
index f5c02daca6d6..000000000000
--- a/sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur clamfs-1.0.1.orig/doc/clamfs.xml clamfs-1.0.1/doc/clamfs.xml
---- clamfs-1.0.1.orig/doc/clamfs.xml 2009-02-07 23:09:26.000000000 +0900
-+++ clamfs-1.0.1/doc/clamfs.xml 2010-01-08 18:19:13.000000000 +0900
-@@ -16,7 +16,7 @@
- check - (yes or no) check if clamd is available on startup (useful if
- mounting clamfs file systems from /etc/fstab early on startup,
- while clamav daemon is not yet started) -->
-- <clamd socket="/var/run/clamav/clamd.ctl" check="yes" />
-+ <clamd socket="/var/run/clamav/clamd.sock" check="yes" />
-
- <!-- File system settings
- root - real directory to attach as our root