summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2008-07-13 14:12:41 +0000
committerAlin Năstac <mrness@gentoo.org>2008-07-13 14:12:41 +0000
commitef2820fb86fac36f259ef871624262c4d19ea5c2 (patch)
treee572bcd301b28cfb70aeb4c6d0b43e1980c5e0db /net-proxy/havp
parentVersion bump. (diff)
downloadgentoo-2-ef2820fb86fac36f259ef871624262c4d19ea5c2.tar.gz
gentoo-2-ef2820fb86fac36f259ef871624262c4d19ea5c2.tar.bz2
gentoo-2-ef2820fb86fac36f259ef871624262c4d19ea5c2.zip
Remove obsolete versions.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-proxy/havp')
-rw-r--r--net-proxy/havp/ChangeLog6
-rw-r--r--net-proxy/havp/havp-0.86.ebuild65
-rw-r--r--net-proxy/havp/havp-0.87.ebuild66
3 files changed, 5 insertions, 132 deletions
diff --git a/net-proxy/havp/ChangeLog b/net-proxy/havp/ChangeLog
index 63cc23a447b2..71d05d20d53c 100644
--- a/net-proxy/havp/ChangeLog
+++ b/net-proxy/havp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-proxy/havp
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/havp/ChangeLog,v 1.26 2008/05/25 12:52:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/havp/ChangeLog,v 1.27 2008/07/13 14:12:41 mrness Exp $
+
+ 13 Jul 2008; Alin Năstac <mrness@gentoo.org> -havp-0.86.ebuild,
+ -havp-0.87.ebuild:
+ Remove obsolete versions.
25 May 2008; Markus Meier <maekke@gentoo.org> havp-0.88.ebuild:
amd64 stable, bug #221659
diff --git a/net-proxy/havp/havp-0.86.ebuild b/net-proxy/havp/havp-0.86.ebuild
deleted file mode 100644
index 76ee772b892b..000000000000
--- a/net-proxy/havp/havp-0.86.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/havp/havp-0.86.ebuild,v 1.5 2007/11/04 08:11:42 mrness Exp $
-
-inherit eutils
-
-DESCRIPTION="HTTP AntiVirus Proxy"
-HOMEPAGE="http://www.server-side.de/"
-SRC_URI="http://www.server-side.de/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="clamav ssl"
-
-DEPEND="clamav? ( >=app-antivirus/clamav-0.90 )"
-
-pkg_setup() {
- enewgroup havp
- enewuser havp -1 -1 /etc/havp havp
-}
-
-src_compile() {
- econf --localstatedir=/var \
- $(use_enable clamav) \
- $(use_enable ssl ssl-tunnel) || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- exeinto /usr/sbin
- doexe havp/havp
-
- newinitd "${FILESDIR}/havp.initd" havp
- insinto /etc
- doins -r etc/havp
-
- diropts -m 0700 -o havp -g havp
- keepdir /var/log/havp
-
- diropts -m 0750
- dodir /var/run/havp /var/tmp/havp
-
- dodoc ChangeLog
-}
-
-pkg_postinst() {
- ewarn "/var/tmp/havp must be on a filesystem with mandatory locks!"
- ewarn "You should add \"mand\" to the mount options on the relevant line in /etc/fstab."
-
- if use ssl; then
- echo
- ewarn "Note: ssl USE flag only enable SSL pass-through, which means that"
- ewarn " HTTPS pages will not be scanned for viruses!"
- ewarn " It is impossible to decrypt data sent through SSL connections without knowing"
- ewarn " the private key of the used certificate."
- fi
-
- if use clamav; then
- echo
- ewarn "If you plan to use clamav daemon, you should make sure clamav user can read"
- ewarn "/var/tmp/havp content. This can be accomplished by enabling AllowSupplementaryGroups"
- ewarn "in /etc/clamd.conf and adding clamav user to the havp group."
- fi
-}
diff --git a/net-proxy/havp/havp-0.87.ebuild b/net-proxy/havp/havp-0.87.ebuild
deleted file mode 100644
index 3a55a329e69e..000000000000
--- a/net-proxy/havp/havp-0.87.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/havp/havp-0.87.ebuild,v 1.1 2008/01/29 10:54:25 mrness Exp $
-
-inherit eutils
-
-DESCRIPTION="HTTP AntiVirus Proxy"
-HOMEPAGE="http://www.server-side.de/"
-SRC_URI="http://www.server-side.de/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="clamav ssl"
-
-DEPEND="clamav? ( app-antivirus/clamav )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- enewgroup havp
- enewuser havp -1 -1 /etc/havp havp
-}
-
-src_compile() {
- econf --localstatedir=/var \
- $(use_enable clamav) \
- $(use_enable ssl ssl-tunnel) || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- exeinto /usr/sbin
- doexe havp/havp
-
- newinitd "${FILESDIR}/havp.initd" havp
- insinto /etc
- doins -r etc/havp
-
- diropts -m 0700 -o havp -g havp
- keepdir /var/log/havp
-
- diropts -m 0750
- dodir /var/run/havp /var/tmp/havp
-
- dodoc ChangeLog
-}
-
-pkg_postinst() {
- ewarn "/var/tmp/havp must be on a filesystem with mandatory locks!"
- ewarn "You should add \"mand\" to the mount options on the relevant line in /etc/fstab."
-
- if use ssl; then
- echo
- ewarn "Note: ssl USE flag only enable SSL pass-through, which means that"
- ewarn " HTTPS pages will not be scanned for viruses!"
- ewarn " It is impossible to decrypt data sent through SSL connections without knowing"
- ewarn " the private key of the used certificate."
- fi
-
- if use clamav; then
- echo
- ewarn "If you plan to use clamav daemon, you should make sure clamav user can read"
- ewarn "/var/tmp/havp content. This can be accomplished by enabling AllowSupplementaryGroups"
- ewarn "in /etc/clamd.conf and adding clamav user to the havp group."
- fi
-}