diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2021-02-28 08:21:50 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-03-07 09:40:39 +0100 |
commit | 406bc13f4c8b280472fc430c6e047a8c13394976 (patch) | |
tree | a5854098f5aef3f95b761586730c07b0e9f329fb /app-eselect/eselect-cdparanoia | |
parent | package.mask: mask app-emulation/docker-20.10.4 and 20.10.5 for dependency issue (diff) | |
download | gentoo-406bc13f4c8b280472fc430c6e047a8c13394976.tar.gz gentoo-406bc13f4c8b280472fc430c6e047a8c13394976.tar.bz2 gentoo-406bc13f4c8b280472fc430c6e047a8c13394976.zip |
app-eselect/eselect-cdparanoia: EAPI 7
Bug: https://bugs.gentoo.org/757549
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/19703
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-cdparanoia')
-rw-r--r-- | app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 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 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 +} |