From: Michał Górny Date: Sat, 9 Nov 2019 21:51:37 +0000 (+0100) Subject: x11-themes/fvwm-themes-extra: Bump to EAPI 7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=505a5b382df7c6bd29c6082a988bc4ba3b90edb7;p=gentoo.git x11-themes/fvwm-themes-extra: Bump to EAPI 7 Closes: https://bugs.gentoo.org/697138 Signed-off-by: Michał Górny --- 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 7145dd62c990..febe9b09914e 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 * }