net-proxy/c-icap-modules: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 1 Dec 2018 18:14:19 +0000 (19:14 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 1 Dec 2018 18:14:19 +0000 (19:14 +0100)
Closes: https://bugs.gentoo.org/529966
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-proxy/c-icap-modules/Manifest [deleted file]
net-proxy/c-icap-modules/c-icap-modules-0.2.4.ebuild [deleted file]
net-proxy/c-icap-modules/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-proxy/c-icap-modules/Manifest b/net-proxy/c-icap-modules/Manifest
deleted file mode 100644 (file)
index dab90f2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST c_icap_modules-0.2.4.tar.gz 373120 BLAKE2B 59106c180005f822a44fb01adf4cf6635dff4dba8dbec17a450ff95ad2c34b607acd4c43875944e3fde1b6cb1c9c376a4bdbbf661f701501b0c2145785394fe8 SHA512 5752a52f58852f71c98ff60e5670468998fa481807b866b238bfc3f2465387cf4ce4b2ee1544c35021b618cda69798765479129133d9ac25d23662eac1adbc7f
diff --git a/net-proxy/c-icap-modules/c-icap-modules-0.2.4.ebuild b/net-proxy/c-icap-modules/c-icap-modules-0.2.4.ebuild
deleted file mode 100644 (file)
index c06b817..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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
-}
diff --git a/net-proxy/c-icap-modules/metadata.xml b/net-proxy/c-icap-modules/metadata.xml
deleted file mode 100644 (file)
index 4964bf8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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>
index d44660cb6f1abbb3413bcf93db150e9c66668a6d..3b78e581a09ca1fbdf648256d731cedf80bfad6f 100644 (file)
@@ -491,11 +491,6 @@ media-plugins/alsaequal
 # 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, #