summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-11-22 21:22:38 +0100
committerUlrich Müller <ulm@gentoo.org>2023-11-22 21:26:47 +0100
commitb7b3f96304f760c3b037933bfc2af65f4449f5ab (patch)
tree7f57202057f74c7c89ca1004737396a29e3bff39 /app-eselect
parentapp-eselect/eselect-cdparanoia: [QA] Don't set S to FILESDIR (diff)
downloadgentoo-b7b3f96304f760c3b037933bfc2af65f4449f5ab.tar.gz
gentoo-b7b3f96304f760c3b037933bfc2af65f4449f5ab.tar.bz2
gentoo-b7b3f96304f760c3b037933bfc2af65f4449f5ab.zip
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>
Diffstat (limited to 'app-eselect')
-rw-r--r--app-eselect/eselect-mpg123/eselect-mpg123-0.1-r1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/app-eselect/eselect-mpg123/eselect-mpg123-0.1-r1.ebuild b/app-eselect/eselect-mpg123/eselect-mpg123-0.1-r1.ebuild
index d14a1000de13..992c2bc4e3e7 100644
--- a/app-eselect/eselect-mpg123/eselect-mpg123-0.1-r1.ebuild
+++ b/app-eselect/eselect-mpg123/eselect-mpg123-0.1-r1.ebuild
@@ -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
}