diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-09 22:51:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-09 22:53:04 +0100 |
commit | 505a5b382df7c6bd29c6082a988bc4ba3b90edb7 (patch) | |
tree | 6f1eb4293289f030569dd60e2d33bf4cafb6c229 /x11-themes/fvwm-themes-extra | |
parent | x11-themes/flatsvg: Bump to EAPI 7 (diff) | |
download | gentoo-505a5b382df7c6bd29c6082a988bc4ba3b90edb7.tar.gz gentoo-505a5b382df7c6bd29c6082a988bc4ba3b90edb7.tar.bz2 gentoo-505a5b382df7c6bd29c6082a988bc4ba3b90edb7.zip |
x11-themes/fvwm-themes-extra: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697138
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-themes/fvwm-themes-extra')
-rw-r--r-- | x11-themes/fvwm-themes-extra/fvwm-themes-extra-0.7.0.ebuild | 9 |
1 files 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 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 * } |