commit: db8375274279a5e030db3c7fe7670c22412d6380 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 17 07:35:20 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 17 07:49:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db837527
x11-themes/fvwm_sounds: fix RedundantDodir Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild index d541b60c197..fdfa78a80cc 100644 --- a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild +++ b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild @@ -1,23 +1,20 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Sounds for use with FVWM" HOMEPAGE="https://www.fvwm.org/" SRC_URI="mirror://gentoo/${P}.tgz" +S="${WORKDIR}" LICENSE="GPL-2 FVWM" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="" RDEPEND=">=x11-wm/fvwm-2.6.2" -S=${WORKDIR} - src_install() { - dodir /usr/share/sounds/fvwm insinto /usr/share/sounds/fvwm doins -r . }
