diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-01 19:14:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-01 19:14:19 +0100 |
commit | 748fc8050e41f762665048f47fa119133c030e68 (patch) | |
tree | f8da2e40cef277450c3dc4eccc90b99da6d896de /net-proxy | |
parent | mozconfig-v6.58.eclass: Remove unused eclass (diff) | |
download | gentoo-748fc8050e41f762665048f47fa119133c030e68.tar.gz gentoo-748fc8050e41f762665048f47fa119133c030e68.tar.bz2 gentoo-748fc8050e41f762665048f47fa119133c030e68.zip |
net-proxy/c-icap-modules: Remove last-rited pkg
Closes: https://bugs.gentoo.org/529966
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/c-icap-modules/Manifest | 1 | ||||
-rw-r--r-- | net-proxy/c-icap-modules/c-icap-modules-0.2.4.ebuild | 53 | ||||
-rw-r--r-- | net-proxy/c-icap-modules/metadata.xml | 9 |
3 files changed, 0 insertions, 63 deletions
diff --git a/net-proxy/c-icap-modules/Manifest b/net-proxy/c-icap-modules/Manifest deleted file mode 100644 index dab90f20566e..000000000000 --- 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 c06b817fbfcb..000000000000 --- 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 4964bf824fc9..000000000000 --- 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> |