summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-03-05 16:11:23 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-03-05 16:11:39 +0100
commitcc0e99e02fc49a8ac2f48f5f04e7ff865d2de7ec (patch)
treec2c8c11b3f3f43b748a4374bb09cc3941dc9a7cd /www-client/fetch
parentwww-client/fetch: stable for amd64+x86. (diff)
downloadgentoo-cc0e99e02fc49a8ac2f48f5f04e7ff865d2de7ec.tar.gz
gentoo-cc0e99e02fc49a8ac2f48f5f04e7ff865d2de7ec.tar.bz2
gentoo-cc0e99e02fc49a8ac2f48f5f04e7ff865d2de7ec.zip
www-client/fetch: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'www-client/fetch')
-rw-r--r--www-client/fetch/fetch-1.0-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/www-client/fetch/fetch-1.0-r1.ebuild b/www-client/fetch/fetch-1.0-r1.ebuild
deleted file mode 100644
index 831e5f4bf03f..000000000000
--- a/www-client/fetch/fetch-1.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Fetch is a simple, fast, and flexible HTTP download tool built on 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"
-IUSE=""
-
-DEPEND=">=dev-libs/http-fetcher-1.0.1"
-RDEPEND="${DEPEND}"
-
-src_unpack(){
- unpack ${A}
- cd "${S}"
- sed -i -e "/^ld_rpath/d" configure || die "sed failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README INSTALL
- dohtml docs/*.html
-}