summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-11-17 21:09:24 -0500
committerAaron Bauman <bman@gentoo.org>2019-11-17 21:09:24 -0500
commitfdf28215de9ce7b16c333f09c91b676f5983af48 (patch)
tree76ec3b68cf4ffd5ae7661a67e944c72c9169f50f /net-libs/libecap
parentlxde-base/lxlauncher: drop old EAPI (diff)
downloadgentoo-fdf28215de9ce7b16c333f09c91b676f5983af48.tar.gz
gentoo-fdf28215de9ce7b16c333f09c91b676f5983af48.tar.bz2
gentoo-fdf28215de9ce7b16c333f09c91b676f5983af48.zip
net-libs/libecap: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-libs/libecap')
-rw-r--r--net-libs/libecap/Manifest1
-rw-r--r--net-libs/libecap/libecap-0.2.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/net-libs/libecap/Manifest b/net-libs/libecap/Manifest
index 0ec539c26cec..24b4e78f22ae 100644
--- a/net-libs/libecap/Manifest
+++ b/net-libs/libecap/Manifest
@@ -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
index b6df9511af45..000000000000
--- a/net-libs/libecap/libecap-0.2.0.ebuild
+++ /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
-}