From 406bc13f4c8b280472fc430c6e047a8c13394976 Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Sun, 28 Feb 2021 08:21:50 +0100 Subject: app-eselect/eselect-cdparanoia: EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/757549 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki Closes: https://github.com/gentoo/gentoo/pull/19703 Signed-off-by: Miroslav Ć ulc --- .../eselect-cdparanoia-0.1-r1.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild (limited to 'app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild') diff --git a/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild b/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild new file mode 100644 index 000000000000..34b13e4b2571 --- /dev/null +++ b/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 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="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" + +RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1" +DEPEND="${RDEPEND}" + +S="${FILESDIR}" + +src_install() { + insinto /usr/share/eselect/modules + newins cdparanoia.eselect-${PV} cdparanoia.eselect +} -- cgit v1.2.3-18-g5258