summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2013-12-28 10:44:24 -0500
committerMichael Orlitzky <mjo@gentoo.org>2013-12-28 10:44:24 -0500
commit5fc5a0d289af31ca9f749dad554a1e50577cead0 (patch)
tree18f73c772df53fe5696ebfbaa7298d0f7c99a692 /app-antivirus
parentnet-mail/postfix-logwatch: In tree. (diff)
downloadsunrise-5fc5a0d289af31ca9f749dad554a1e50577cead0.tar.gz
sunrise-5fc5a0d289af31ca9f749dad554a1e50577cead0.tar.bz2
sunrise-5fc5a0d289af31ca9f749dad554a1e50577cead0.zip
app-antivirus/clamav-unofficial-sigs: Remove package committed to portage, bug #272872.
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav-unofficial-sigs/ChangeLog13
-rw-r--r--app-antivirus/clamav-unofficial-sigs/Manifest4
-rw-r--r--app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-3.7.1.ebuild65
-rw-r--r--app-antivirus/clamav-unofficial-sigs/metadata.xml5
4 files changed, 0 insertions, 87 deletions
diff --git a/app-antivirus/clamav-unofficial-sigs/ChangeLog b/app-antivirus/clamav-unofficial-sigs/ChangeLog
deleted file mode 100644
index db6e25141..000000000
--- a/app-antivirus/clamav-unofficial-sigs/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for app-antivirus/clamav-unofficial-sigs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 13 Aug 2010; Michael Orlitzky <michael@orlitzky.com>
- -clamav-unofficial-sigs-3.7.ebuild, +clamav-unofficial-sigs-3.7.1.ebuild:
- Version bump.
-
- 02 Apr 2010; Michael Orlitzky <michael@orlitzky.com>
- +clamav-unofficial-sigs-3.7.ebuild, +metadata.xml:
- New ebuild to address bug 272872. Thanks to Felix Leimbach and steveb for
- ebuild inspiration/input.
-
diff --git a/app-antivirus/clamav-unofficial-sigs/Manifest b/app-antivirus/clamav-unofficial-sigs/Manifest
deleted file mode 100644
index 96616bc5c..000000000
--- a/app-antivirus/clamav-unofficial-sigs/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST clamav-unofficial-sigs-3.7.1.tar.gz 36594 RMD160 9dff9ddef3d2d000c5579b7aadca369c4d9a29cd SHA1 a4d589135929e171f927b0f7cdf298ea71c7f9ca SHA256 7f8de46da43d8edd06ee1dcd1bc4563e61b23c9bbd368ccf0265576e46f4d90c
-EBUILD clamav-unofficial-sigs-3.7.1.ebuild 1979 RMD160 bcc2dd2a300b486a0c125b266669d5582687bb74 SHA1 335dcf5b16bf2c994f6d54241c5008b6170eb46d SHA256 64e5a6c6f26675005a8d56403f214bfe77c0b37b5654cea8c432da5212525a40
-MISC ChangeLog 498 RMD160 59326cb6ee3efb25a8467e8b780b575fc549d3f0 SHA1 20dec88f1d52143042203bd61a18f273e1c49627 SHA256 d9c4ef740fba90ad4b7c8fe536bdf1e91d11cfe1bceec35c8af1aaf5833d8a40
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-3.7.1.ebuild b/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-3.7.1.ebuild
deleted file mode 100644
index 75f16d82d..000000000
--- a/app-antivirus/clamav-unofficial-sigs/clamav-unofficial-sigs-3.7.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Downloads and installs third-party clamav signatures"
-HOMEPAGE="http://sourceforge.net/projects/unofficial-sigs"
-SRC_URI="mirror://sourceforge/unofficial-sigs/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-antivirus/clamav"
-
-# The script relies on either net-misc/socat, or Perl's
-# IO::Socket::UNIX. We already depend on Perl, and Gentoo's Perl ships
-# with IO::Socket::UNIX, so we can leave out net-misc/socat here.
-RDEPEND="${DEPEND}
- app-crypt/gnupg
- dev-lang/perl
- net-dns/bind-tools
- net-misc/curl"
-
-src_compile() {
- # First, fix the paths contained in the configuration file.
- sed -i -e '$a\pkg_mgr="emerge"' \
- -e "\$a\\pkg_rm=\"emerge -C ${PN}\"" \
- -e 's~/var/run/clamd.socket~/var/run/clamav/clamd.sock~' \
- -e 's~/var/run/clamd.pid~/var/run/clamav/clamd.pid~' \
- ${PN}.conf \
- || die "failed to update paths in the ${PN}.conf file"
-
- # Now, change the script's working directory to point to
- # /var/lib/${PN}. We'll need to make this writable by the clamav
- # user during install.
- sed -i -e "s~/usr/unofficial-dbs~/var/lib/${PN}~" ${PN}.conf \
- || die 'failed to update the work_dir variable'
-}
-
-src_install() {
- dosbin ${PN}.sh || die
-
- # We set the script's working directory to /var/lib/${PN} in
- # src_compile, so make sure that the permissions are set correctly
- # here. By default, it runs as clamav/clamav.
- diropts -m0755 -o clamav -g clamav
- dodir /var/lib/${PN} || die "failed to create working directory"
-
- insinto /etc/logrotate.d
- doins ${PN}-logrotate || die
-
- insinto /etc
- doins ${PN}.conf || die
-
- doman ${PN}.8 || die
- dodoc CHANGELOG INSTALL README || die
-}
-
-pkg_postinst() {
- elog "You will need to set up your /etc/${PN}.conf file."
- elog "For details, please see the ${PN}(8) manual page."
- elog ""
- elog "Don't forget to set user_configuration_complete=\"yes\"."
-}
diff --git a/app-antivirus/clamav-unofficial-sigs/metadata.xml b/app-antivirus/clamav-unofficial-sigs/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/app-antivirus/clamav-unofficial-sigs/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>