Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/http-fetcher/
Date: Sat, 06 May 2017 22:20:41
Message-Id: 1494109146.f278d2ac737a545c3dea24aa95d868237a20d3f9.soap@gentoo
1 commit: f278d2ac737a545c3dea24aa95d868237a20d3f9
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sat May 6 17:14:31 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 22:19:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f278d2ac
7
8 dev-libs/http-fetcher: Fix toolong DESCRIPTION
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 Closes: https://github.com/gentoo/gentoo/pull/4517
12
13 dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild b/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild
17 index b5b9972023f..9d13b8c338f 100644
18 --- a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild
19 +++ b/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 MY_P="${P/-/_}"
26 S="${WORKDIR}/${MY_P}"
27 -DESCRIPTION="small, robust, flexible library for downloading files via HTTP using the GET method"
28 +DESCRIPTION="Library for downloading files via HTTP using the GET method"
29 HOMEPAGE="http://http-fetcher.sourceforge.net/"
30 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"