media-gfx/icon-slicer: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 23:36:50 +0000 (19:36 -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/icon-slicer/icon-slicer-0.3.ebuild

index 6673de8de85b3ff6502a042061561ad0c5a0056c..65d61ae11ded46e7c4feaaf84cd3db9ddf94d7d8 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
 
 DESCRIPTION="utility for generating icon themes and libXcursor cursor themes"
 HOMEPAGE="https://www.freedesktop.org/software/icon-slicer/"
@@ -17,8 +17,3 @@ RDEPEND="x11-apps/xcursorgen
        dev-libs/popt"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed."
-       dodoc AUTHORS ChangeLog README TODO
-}