summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-10 12:34:47 +0100
committerSam James <sam@gentoo.org>2022-07-10 12:34:47 +0100
commit28955479d2f24b646ecb5dd866d4a0bae609f05e (patch)
tree7ba9a019f92c9f27a5771fe2d56bbdae672ee51b /app-eselect
parentapp-text/wdiff: EAPI 8 (diff)
downloadgentoo-28955479d2f24b646ecb5dd866d4a0bae609f05e.tar.gz
gentoo-28955479d2f24b646ecb5dd866d4a0bae609f05e.tar.bz2
gentoo-28955479d2f24b646ecb5dd866d4a0bae609f05e.zip
app-eselect/eselect-timidity: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r--app-eselect/eselect-timidity/eselect-timidity-20110513-r1.ebuild (renamed from app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild)10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild b/app-eselect/eselect-timidity/eselect-timidity-20110513-r1.ebuild
index d033658d49e8..885170c412e5 100644
--- a/app-eselect/eselect-timidity/eselect-timidity-20110513.ebuild
+++ b/app-eselect/eselect-timidity/eselect-timidity-20110513-r1.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DESCRIPTION="Manages configuration of TiMidity++ patchsets"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/timidity.eselect-${PVR}.bz2"
+SRC_URI="mirror://gentoo/timidity.eselect-${PV}.bz2"
+S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
RDEPEND=">=app-admin/eselect-1.2.3"
-S="${WORKDIR}"
src_install() {
insinto /usr/share/eselect/modules
- newins "${WORKDIR}/timidity.eselect-${PVR}" timidity.eselect
+ newins "${WORKDIR}/timidity.eselect-${PV}" timidity.eselect
}