summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2021-04-29 09:13:14 +0300
committerEray Aslan <eras@gentoo.org>2021-04-29 09:13:14 +0300
commited91af428f4f5dd20d88531f680ed0f118a9d2cc (patch)
treee9dd972cf4351f8e2973700bb3827397286e9612 /net-libs/libecap
parentmail-mta/postfix: bump to 3.7_pre20210424 (diff)
downloadgentoo-ed91af428f4f5dd20d88531f680ed0f118a9d2cc.tar.gz
gentoo-ed91af428f4f5dd20d88531f680ed0f118a9d2cc.tar.bz2
gentoo-ed91af428f4f5dd20d88531f680ed0f118a9d2cc.zip
net-libs/libecap: remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'net-libs/libecap')
-rw-r--r--net-libs/libecap/Manifest1
-rw-r--r--net-libs/libecap/libecap-1.0.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/net-libs/libecap/Manifest b/net-libs/libecap/Manifest
index d370ec5dbb8a..2ebeb89079cd 100644
--- a/net-libs/libecap/Manifest
+++ b/net-libs/libecap/Manifest
@@ -1,2 +1 @@
-DIST libecap-1.0.0.tar.gz 343468 BLAKE2B 5a5a12365289daaee8b324016f42b6b56f5bf5b1f7893ae052517c8c20a792a798ebb31f4038c121b1c6eefd9d375562014050572e0285e3a9b91bbfb9989fa8 SHA512 7d34b5a9b6843d6b09efc4fa390c7a2d3dda7a2ae5e82d5021295e436ca9afb7c1f70bc6f25a68e4c430fb6e33ee9f602655c9c830fccd46a8f554774813b452
DIST libecap-1.0.1.tar.gz 339799 BLAKE2B 6971391d0bde588f6bfb11704d343494eaf81fd1ac5e9c8c6d9f32ae0b03ed41aaf03c41cab1365ffefa8e032b65f72417af395c26d89af69c30d327252246b7 SHA512 0054ad11b3f558d7c623060a69207a1b8e679803cabdf1a2bce4b04335d71c016eec770fc9d2cbf3d0a93502c255cb528305f9f8e6df4e095fcb980667045919
diff --git a/net-libs/libecap/libecap-1.0.0.ebuild b/net-libs/libecap/libecap-1.0.0.ebuild
deleted file mode 100644
index 224da59d982a..000000000000
--- a/net-libs/libecap/libecap-1.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="API for implementing ICAP content analysis and adaptation"
-HOMEPAGE="https://www.e-cap.org/"
-SRC_URI="http://www.measurement-factory.com/tmp/ecap/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="1"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-
-RDEPEND="!net-libs/libecap:0
- !net-libs/libecap:0.2"
-
-DOCS=( CREDITS NOTICE README change.log )
-
-src_prepare() {
- default
-
- # Respect AR. (bug #457734)
- tc-export AR
-
- mv configure.{in,ac} || die
-
- eautoreconf
-}
-
-src_configure() {
- # Horrific autotools failure in generated config.h w/o Bash
- CONFIG_SHELL="${EPREFIX}/bin/bash" econf
-}