media-gfx/jp2a: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 23:38:05 +0000 (19:38 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:01:53 +0000 (19:01 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-gfx/jp2a/jp2a-1.0.6-r1.ebuild

index 921a7338c888efc48124c35ea46b7ddfaf9eac03..92bd292af749b79e0d37349127fecaab74a7873f 100644 (file)
@@ -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
-}