summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-antivirus/clamtk')
-rw-r--r--app-antivirus/clamtk/ChangeLog7
-rw-r--r--app-antivirus/clamtk/Manifest4
-rw-r--r--app-antivirus/clamtk/clamtk-2.20.ebuild31
-rw-r--r--app-antivirus/clamtk/files/clamtk.desktop9
-rw-r--r--app-antivirus/clamtk/files/digest-clamtk-2.201
5 files changed, 52 insertions, 0 deletions
diff --git a/app-antivirus/clamtk/ChangeLog b/app-antivirus/clamtk/ChangeLog
new file mode 100644
index 000000000..5259256d2
--- /dev/null
+++ b/app-antivirus/clamtk/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for app-antivirus/clamtk
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 27 Jun 2006; Greg Watson <gwatson@linuxlogin.com> ChangeLog:
+ New ebuild for bug 98976
+
diff --git a/app-antivirus/clamtk/Manifest b/app-antivirus/clamtk/Manifest
new file mode 100644
index 000000000..9b3e9fd5e
--- /dev/null
+++ b/app-antivirus/clamtk/Manifest
@@ -0,0 +1,4 @@
+MD5 fcf08e2bb7da2617a28474173cf9a279 ChangeLog 212
+MD5 6a247c2e44390f178e265a2b53f926e0 clamtk-2.20.ebuild 587
+MD5 b0d7262066318ca6186a6fb489bab95c files/clamtk.desktop 208
+MD5 50dd2cce100abd59bd80f92fed0f7bcc files/digest-clamtk-2.20 62
diff --git a/app-antivirus/clamtk/clamtk-2.20.ebuild b/app-antivirus/clamtk/clamtk-2.20.ebuild
new file mode 100644
index 000000000..419931ce3
--- /dev/null
+++ b/app-antivirus/clamtk/clamtk-2.20.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils
+
+DESCRIPTION="A frontend for ClamAV using Gtk2-perl."
+HOMEPAGE="http://clamtk.sourceforge.net/"
+SRC_URI="mirror://sourceforge/clamtk/${P}.tar.gz"
+
+LICENSE="Artistic GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="dev-perl/gtk2-perl
+ dev-perl/File-Find-Rule
+ dev-perl/libwww-perl
+ dev-perl/Date-Calc
+ app-antivirus/clamav"
+
+RDEPEND="${DEPEND}"
+
+src_install() {
+ dobin clamtk
+
+ doicon clam.xpm
+ domenu ${PN}.desktop
+
+ dodoc CHANGES DISCLAIMER README
+}
diff --git a/app-antivirus/clamtk/files/clamtk.desktop b/app-antivirus/clamtk/files/clamtk.desktop
new file mode 100644
index 000000000..aa2e59044
--- /dev/null
+++ b/app-antivirus/clamtk/files/clamtk.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=ClamTk Virus Scanner
+Comment=Scan your system for viruses.
+Exec=clamtk
+Icon=/usr/share/clamtk/clam.xpm
+Terminal=false
+Type=Application
+Categories=Application;Utility;
+StartupNotify=false
diff --git a/app-antivirus/clamtk/files/digest-clamtk-2.20 b/app-antivirus/clamtk/files/digest-clamtk-2.20
new file mode 100644
index 000000000..d17799cc3
--- /dev/null
+++ b/app-antivirus/clamtk/files/digest-clamtk-2.20
@@ -0,0 +1 @@
+MD5 62463e307930690b354db0aa94c63903 clamtk-2.20.tar.gz 54220