Package-Manager: Portage-2.3.3, Repoman-2.3.1
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="
- >=dev-libs/http-fetcher-1.0.1"
-
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}"
+DEPEND="dev-libs/http-fetcher"
src_prepare() {
default
src_install() {
emake DESTDIR="${D}" install
- dodoc README INSTALL
- dodoc -r docs/*.html
+ dodoc -r docs/*.html README INSTALL
}