summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-11-13 13:29:12 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-11-13 13:29:12 +0000
commit144e4015d06f6f1a706b3a113488c6b483bcec2d (patch)
tree3fd39160ad8f12082c03208ad673c82b76d72a9e /app-antivirus
parentVersion bump -> 0.2.0; cleanup. Taking over as maint. (diff)
downloadhistorical-144e4015d06f6f1a706b3a113488c6b483bcec2d.tar.gz
historical-144e4015d06f6f1a706b3a113488c6b483bcec2d.tar.bz2
historical-144e4015d06f6f1a706b3a113488c6b483bcec2d.zip
Removed 0.80_rc3.
Diffstat (limited to 'app-antivirus')
-rw-r--r--app-antivirus/clamav/ChangeLog7
-rw-r--r--app-antivirus/clamav/Manifest10
-rw-r--r--app-antivirus/clamav/clamav-0.80_rc3.ebuild57
-rw-r--r--app-antivirus/clamav/files/digest-clamav-0.80_rc31
4 files changed, 10 insertions, 65 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog
index aad75c99b3fd..4aed7e218d9d 100644
--- a/app-antivirus/clamav/ChangeLog
+++ b/app-antivirus/clamav/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-antivirus/clamav
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.22 2004/11/13 13:25:50 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.23 2004/11/13 13:29:12 ticho Exp $
+
+*clamav-0.80_rc3 (13 Nov 2004)
+
+ 13 Nov 2004; Andrej Kacian <ticho@gentoo.org> -clamav-0.80_rc3.ebuild:
+ Removed 0.80_rc3.
13 Nov 2004; Andrej Kacian <ticho@gentoo.org> clamav-0.80.ebuild:
Stable on x86.
diff --git a/app-antivirus/clamav/Manifest b/app-antivirus/clamav/Manifest
index 41c301992abc..5fcb4cce1f59 100644
--- a/app-antivirus/clamav/Manifest
+++ b/app-antivirus/clamav/Manifest
@@ -1,12 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 749b93c97d1f3a5ea4712ee2f2053f13 ChangeLog 7769
+MD5 3aa99b046ecd5715b577cdc3e3c84e08 ChangeLog 7895
MD5 8dd6c5cfb635f021b60312528eadad83 clamav-0.80.ebuild 1714
MD5 7e32edfd72887a57b16ecd73f0f7a1a0 metadata.xml 184
-MD5 834b1547fb820fa331c01a04e1328701 clamav-0.80_rc3.ebuild 1501
MD5 9e195dfcd52e4642d54392d40d18a040 clamav-0.75.1.ebuild 1528
-MD5 d410856feb644268883b8beeaaacc4a1 files/digest-clamav-0.80_rc3 67
MD5 51f0c4f6ae446ca5834911b75b1a74a3 files/clamd.rc 1431
MD5 e8dcbdecd955708ddc7c79399ffa6276 files/clamd.conf 166
MD5 f0090a77dc10ba3899900622336b8610 files/digest-clamav-0.75.1 66
@@ -15,7 +13,7 @@ MD5 ad7d45b1be51c06986cb42c53e733d19 files/clamav-milter.README.gentoo 1311
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
-iD8DBQFBlieP10xuJSrg3/sRAu4tAJ0SW8k7kB4ayqxeJvVoKvErJMkMdACfb+qs
-oKuB6u9fcfP7byl0LDBFWCU=
-=O5IT
+iD8DBQFBlihX10xuJSrg3/sRAszQAJ4sVXbYVG2Ls3g17hd96rFqvkZNzQCfbV21
+h+MIqDDu2ZcFQYixlCfxOTo=
+=LEvB
-----END PGP SIGNATURE-----
diff --git a/app-antivirus/clamav/clamav-0.80_rc3.ebuild b/app-antivirus/clamav/clamav-0.80_rc3.ebuild
deleted file mode 100644
index cd60cb25a6bd..000000000000
--- a/app-antivirus/clamav/clamav-0.80_rc3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.80_rc3.ebuild,v 1.2 2004/10/09 15:02:20 pvdabeel Exp $
-
-inherit eutils flag-o-matic
-
-MY_P="${PN}-0.80rc3"
-#MY_P="${P}"
-DESCRIPTION="Clam Anti-Virus Scanner"
-HOMEPAGE="http://www.clamav.net/"
-SRC_URI="mirror://sourceforge/clamav/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="milter crypt"
-
-DEPEND="virtual/libc
- crypt? ( >=dev-libs/gmp-4.1.2 )"
-PROVIDE="virtual/antivirus"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
- enewgroup clamav
- enewuser clamav -1 /bin/false /dev/null clamav
- pwconv || die
-}
-
-src_compile() {
- has_version =sys-libs/glibc-2.2* && filter-lfs-flags
-
- local myconf
- use milter && myconf="--enable-milter"
- econf ${myconf} --with-dbdir=/var/lib/clamav || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS BUGS NEWS README ChangeLog TODO FAQ INSTALL
- exeinto /etc/init.d ; newexe ${FILESDIR}/clamd.rc clamd
- insinto /etc/conf.d ; newins ${FILESDIR}/clamd.conf clamd
- dodoc ${FILESDIR}/clamav-milter.README.gentoo
-}
-
-pkg_postinst() {
- einfo ""
- ewarn "Warning: clamd and/or freshclam have not been restarted."
- ewarn "You should restart them with: /etc/init.d/clamd restart"
- einfo ""
- if use milter ; then
- einfo "For simple instructions howto setup the clamav-milter..."
- einfo ""
- einfo "less /usr/share/doc/${PF}/clamav-milter.README.gentoo.gz"
- fi
-}
diff --git a/app-antivirus/clamav/files/digest-clamav-0.80_rc3 b/app-antivirus/clamav/files/digest-clamav-0.80_rc3
deleted file mode 100644
index 835931e1c200..000000000000
--- a/app-antivirus/clamav/files/digest-clamav-0.80_rc3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 359d5bc28bdde382f01c308608b70b0b clamav-0.80rc3.tar.gz 2625409