From 505a5b382df7c6bd29c6082a988bc4ba3b90edb7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 9 Nov 2019 22:51:37 +0100 Subject: x11-themes/fvwm-themes-extra: Bump to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/697138 Signed-off-by: Michał Górny --- x11-themes/fvwm-themes-extra/fvwm-themes-extra-0.7.0.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'x11-themes/fvwm-themes-extra') 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 * } -- cgit v1.2.3-65-gdbad