summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-30 11:29:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-30 15:20:33 +0200
commite5b0a43d2e31193da18de4d7e68dfecab1d62719 (patch)
tree8bb0fac86117058426908cab7f3ee593ac08dce0
parentnet-vpn/networkmanager-fortisslvpn: drop 1.2.8-r2, 1.2.10, EAPI-6-- (diff)
downloadgentoo-e5b0a43d2e31193da18de4d7e68dfecab1d62719.tar.gz
gentoo-e5b0a43d2e31193da18de4d7e68dfecab1d62719.tar.bz2
gentoo-e5b0a43d2e31193da18de4d7e68dfecab1d62719.zip
www-client/fetch: drop 1.0-r3, EAPI-6--
Closes: https://bugs.gentoo.org/867331 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--www-client/fetch/fetch-1.0-r3.ebuild22
1 files changed, 0 insertions, 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"
-}