commit: dac4b9f4ac32edd7aa352fff995dc41172ff82fb Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Thu Apr 8 06:34:30 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Apr 8 07:58:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac4b9f4
app-eselect/eselect-cdparanoia: remove old Closes: https://bugs.gentoo.org/757549 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../eselect-cdparanoia-0.1.ebuild | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1.ebuild b/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1.ebuild deleted file mode 100644 index e9844266899..00000000000 --- a/app-eselect/eselect-cdparanoia/eselect-cdparanoia-0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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" -IUSE="" - -RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1 - !<media-sound/cdparanoia-3.10.2-r5" -DEPEND=${RDEPEND} - -S=${FILESDIR} - -src_install() { - insinto /usr/share/eselect/modules - newins cdparanoia.eselect-${PV} cdparanoia.eselect -}
