diff options
author | Greg Watson (eimono) <gwatson@linuxlogin.com> | 2006-06-27 23:01:41 +0000 |
---|---|---|
committer | Greg Watson (eimono) <gwatson@linuxlogin.com> | 2006-06-27 23:01:41 +0000 |
commit | 8e14a2a74c3366853062edc922e6439625a43c76 (patch) | |
tree | d8cdf6d5ad3770cd5db5c09fd00073cab46205f3 /app-antivirus/clamtk | |
parent | media-gfx/mirage - Version bump to 0.7 (diff) | |
download | sunrise-8e14a2a74c3366853062edc922e6439625a43c76.tar.gz sunrise-8e14a2a74c3366853062edc922e6439625a43c76.tar.bz2 sunrise-8e14a2a74c3366853062edc922e6439625a43c76.zip |
app-antivirus/clamtk - bug 98976
svn path=/sunrise/; revision=334
Diffstat (limited to 'app-antivirus/clamtk')
-rw-r--r-- | app-antivirus/clamtk/ChangeLog | 7 | ||||
-rw-r--r-- | app-antivirus/clamtk/Manifest | 4 | ||||
-rw-r--r-- | app-antivirus/clamtk/clamtk-2.20.ebuild | 31 | ||||
-rw-r--r-- | app-antivirus/clamtk/files/clamtk.desktop | 9 | ||||
-rw-r--r-- | app-antivirus/clamtk/files/digest-clamtk-2.20 | 1 |
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 |