commit: f278d2ac737a545c3dea24aa95d868237a20d3f9 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat May 6 17:14:31 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat May 6 22:19:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f278d2ac
dev-libs/http-fetcher: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517 dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild b/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild index b5b9972023f..9d13b8c338f 100644 --- a/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild +++ b/dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 MY_P="${P/-/_}" S="${WORKDIR}/${MY_P}" -DESCRIPTION="small, robust, flexible library for downloading files via HTTP using the GET method" +DESCRIPTION="Library for downloading files via HTTP using the GET method" HOMEPAGE="http://http-fetcher.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
