net-libs/libecap: drop old EAPI
authorAaron Bauman <bman@gentoo.org>
Mon, 18 Nov 2019 02:09:24 +0000 (21:09 -0500)
committerAaron Bauman <bman@gentoo.org>
Mon, 18 Nov 2019 02:09:24 +0000 (21:09 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
net-libs/libecap/Manifest
net-libs/libecap/libecap-0.2.0.ebuild [deleted file]

index 0ec539c26cecb05e9a05c78be34a6b269c5e343e..24b4e78f22aef88ff096a56613d6e342817fab4e 100644 (file)
@@ -1,2 +1 @@
-DIST libecap-0.2.0.tar.gz 337696 BLAKE2B cd5a797570aa3bd4a0dd943b29775a2ead72509398559f8596a1338266f8f259d309f5e63d90ae05da5f45d981b42d8edd08c4335b475c5caf72869f548628a4 SHA512 5d39444ec79846b14a7f4292e51bb880befd2cbf581b257d5087517cfae1dce55e4439a90c08e0b8f5b3e8b2431dde8c6fab771c826489024f17625cfc8c777e
 DIST libecap-1.0.0.tar.gz 343468 BLAKE2B 5a5a12365289daaee8b324016f42b6b56f5bf5b1f7893ae052517c8c20a792a798ebb31f4038c121b1c6eefd9d375562014050572e0285e3a9b91bbfb9989fa8 SHA512 7d34b5a9b6843d6b09efc4fa390c7a2d3dda7a2ae5e82d5021295e436ca9afb7c1f70bc6f25a68e4c430fb6e33ee9f602655c9c830fccd46a8f554774813b452
diff --git a/net-libs/libecap/libecap-0.2.0.ebuild b/net-libs/libecap/libecap-0.2.0.ebuild
deleted file mode 100644 (file)
index b6df951..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools-utils eutils toolchain-funcs
-
-DESCRIPTION="API for implementing ICAP content analysis and adaptation"
-HOMEPAGE="http://www.e-cap.org/"
-SRC_URI="http://www.measurement-factory.com/tmp/ecap/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0.2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="static-libs"
-
-RDEPEND="!net-libs/libecap:0"
-
-DOCS=( CREDITS NOTICE README change.log )
-
-src_prepare() {
-       default
-
-       # Respect AR. (bug #457734)
-       tc-export AR
-}