]> Pileus Git - ~andy/sunrise/commitdiff
app-antivirus/clamd-stream-client: Initial commit, bug #278657.
authorMarcin Miroslaw <bug@mejor.pl>
Mon, 23 Nov 2009 07:31:41 +0000 (07:31 +0000)
committerMarcin Miroslaw <bug@mejor.pl>
Mon, 23 Nov 2009 07:31:41 +0000 (07:31 +0000)
svn path=/sunrise/; revision=9583

app-antivirus/clamd-stream-client/ChangeLog [new file with mode: 0644]
app-antivirus/clamd-stream-client/Manifest [new file with mode: 0644]
app-antivirus/clamd-stream-client/clamd-stream-client-1.3.ebuild [new file with mode: 0644]
app-antivirus/clamd-stream-client/metadata.xml [new file with mode: 0644]

diff --git a/app-antivirus/clamd-stream-client/ChangeLog b/app-antivirus/clamd-stream-client/ChangeLog
new file mode 100644 (file)
index 0000000..8a03346
--- /dev/null
@@ -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 (file)
index 0000000..1f18b42
--- /dev/null
@@ -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 (file)
index 0000000..44e6a90
--- /dev/null
@@ -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 (file)
index 0000000..7e32869
--- /dev/null
@@ -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>