Gentoo Archives: gentoo-commits

From: Eray Aslan <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libecap/
Date: Thu, 29 Apr 2021 06:13:36
Message-Id: 1619676794.ed91af428f4f5dd20d88531f680ed0f118a9d2cc.eras@gentoo
1 commit: ed91af428f4f5dd20d88531f680ed0f118a9d2cc
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 06:13:14 2021 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 06:13:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed91af42
7
8 net-libs/libecap: remove old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
12
13 net-libs/libecap/Manifest | 1 -
14 net-libs/libecap/libecap-1.0.0.ebuild | 35 -----------------------------------
15 2 files changed, 36 deletions(-)
16
17 diff --git a/net-libs/libecap/Manifest b/net-libs/libecap/Manifest
18 index d370ec5dbb8..2ebeb89079c 100644
19 --- a/net-libs/libecap/Manifest
20 +++ b/net-libs/libecap/Manifest
21 @@ -1,2 +1 @@
22 -DIST libecap-1.0.0.tar.gz 343468 BLAKE2B 5a5a12365289daaee8b324016f42b6b56f5bf5b1f7893ae052517c8c20a792a798ebb31f4038c121b1c6eefd9d375562014050572e0285e3a9b91bbfb9989fa8 SHA512 7d34b5a9b6843d6b09efc4fa390c7a2d3dda7a2ae5e82d5021295e436ca9afb7c1f70bc6f25a68e4c430fb6e33ee9f602655c9c830fccd46a8f554774813b452
23 DIST libecap-1.0.1.tar.gz 339799 BLAKE2B 6971391d0bde588f6bfb11704d343494eaf81fd1ac5e9c8c6d9f32ae0b03ed41aaf03c41cab1365ffefa8e032b65f72417af395c26d89af69c30d327252246b7 SHA512 0054ad11b3f558d7c623060a69207a1b8e679803cabdf1a2bce4b04335d71c016eec770fc9d2cbf3d0a93502c255cb528305f9f8e6df4e095fcb980667045919
24
25 diff --git a/net-libs/libecap/libecap-1.0.0.ebuild b/net-libs/libecap/libecap-1.0.0.ebuild
26 deleted file mode 100644
27 index 224da59d982..00000000000
28 --- a/net-libs/libecap/libecap-1.0.0.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit autotools toolchain-funcs
37 -
38 -DESCRIPTION="API for implementing ICAP content analysis and adaptation"
39 -HOMEPAGE="https://www.e-cap.org/"
40 -SRC_URI="http://www.measurement-factory.com/tmp/ecap/${P}.tar.gz"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="1"
44 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
45 -
46 -RDEPEND="!net-libs/libecap:0
47 - !net-libs/libecap:0.2"
48 -
49 -DOCS=( CREDITS NOTICE README change.log )
50 -
51 -src_prepare() {
52 - default
53 -
54 - # Respect AR. (bug #457734)
55 - tc-export AR
56 -
57 - mv configure.{in,ac} || die
58 -
59 - eautoreconf
60 -}
61 -
62 -src_configure() {
63 - # Horrific autotools failure in generated config.h w/o Bash
64 - CONFIG_SHELL="${EPREFIX}/bin/bash" econf
65 -}