commit: e5b0a43d2e31193da18de4d7e68dfecab1d62719 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 30 09:29:26 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Aug 30 13:20:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b0a43d
www-client/fetch: drop 1.0-r3, EAPI-6-- Closes: https://bugs.gentoo.org/867331 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> www-client/fetch/fetch-1.0-r3.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/www-client/fetch/fetch-1.0-r3.ebuild b/www-client/fetch/fetch-1.0-r3.ebuild deleted file mode 100644 index d3f2223776d3..000000000000 --- a/www-client/fetch/fetch-1.0-r3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="HTTP download tool built atop the HTTP fetcher library" -HOMEPAGE="https://sourceforge.net/projects/fetch/" -SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-libs/http-fetcher" -DEPEND="${RDEPEND}" - -HTML_DOCS=( docs/fetch.html ) - -src_prepare() { - default - sed -i -e "/^ld_rpath/d" configure || die "sed failed" -}
