app-eselect/eselect-mpg123: [QA] Don't set S to FILESDIR

Update HOMEPAGE. Drop empty SRC_URI. Drop DEPEND.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2023-11-22 21:22:38 +01:00
parent bd3ccb6c64
commit b7b3f96304

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Manage /usr/bin/mpg123 symlink"
HOMEPAGE="https://www.gentoo.org/proj/en/eselect/"
SRC_URI=""
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"
S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
@@ -13,10 +13,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv
RDEPEND="app-eselect/eselect-lib-bin-symlink"
DEPEND="${RDEPEND}"
S="${FILESDIR}"
src_install() {
insinto /usr/share/eselect/modules
newins mpg123.eselect-${PV} mpg123.eselect
newins "${FILESDIR}"/mpg123.eselect-${PV} mpg123.eselect
}