Closes: https://bugs.gentoo.org/697138
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-# 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/"
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 *
}