commit:     505a5b382df7c6bd29c6082a988bc4ba3b90edb7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 21:51:37 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 21:53:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505a5b38

x11-themes/fvwm-themes-extra: Bump to EAPI 7

Closes: https://bugs.gentoo.org/697138
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-themes/fvwm-themes-extra/fvwm-themes-extra-0.7.0.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/x11-themes/fvwm-themes-extra/fvwm-themes-extra-0.7.0.ebuild 
b/x11-themes/fvwm-themes-extra/fvwm-themes-extra-0.7.0.ebuild
index 7145dd62c99..febe9b09914 100644
--- a/x11-themes/fvwm-themes-extra/fvwm-themes-extra-0.7.0.ebuild
+++ b/x11-themes/fvwm-themes-extra/fvwm-themes-extra-0.7.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 DESCRIPTION="Extra themes for fvwm-themes"
 HOMEPAGE="http://fvwm-themes.sourceforge.net/";
@@ -13,9 +13,8 @@ KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-themes/fvwm-themes"
-DEPEND=""
 
 src_install() {
-       mkdir -p "${D}"/usr/share/fvwm/themes/
-       cp -r "${S}"/* "${D}"/usr/share/fvwm/themes/
+       insinto /usr/share/fvwm/themes
+       doins -r *
 }

Reply via email to