x11-themes/gnome-colors-themes: Bump EAPI
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Apr 2016 11:05:55 +0000 (13:05 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Apr 2016 12:06:42 +0000 (14:06 +0200)
Package-Manager: portage-2.2.28

x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild

index ab1cb5c0584676ce235e086baf9806e9afb12b1e..886d681294872fca96c10108ac81e67c10a1f861 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
+EAPI=6
 inherit gnome2-utils
 
 DESCRIPTION="Some gnome-colors iconsets including a Gentoo one"
@@ -18,8 +18,11 @@ IUSE=""
 
 RDEPEND="x11-themes/gnome-colors-common"
 DEPEND=""
+
 RESTRICT="binchecks strip"
 
+S="${WORKDIR}"
+
 src_compile() {
        einfo "Nothing to compile"
 }
@@ -32,7 +35,7 @@ src_install() {
                        doins -r "${i}" || die
                fi
        done
-       dodoc AUTHORS ChangeLog README
+       einstalldocs
 }
 
 pkg_preinst() {