app-eselect/eselect-wine: [QA] Fix UnnecessarySlashStrip
[gentoo.git] / app-eselect / eselect-timidity / eselect-timidity-20110513.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="Manages configuration of TiMidity++ patchsets"
7 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
8 SRC_URI="mirror://gentoo/timidity.eselect-${PVR}.bz2"
9
10 LICENSE="GPL-2"
11 SLOT="0"
12 KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86"
13
14 RDEPEND=">=app-admin/eselect-1.2.3"
15 S="${WORKDIR}"
16
17 src_install() {
18         insinto /usr/share/eselect/modules
19         newins "${WORKDIR}/timidity.eselect-${PVR}" timidity.eselect
20 }