+++ /dev/null
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib flag-o-matic
-
-MY_PN=c_icap_modules #${PN/-/_}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="URL blocklist and virus scanner for the C-ICAP server"
-HOMEPAGE="http://c-icap.sourceforge.net/"
-SRC_URI="mirror://sourceforge/c-icap/${PN}/0.2.x/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="berkdb clamav"
-
-DEPEND="berkdb? ( sys-libs/db )
- clamav? ( app-antivirus/clamav )
- net-proxy/c-icap
- sys-libs/glibc
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- # some void *** pointers get casted around and can be troublesome to
- # fix properly.
- append-flags -fno-strict-aliasing
-
- econf --sysconfdir=/etc/c-icap \
- --disable-dependency-tracking \
- --disable-maintainer-mode \
- --disable-static \
- $(use_with berkdb bdb) \
- $(use_with clamav)
-}
-
-src_compile() {
- emake LOGDIR="/var/log"
-}
-
-src_install() {
- dodir /etc/c-icap
-
- emake LOGDIR="/var/log" \
- DESTDIR="${D}" install
-
- find "${ED}" -name '*.la' -delete || die
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>URL blocklist and virus scanner for the C-ICAP server</longdescription>
- <upstream>
- <remote-id type="sourceforge">c-icap</remote-id>
- </upstream>
-</pkgmetadata>
# libosip. Removal in a month.
net-misc/siproxd
-# Pacho Ramos <pacho@gentoo.org> (01 Nov 2018)
-# Needs a major version bump to work with recent db versions (#529966).
-# Removal in a month.
-net-proxy/c-icap-modules
-
# Pacho Ramos <pacho@gentoo.org> (01 Nov 2018)
# All this packages are broken and need major version bumps to fix them. See
# bug #504114, #486510, #510550, #511096, #517260, #551784, #616490, #