commit:     748fc8050e41f762665048f47fa119133c030e68
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 18:14:19 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 18:14:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748fc805

net-proxy/c-icap-modules: Remove last-rited pkg

Closes: https://bugs.gentoo.org/529966
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-proxy/c-icap-modules/Manifest                  |  1 -
 .../c-icap-modules/c-icap-modules-0.2.4.ebuild     | 53 ----------------------
 net-proxy/c-icap-modules/metadata.xml              |  9 ----
 profiles/package.mask                              |  5 --
 4 files changed, 68 deletions(-)

diff --git a/net-proxy/c-icap-modules/Manifest 
b/net-proxy/c-icap-modules/Manifest
deleted file mode 100644
index dab90f20566..00000000000
--- a/net-proxy/c-icap-modules/Manifest
+++ /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
index c06b817fbfc..00000000000
--- a/net-proxy/c-icap-modules/c-icap-modules-0.2.4.ebuild
+++ /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
index 4964bf824fc..00000000000
--- a/net-proxy/c-icap-modules/metadata.xml
+++ /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>

diff --git a/profiles/package.mask b/profiles/package.mask
index d44660cb6f1..3b78e581a09 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -491,11 +491,6 @@ media-plugins/alsaequal
 # libosip. Removal in a month.
 net-misc/siproxd
 
-# Pacho Ramos <[email protected]> (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 <[email protected]> (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, #

Reply via email to