media-libs/fnlib: bump EAPI and drop eutils
authorAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 18:45:07 +0000 (14:45 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 20:31:26 +0000 (16:31 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-libs/fnlib/fnlib-0.5-r2.ebuild

index 791991112da9d4615692a92b162367daa5367618..b532f12c0e6c3e960a7b83ee70c547e06906eda1 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
 inherit autotools
 
@@ -17,7 +17,10 @@ IUSE=""
 DEPEND="media-libs/imlib"
 RDEPEND="${DEPEND}"
 
+DOCS=( AUTHORS ChangeLog HACKING NEWS README doc/fontinfo.README )
+
 src_prepare() {
+       default
        eautoreconf
 }
 
@@ -27,6 +30,5 @@ src_configure() {
 
 src_install() {
        emake DESTDIR="${D}" install || die
-       dodoc AUTHORS ChangeLog HACKING NEWS README
-       dodoc doc/fontinfo.README
+       default
 }