summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-11-20 15:41:44 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-11-20 15:41:44 +0000
commit3fb431c0d8cc15c27185685f36a5dccb9e9a05fc (patch)
treec54ae659b7c7cdce0df84d9998abdbd08c668d93 /app-antivirus
parentVersion bump; updates binfmt_elf patch (bug #70681) and adds the smbfs securi... (diff)
downloadgentoo-2-3fb431c0d8cc15c27185685f36a5dccb9e9a05fc.tar.gz
gentoo-2-3fb431c0d8cc15c27185685f36a5dccb9e9a05fc.tar.bz2
gentoo-2-3fb431c0d8cc15c27185685f36a5dccb9e9a05fc.zip
Initial import.
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/bitdefender-console/ChangeLog10
-rw-r--r--app-antivirus/bitdefender-console/Manifest4
-rw-r--r--app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild35
-rw-r--r--app-antivirus/bitdefender-console/files/digest-bitdefender-console-7.0.11
-rw-r--r--app-antivirus/bitdefender-console/metadata.xml10
5 files changed, 60 insertions, 0 deletions
diff --git a/app-antivirus/bitdefender-console/ChangeLog b/app-antivirus/bitdefender-console/ChangeLog
new file mode 100644
index 000000000000..7950768b9602
--- /dev/null
+++ b/app-antivirus/bitdefender-console/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-antivirus/bitdefender-console
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/bitdefender-console/ChangeLog,v 1.1 2004/11/20 15:41:44 ticho Exp $
+
+*bitdefender-console-7.0.1 (20 Nov 2004)
+
+ 20 Nov 2004; Andrej Kacian <ticho@gentoo.org> +metadata.xml,
+ +bitdefender-console-7.0.1.ebuild:
+ Initial import.
+
diff --git a/app-antivirus/bitdefender-console/Manifest b/app-antivirus/bitdefender-console/Manifest
new file mode 100644
index 000000000000..c28b78e6d964
--- /dev/null
+++ b/app-antivirus/bitdefender-console/Manifest
@@ -0,0 +1,4 @@
+MD5 9ac61a50e1f0b3bcc2cb860907dd0d4e bitdefender-console-7.0.1.ebuild 600
+MD5 53c11476ac2f2668f4c154c1d0055e44 skel.metadata.xml 789
+MD5 41b06d0a80915d08c681c65343c5beef skel.ChangeLog 3666
+MD5 7e4e23bd1430f971f5401f48594c69ea files/digest-bitdefender-console-7.0.1 104
diff --git a/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild b/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild
new file mode 100644
index 000000000000..857e56d8c801
--- /dev/null
+++ b/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/bitdefender-console/bitdefender-console-7.0.1.ebuild,v 1.1 2004/11/20 15:41:44 ticho Exp $
+
+inherit rpm
+
+DESCRIPTION="Complete virus defense solution designed for easy virus prevention on Linux systems."
+HOMEPAGE="http://www.bitdefender.com/bd/site/products.php?p_id=16"
+SRC_URI="ftp://ftp.bitdefender.com/pub/linux/free/bitdefender-console/en/BitDefender-Console-Antivirus-${PV}-3.linux-gcc3x.i586.rpm"
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="app-arch/rpm2targz"
+
+src_unpack() {
+ rpm_src_unpack ${DISTDIR}/${A} || die "Could not unpack RPM package"
+}
+
+src_install() {
+ dodir /opt/bdc
+ cp -Rf ${WORKDIR}/opt/* ${D}/opt
+
+ # Create a symlink for bdc executable
+ dodir /usr/bin
+ dosym /opt/bdc/bdc /usr/bin/bdc
+
+ # Install manpage correctly and remove it from /opt, where it's
+ # useless
+ doman ${WORKDIR}/opt/bdc/man/bdc.1
+ rm -rf ${D}/opt/bdc/man
+}
+
diff --git a/app-antivirus/bitdefender-console/files/digest-bitdefender-console-7.0.1 b/app-antivirus/bitdefender-console/files/digest-bitdefender-console-7.0.1
new file mode 100644
index 000000000000..20badcff10a1
--- /dev/null
+++ b/app-antivirus/bitdefender-console/files/digest-bitdefender-console-7.0.1
@@ -0,0 +1 @@
+MD5 92051c18b5d571d7bd9078af3c78f6f0 BitDefender-Console-Antivirus-7.0.1-3.linux-gcc3x.i586.rpm 2351326
diff --git a/app-antivirus/bitdefender-console/metadata.xml b/app-antivirus/bitdefender-console/metadata.xml
new file mode 100644
index 000000000000..b3577205688a
--- /dev/null
+++ b/app-antivirus/bitdefender-console/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>antivirus</herd>
+ <maintainer>
+ <email>ticho@gentoo.org</email>
+ <name>Andrej Kacian</name>
+ </maintainer>
+ <longdescription>Complete virus defense solution designed for easy virus prevention on Linux systems.</longdescription>
+</pkgmetadata>