diff options
author | Marcin Miroslaw <bug@mejor.pl> | 2009-11-23 07:31:41 +0000 |
---|---|---|
committer | Marcin Miroslaw <bug@mejor.pl> | 2009-11-23 07:31:41 +0000 |
commit | 1ee70c9831fa6fa1e11a64f59d79bfcb3d98b415 (patch) | |
tree | 74460061800bbd93f6b753d9113be66f4cbbc4ad /app-antivirus | |
parent | sys-fs/clamfs: Initial commit, bug #259863. Thanks to Ishan Arora for proposa... (diff) | |
download | sunrise-1ee70c9831fa6fa1e11a64f59d79bfcb3d98b415.tar.gz sunrise-1ee70c9831fa6fa1e11a64f59d79bfcb3d98b415.tar.bz2 sunrise-1ee70c9831fa6fa1e11a64f59d79bfcb3d98b415.zip |
app-antivirus/clamd-stream-client: Initial commit, bug #278657.
svn path=/sunrise/; revision=9583
Diffstat (limited to 'app-antivirus')
4 files changed, 34 insertions, 0 deletions
diff --git a/app-antivirus/clamd-stream-client/ChangeLog b/app-antivirus/clamd-stream-client/ChangeLog new file mode 100644 index 000000000..8a0334646 --- /dev/null +++ b/app-antivirus/clamd-stream-client/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-antivirus/clamd-stream-client +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 23 Nov 2009; Marcin Miroslaw <bug@mejor.pl> + +clamd-stream-client-1.3.ebuild, +metadata.xml: + Initial commit, bug #278657. + diff --git a/app-antivirus/clamd-stream-client/Manifest b/app-antivirus/clamd-stream-client/Manifest new file mode 100644 index 000000000..1f18b429c --- /dev/null +++ b/app-antivirus/clamd-stream-client/Manifest @@ -0,0 +1,4 @@ +DIST clamd-stream-client-1.3.tar.gz 39013 RMD160 234e690e6a5de443e84265316e18f27bc86b03f4 SHA1 54b4639fc2f51c062d3bdffb83d91a3ece97b861 SHA256 3ca4125eb69544efa77d6976b57ed4a22d3ca23eee1f91805bc0fa2319f8b753 +EBUILD clamd-stream-client-1.3.ebuild 487 RMD160 879f0154ec0ccecb213aa980938079f0fd90791d SHA1 86c8d08bb57b3cbeeff9e886b503daeee1a49cbf SHA256 84d954503becc1464e530f96d51eb7f6976e3c31f041606e1495268583457b71 +MISC ChangeLog 262 RMD160 138c1e5012385327100ef92a17bcda2ea289e691 SHA1 cea0bb44782f2e090d1ae5be50ba5a2c1f926865 SHA256 2ada69bd2dc35cdf4a069434bba68d61a3ee1da30f8f242258ddb955193197cb +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild b/app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild new file mode 100644 index 000000000..44e6a90c5 --- /dev/null +++ b/app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Small client to ask a remote clamav antivirus server if a file contains a virus." +HOMEPAGE="http://clamd-stream-cl.sourceforge.net/" +SRC_URI="mirror://sourceforge/clamd-stream-cl/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +src_install() { + dobin clamd-stream-client || die "dobin failed" + dodoc README || die "dodoc failed" +} diff --git a/app-antivirus/clamd-stream-client/metadata.xml b/app-antivirus/clamd-stream-client/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/app-antivirus/clamd-stream-client/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>maintainer-wanted</herd> +</pkgmetadata> |