diff options
author | 2005-01-28 06:11:29 +0000 | |
---|---|---|
committer | 2005-01-28 06:11:29 +0000 | |
commit | d0bb13fdc79a99b1d20c46a23041bd65ec531012 (patch) | |
tree | f87483c7e2331969da3db5d0d930c12d348db406 /app-antivirus | |
parent | Initial import into the tree. Thanks to viktor@neotek.hu for the ebuild submi... (diff) | |
download | gentoo-2-d0bb13fdc79a99b1d20c46a23041bd65ec531012.tar.gz gentoo-2-d0bb13fdc79a99b1d20c46a23041bd65ec531012.tar.bz2 gentoo-2-d0bb13fdc79a99b1d20c46a23041bd65ec531012.zip |
Pulling rc ebuild out.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/ChangeLog | 5 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.81_rc1.ebuild | 63 | ||||
-rw-r--r-- | app-antivirus/clamav/files/digest-clamav-0.81_rc1 | 1 |
3 files changed, 4 insertions, 65 deletions
diff --git a/app-antivirus/clamav/ChangeLog b/app-antivirus/clamav/ChangeLog index a14c3f93d209..0b4b637e79c4 100644 --- a/app-antivirus/clamav/ChangeLog +++ b/app-antivirus/clamav/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-antivirus/clamav # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.38 2005/01/27 13:14:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/ChangeLog,v 1.39 2005/01/28 06:11:29 ticho Exp $ + + 28 Jan 2005; Andrej Kacian <ticho@gentoo.org> -clamav-0.81_rc1.ebuild: + Pulling rc ebuild out of the tree, because there's a full release already. 27 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> clamav-0.81.ebuild: Stable on sparc wrt #78656 diff --git a/app-antivirus/clamav/clamav-0.81_rc1.ebuild b/app-antivirus/clamav/clamav-0.81_rc1.ebuild deleted file mode 100644 index d1f326828207..000000000000 --- a/app-antivirus/clamav/clamav-0.81_rc1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.81_rc1.ebuild,v 1.2 2005/01/26 21:27:40 kaiowas Exp $ - -inherit eutils flag-o-matic - -#MY_P="${PN}-0.81rc1" -#MY_P="${P}" -DESCRIPTION="Clam Anti-Virus Scanner" -HOMEPAGE="http://www.clamav.net/" -SRC_URI="mirror://sourceforge/clamav/${P/_/}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~hppa ~alpha ~ppc64" -IUSE="milter crypt selinux" - -DEPEND="virtual/libc - crypt? ( >=dev-libs/gmp-4.1.2 )" -RDEPEND="selinux? ( sec-policy/selinux-clamav )" -PROVIDE="virtual/antivirus" - -S="${WORKDIR}/${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() { - echo - einfo "NOTE: As of clamav-0.80, the config file for clamd is no longer" - einfo " /etc/clamav.conf, but /etc/clamd.conf. Adjust your" - einfo " configuration accordingly before (re)starting clamd." - echo - ewarn "Warning: clamd and/or freshclam have not been restarted." - ewarn "You should restart them with: /etc/init.d/clamd restart" - echo - 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" - echo - fi -} diff --git a/app-antivirus/clamav/files/digest-clamav-0.81_rc1 b/app-antivirus/clamav/files/digest-clamav-0.81_rc1 deleted file mode 100644 index d9afdc3804c8..000000000000 --- a/app-antivirus/clamav/files/digest-clamav-0.81_rc1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f38933eb64d108a9ab3f0e5d6c0a69c1 clamav-0.81rc1.tar.gz 3018361 |