Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/fetch/
Date: Sun, 05 Mar 2017 15:11:44
Message-Id: 1488726699.cc0e99e02fc49a8ac2f48f5f04e7ff865d2de7ec.monsieurp@gentoo
1 commit: cc0e99e02fc49a8ac2f48f5f04e7ff865d2de7ec
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 15:11:23 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 15:11:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0e99e0
7
8 www-client/fetch: clean up old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 www-client/fetch/fetch-1.0-r1.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/www-client/fetch/fetch-1.0-r1.ebuild b/www-client/fetch/fetch-1.0-r1.ebuild
16 deleted file mode 100644
17 index 831e5f4bf03..00000000000
18 --- a/www-client/fetch/fetch-1.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -DESCRIPTION="Fetch is a simple, fast, and flexible HTTP download tool built on the HTTP Fetcher library"
25 -HOMEPAGE="https://sourceforge.net/projects/fetch/"
26 -SRC_URI="mirror://sourceforge/fetch/${P}.tar.gz"
27 -LICENSE="LGPL-2.1"
28 -SLOT="0"
29 -KEYWORDS="amd64 x86"
30 -IUSE=""
31 -
32 -DEPEND=">=dev-libs/http-fetcher-1.0.1"
33 -RDEPEND="${DEPEND}"
34 -
35 -src_unpack(){
36 - unpack ${A}
37 - cd "${S}"
38 - sed -i -e "/^ld_rpath/d" configure || die "sed failed"
39 -}
40 -
41 -src_install() {
42 - emake DESTDIR="${D}" install || die
43 - dodoc README INSTALL
44 - dohtml docs/*.html
45 -}