summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-27 19:36:50 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-28 19:01:53 -0400
commita24f0d9597f77d7d7386394383f4c886572a0b1b (patch)
tree604ac079f42d41e13c4359a6424f694acf9b4269 /media-gfx/icon-slicer
parentmedia-gfx/gliv: drop EAPI=2 ebuild (diff)
downloadgentoo-a24f0d9597f77d7d7386394383f4c886572a0b1b.tar.gz
gentoo-a24f0d9597f77d7d7386394383f4c886572a0b1b.tar.bz2
gentoo-a24f0d9597f77d7d7386394383f4c886572a0b1b.zip
media-gfx/icon-slicer: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-gfx/icon-slicer')
-rw-r--r--media-gfx/icon-slicer/icon-slicer-0.3.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
index 6673de8de85b..65d61ae11ded 100644
--- a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
+++ b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
@@ -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
-}