diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-27 19:38:05 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:01:53 -0400 |
commit | fefdc285d4431b8c5abe61cb0656e7c1330c1480 (patch) | |
tree | 8d9db73e8d5749ad55145193f9f3be201c120116 /media-gfx/jp2a | |
parent | media-gfx/icon-slicer: bump EAPI (diff) | |
download | gentoo-fefdc285d4431b8c5abe61cb0656e7c1330c1480.tar.gz gentoo-fefdc285d4431b8c5abe61cb0656e7c1330c1480.tar.bz2 gentoo-fefdc285d4431b8c5abe61cb0656e7c1330c1480.zip |
media-gfx/jp2a: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-gfx/jp2a')
-rw-r--r-- | media-gfx/jp2a/jp2a-1.0.6-r1.ebuild | 12 |
1 files 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 -} |