diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2021-04-08 08:34:30 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-04-08 09:58:04 +0200 |
commit | dac4b9f4ac32edd7aa352fff995dc41172ff82fb (patch) | |
tree | defbbe06f2d4ea1b5b720c6a88a3374c46117c37 /app-eselect/eselect-cdparanoia | |
parent | dev-python/nltk: Bump to 3.6.1 (diff) | |
download | gentoo-dac4b9f4ac32edd7aa352fff995dc41172ff82fb.tar.gz gentoo-dac4b9f4ac32edd7aa352fff995dc41172ff82fb.tar.bz2 gentoo-dac4b9f4ac32edd7aa352fff995dc41172ff82fb.zip |
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@pogatzki.net>
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.ebuild | 24 |
1 files changed, 0 insertions, 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 e98442668991..000000000000 --- 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 -} |