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

media-gfx/rotoscope/rotoscope-0.2.ebuild

index 050a4fcc7539487a87bf7cc4f8a1e1da3cbb5e1b..545f535924d64448dfedd70dc8adf554324fafe6 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="Graphics program that can be used to give photos a cartoon-like appearance"
 HOMEPAGE="http://www.toonyphotos.com"
@@ -16,8 +16,3 @@ RDEPEND="x11-libs/gtk+:2
        >=gnome-base/libglade-2"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed."
-       dodoc AUTHORS README
-}