diff options
author | 2023-11-22 21:22:24 +0100 | |
---|---|---|
committer | 2023-11-22 21:26:46 +0100 | |
commit | bd3ccb6c64b2b737413369621535276da4a19888 (patch) | |
tree | f7ecfb0f221b74099523accfe59417bef04043a7 /app-eselect | |
parent | net-im/skypeforlinux: drop versions (diff) | |
download | gentoo-bd3ccb6c64b2b737413369621535276da4a19888.tar.gz gentoo-bd3ccb6c64b2b737413369621535276da4a19888.tar.bz2 gentoo-bd3ccb6c64b2b737413369621535276da4a19888.zip |
app-eselect/eselect-cdparanoia: [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-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
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 } |