summaryrefslogtreecommitdiffstats
path: root/antivirus
diff options
context:
space:
mode:
authorTreeve Jelbert2019-01-22 12:07:48 +0100
committerTreeve Jelbert2019-01-22 12:07:48 +0100
commitedb6cb26edc4d94d31b3b8e003f29c08f4ed4728 (patch)
tree437fbf13f570ddd1a603c1c74021f1a2abfee1c8 /antivirus
parent69cca456f90a655120b2f62a2f6321a809434299 (diff)
delete antivirus/inoclam/ obsolete
Diffstat (limited to 'antivirus')
-rwxr-xr-xantivirus/inoclam/BUILD2
-rwxr-xr-xantivirus/inoclam/DEPENDS9
-rwxr-xr-xantivirus/inoclam/DETAILS28
-rw-r--r--antivirus/inoclam/HISTORY17
-rwxr-xr-xantivirus/inoclam/INSTALL2
-rwxr-xr-xantivirus/inoclam/PRE_BUILD4
-rwxr-xr-xantivirus/inoclam/init.d/inoclam8
7 files changed, 0 insertions, 70 deletions
diff --git a/antivirus/inoclam/BUILD b/antivirus/inoclam/BUILD
deleted file mode 100755
index 760e1eb5a9..0000000000
--- a/antivirus/inoclam/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-cmake_build
-
diff --git a/antivirus/inoclam/DEPENDS b/antivirus/inoclam/DEPENDS
deleted file mode 100755
index ea7d40208b..0000000000
--- a/antivirus/inoclam/DEPENDS
+++ /dev/null
@@ -1,9 +0,0 @@
-depends -sub CXX gcc &&
-depends cmake &&
-depends clamav &&
-depends inotify-tools &&
-depends libdaemon &&
-# depends jwsmtp
-depends confuse
-#optional_depends "something" "yes-flags" "no-flags" "what for"
-
diff --git a/antivirus/inoclam/DETAILS b/antivirus/inoclam/DETAILS
deleted file mode 100755
index 658c30637e..0000000000
--- a/antivirus/inoclam/DETAILS
+++ /dev/null
@@ -1,28 +0,0 @@
- SPELL=inoclam
- VERSION=1.4.0
- SOURCE_HASH=sha512:6aa8275e30e147ff0365e5714f35b0a59117a153b342eab3027918f4d5ed71f7d2813483bf6cf395afeec6ea7178c064b924c8fbea5ee42d893b60e302f7e294
- SOURCE=$SPELL-$VERSION.tar.gz
-# SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-
-# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
-# SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
-# SOURCE2_IGNORE=signature
- WEB_SITE=http://www.inoclam.org/
-
-# SOURCE_URL[0]=$WEB_SITE/$SOURCE
-# SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
- LICENSE[0]=GPL
- ENTERED=20090224
- KEYWORDS="antivirus"
- SHORT="watch user specified directories for viruses"
-cat << EOF
-inoclam uses inotify to watch user specified directories. When a file is
-created, changed or
-copied to one of the monitored directories, the file is virus checked with
-Clam Anti-Virus. If
-a virus is detected, the file is optionally removed from the file system
-and the administrator
-is optionally notified.
-EOF
diff --git a/antivirus/inoclam/HISTORY b/antivirus/inoclam/HISTORY
deleted file mode 100644
index 65b70b15f8..0000000000
--- a/antivirus/inoclam/HISTORY
+++ /dev/null
@@ -1,17 +0,0 @@
-2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
- * DETAILS: remove SOURCEFORGE_URL usage (automated)
-
-2011-10-14 Bor Kraljič <pyrobor@ver.si>
- * DETAILS: fixed long description wrap (scripted)
-
-2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DEPENDS: changed dependency on g++ to dependency on gcc with
- sub-depends on CXX (scripted)
-
-2009-04-16 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.4.0
-
-2009-04-15 Treeve Jelbert <treeve@sourcemage.org>
- * DETAILS: version 1.3.0
- spell created
-
diff --git a/antivirus/inoclam/INSTALL b/antivirus/inoclam/INSTALL
deleted file mode 100755
index 2ffb6f1b70..0000000000
--- a/antivirus/inoclam/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-default_install &&
-install_config_file $SOURCE_DIRECTORY/contrib/ubuntu-gutsy/etc_inoclam.conf $INSTALL_ROOT/etc/inoclam.conf
diff --git a/antivirus/inoclam/PRE_BUILD b/antivirus/inoclam/PRE_BUILD
deleted file mode 100755
index 1f2f8ef953..0000000000
--- a/antivirus/inoclam/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-# fix CmakeFile
-sed -i '/^INSTALL/s:inoclam:${CMAKE_CURRENT_BINARY_DIR}/inoclam:' src/CMakeLists.txt
diff --git a/antivirus/inoclam/init.d/inoclam b/antivirus/inoclam/init.d/inoclam
deleted file mode 100755
index 500860aea2..0000000000
--- a/antivirus/inoclam/init.d/inoclam
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-PROGRAM=/usr/sbin/inoclam
-RUNLEVEL=3
-NEEDS="clamd"
-PIDFILE=/var/run/inoclam.pid
-
-. /etc/init.d/smgl_init