From: Aaron Bauman Date: Sun, 27 May 2018 23:38:05 +0000 (-0400) Subject: media-gfx/jp2a: bump EAPI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fefdc285d4431b8c5abe61cb0656e7c1330c1480;p=gentoo.git media-gfx/jp2a: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/media-gfx/jp2a/jp2a-1.0.6-r1.ebuild b/media-gfx/jp2a/jp2a-1.0.6-r1.ebuild index 921a7338c888..92bd292af749 100644 --- a/media-gfx/jp2a/jp2a-1.0.6-r1.ebuild +++ b/media-gfx/jp2a/jp2a-1.0.6-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="JPEG image to ASCII art converter" HOMEPAGE="http://csl.sublevel3.org/jp2a/" @@ -17,13 +17,9 @@ RDEPEND="sys-libs/ncurses curl? ( net-misc/curl )" DEPEND="${RDEPEND}" +HTML_DOCS=( man/jp2a.html ) + src_configure() { econf \ $(use_enable curl) } - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README - dohtml man/jp2a.html -}