From fefdc285d4431b8c5abe61cb0656e7c1330c1480 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sun, 27 May 2018 19:38:05 -0400 Subject: [PATCH] media-gfx/jp2a: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- media-gfx/jp2a/jp2a-1.0.6-r1.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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 -} -- 2.26.2