Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
Date: Tue, 30 Aug 2022 13:23:43
Message-Id: 1661865633.e5b0a43d2e31193da18de4d7e68dfecab1d62719.asturm@gentoo
1 commit: e5b0a43d2e31193da18de4d7e68dfecab1d62719
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 09:29:26 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 13:20:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b0a43d
7
8 www-client/fetch: drop 1.0-r3, EAPI-6--
9
10 Closes: https://bugs.gentoo.org/867331
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 www-client/fetch/fetch-1.0-r3.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/www-client/fetch/fetch-1.0-r3.ebuild b/www-client/fetch/fetch-1.0-r3.ebuild
17 deleted file mode 100644
18 index d3f2223776d3..000000000000
19 --- a/www-client/fetch/fetch-1.0-r3.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="HTTP download tool built atop the HTTP fetcher library"
28 -HOMEPAGE="https://sourceforge.net/projects/fetch/"
29 -SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
30 -
31 -LICENSE="LGPL-2.1"
32 -SLOT="0"
33 -KEYWORDS="amd64 x86"
34 -
35 -RDEPEND="dev-libs/http-fetcher"
36 -DEPEND="${RDEPEND}"
37 -
38 -HTML_DOCS=( docs/fetch.html )
39 -
40 -src_prepare() {
41 - default
42 - sed -i -e "/^ld_rpath/d" configure || die "sed failed"
43 -}