From bd3ccb6c64b2b737413369621535276da4a19888 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 22 Nov 2023 21:22:24 +0100 Subject: app-eselect/eselect-cdparanoia: [QA] Don't set S to FILESDIR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update HOMEPAGE. Drop empty SRC_URI. Drop DEPEND. Signed-off-by: Ulrich Müller --- .../eselect-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'app-eselect') diff --git a/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild b/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild index 77f594e00119..d3b823decfaf 100644 --- a/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild +++ b/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild @@ -1,22 +1,19 @@ -# 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/cdparanoia 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" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND="app-eselect/eselect-lib-bin-symlink" -DEPEND="${RDEPEND}" - -S="${FILESDIR}" src_install() { insinto /usr/share/eselect/modules - newins cdparanoia.eselect-${PV} cdparanoia.eselect + newins "${FILESDIR}"/cdparanoia.eselect-${PV} cdparanoia.eselect } -- cgit v1.2.3-65-gdbad