x11-themes/fvwm-themes-extra: Bump to EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Sat, 9 Nov 2019 21:51:37 +0000 (22:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 9 Nov 2019 21:53:04 +0000 (22:53 +0100)
Closes: https://bugs.gentoo.org/697138
Signed-off-by: Michał Górny <mgorny@gentoo.org>
x11-themes/fvwm-themes-extra/fvwm-themes-extra-0.7.0.ebuild

index 7145dd62c990743c5de69fb1dee1bd9976713c11..febe9b09914ef0fc9751007e0dee44686c3aaafc 100644 (file)
@@ -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 *
 }