Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libecap/
Date: Mon, 18 Nov 2019 02:18:15
Message-Id: 1574042964.fdf28215de9ce7b16c333f09c91b676f5983af48.bman@gentoo
1 commit: fdf28215de9ce7b16c333f09c91b676f5983af48
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 02:09:24 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 02:09:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf28215
7
8 net-libs/libecap: drop old EAPI
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 net-libs/libecap/Manifest | 1 -
13 net-libs/libecap/libecap-0.2.0.ebuild | 26 --------------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/net-libs/libecap/Manifest b/net-libs/libecap/Manifest
17 index 0ec539c26ce..24b4e78f22a 100644
18 --- a/net-libs/libecap/Manifest
19 +++ b/net-libs/libecap/Manifest
20 @@ -1,2 +1 @@
21 -DIST libecap-0.2.0.tar.gz 337696 BLAKE2B cd5a797570aa3bd4a0dd943b29775a2ead72509398559f8596a1338266f8f259d309f5e63d90ae05da5f45d981b42d8edd08c4335b475c5caf72869f548628a4 SHA512 5d39444ec79846b14a7f4292e51bb880befd2cbf581b257d5087517cfae1dce55e4439a90c08e0b8f5b3e8b2431dde8c6fab771c826489024f17625cfc8c777e
22 DIST libecap-1.0.0.tar.gz 343468 BLAKE2B 5a5a12365289daaee8b324016f42b6b56f5bf5b1f7893ae052517c8c20a792a798ebb31f4038c121b1c6eefd9d375562014050572e0285e3a9b91bbfb9989fa8 SHA512 7d34b5a9b6843d6b09efc4fa390c7a2d3dda7a2ae5e82d5021295e436ca9afb7c1f70bc6f25a68e4c430fb6e33ee9f602655c9c830fccd46a8f554774813b452
23
24 diff --git a/net-libs/libecap/libecap-0.2.0.ebuild b/net-libs/libecap/libecap-0.2.0.ebuild
25 deleted file mode 100644
26 index b6df9511af4..00000000000
27 --- a/net-libs/libecap/libecap-0.2.0.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="4"
34 -
35 -inherit autotools-utils eutils toolchain-funcs
36 -
37 -DESCRIPTION="API for implementing ICAP content analysis and adaptation"
38 -HOMEPAGE="http://www.e-cap.org/"
39 -SRC_URI="http://www.measurement-factory.com/tmp/ecap/${P}.tar.gz"
40 -
41 -LICENSE="BSD-2"
42 -SLOT="0.2"
43 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
44 -IUSE="static-libs"
45 -
46 -RDEPEND="!net-libs/libecap:0"
47 -
48 -DOCS=( CREDITS NOTICE README change.log )
49 -
50 -src_prepare() {
51 - default
52 -
53 - # Respect AR. (bug #457734)
54 - tc-export AR
55 -}