summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-08-01 09:49:40 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-08-01 09:49:40 +0000
commit8a281ff4b6c9bd966d9f52b45d66c10b484cac81 (patch)
treeeb78d13c29eeb4af5efa3a6e36f1da9939a1403a /net-proxy/squidclamav
parentStable for HPPA (bug #422365). (diff)
downloadgentoo-2-8a281ff4b6c9bd966d9f52b45d66c10b484cac81.tar.gz
gentoo-2-8a281ff4b6c9bd966d9f52b45d66c10b484cac81.tar.bz2
gentoo-2-8a281ff4b6c9bd966d9f52b45d66c10b484cac81.zip
Remove old
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy/squidclamav')
-rw-r--r--net-proxy/squidclamav/ChangeLog6
-rw-r--r--net-proxy/squidclamav/squidclamav-6.4.ebuild63
-rw-r--r--net-proxy/squidclamav/squidclamav-6.6.ebuild63
3 files changed, 5 insertions, 127 deletions
diff --git a/net-proxy/squidclamav/ChangeLog b/net-proxy/squidclamav/ChangeLog
index 6d475ffc1cfd..31c8bba46fdb 100644
--- a/net-proxy/squidclamav/ChangeLog
+++ b/net-proxy/squidclamav/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-proxy/squidclamav
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/ChangeLog,v 1.25 2012/08/01 09:46:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/ChangeLog,v 1.26 2012/08/01 09:49:40 ago Exp $
+
+ 01 Aug 2012; Agostino Sarubbo <ago@gentoo.org> -squidclamav-6.4.ebuild,
+ -squidclamav-6.6.ebuild:
+ Remove old
01 Aug 2012; Agostino Sarubbo <ago@gentoo.org> squidclamav-6.8.ebuild:
Stable for amd64, wrt bug #428778
diff --git a/net-proxy/squidclamav/squidclamav-6.4.ebuild b/net-proxy/squidclamav/squidclamav-6.4.ebuild
deleted file mode 100644
index f1925b97305d..000000000000
--- a/net-proxy/squidclamav/squidclamav-6.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/squidclamav-6.4.ebuild,v 1.3 2011/10/26 15:23:23 chainsaw Exp $
-
-EAPI=4
-
-inherit libtool autotools
-
-DESCRIPTION="HTTP Antivirus for Squid based on ClamAv and ICAP"
-HOMEPAGE="http://squidclamav.darold.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="net-proxy/c-icap"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # version 6.3 causes maintainer-mode rebuild from tarball, and
- # contains acinclude.m4 with libtool macros which cause trouble.
- rm acinclude.m4 || die
- eautoreconf
- elibtoolize
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- find "${D}" -name '*.la' -delete || die
-
- # delete its own documentation installed
- rm -r "${D}"/usr/share/${PN} || die
-
- dodoc README AUTHORS ChangeLog
-
- # Fix configuration file to adapt to the Gentoo configuration
- sed -i \
- -e '/clamd_local/s:\.ctl:.sock:' \
- "${D}"/etc/squidclamav.conf || die
-}
-
-pkg_postinst() {
- elog "Starting from version 6, Squid Clamav is now a module for the c-icap"
- elog "server, which is called from squid, rather than being a redirector"
- elog "directly."
- elog ""
- elog "To enable the service, you should add this to your c-icap.conf file:"
- elog ""
- elog " Service clamav squidclamav.so"
- elog ""
- elog "And then this to squid.conf (for a local ICAP server):"
- elog ""
- elog " icap_enable on"
- elog ""
- elog " # not strictly needed, but useful for special access"
- elog " icap_send_client_ip on"
- elog " icap_send_client_username on"
- elog ""
- elog " icap_service clamav respmod_precache bypass=0 icap://localhost:1344/clamav"
- elog " adaptation_access clamav allow all"
-}
diff --git a/net-proxy/squidclamav/squidclamav-6.6.ebuild b/net-proxy/squidclamav/squidclamav-6.6.ebuild
deleted file mode 100644
index 34c53d9e332d..000000000000
--- a/net-proxy/squidclamav/squidclamav-6.6.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squidclamav/squidclamav-6.6.ebuild,v 1.1 2012/05/29 06:02:24 flameeyes Exp $
-
-EAPI=4
-
-inherit libtool autotools
-
-DESCRIPTION="HTTP Antivirus for Squid based on ClamAv and ICAP"
-HOMEPAGE="http://squidclamav.darold.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-proxy/c-icap"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # version 6.3 causes maintainer-mode rebuild from tarball, and
- # contains acinclude.m4 with libtool macros which cause trouble.
- rm acinclude.m4 || die
- eautoreconf
- elibtoolize
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- find "${D}" -name '*.la' -delete || die
-
- # delete its own documentation installed
- rm -r "${D}"/usr/share/${PN} || die
-
- dodoc README AUTHORS ChangeLog
-
- # Fix configuration file to adapt to the Gentoo configuration
- sed -i \
- -e '/clamd_local/s:\.ctl:.sock:' \
- "${D}"/etc/squidclamav.conf || die
-}
-
-pkg_postinst() {
- elog "Starting from version 6, Squid Clamav is now a module for the c-icap"
- elog "server, which is called from squid, rather than being a redirector"
- elog "directly."
- elog ""
- elog "To enable the service, you should add this to your c-icap.conf file:"
- elog ""
- elog " Service clamav squidclamav.so"
- elog ""
- elog "And then this to squid.conf (for a local ICAP server):"
- elog ""
- elog " icap_enable on"
- elog ""
- elog " # not strictly needed, but useful for special access"
- elog " icap_send_client_ip on"
- elog " icap_send_client_username on"
- elog ""
- elog " icap_service clamav respmod_precache bypass=0 icap://localhost:1344/clamav"
- elog " adaptation_access clamav allow all"
-}