diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-05-06 20:14:31 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-07 00:19:06 +0200 |
commit | f278d2ac737a545c3dea24aa95d868237a20d3f9 (patch) | |
tree | 33e1b82f534974b563ac7db81561882723279d4e /dev-libs/http-fetcher | |
parent | dev-libs/handystats: Fix toolong DESCRIPTION (diff) | |
download | gentoo-f278d2ac737a545c3dea24aa95d868237a20d3f9.tar.gz gentoo-f278d2ac737a545c3dea24aa95d868237a20d3f9.tar.bz2 gentoo-f278d2ac737a545c3dea24aa95d868237a20d3f9.zip |
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
Diffstat (limited to 'dev-libs/http-fetcher')
-rw-r--r-- | dev-libs/http-fetcher/http-fetcher-1.1.0.ebuild | 4 |
1 files 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 b5b9972023f1..9d13b8c338f6 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" |