commit: 0887662217612bfc4c265c8c13bce4873101ac68 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 05:36:23 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 06:20:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08876622
app-eselect/eselect-sh: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-eselect/eselect-sh/eselect-sh-0.4-r2.ebuild | 22 ---------------------- app-eselect/eselect-sh/files/sh.eselect-0.4-r2 | 13 ------------- 2 files changed, 35 deletions(-) diff --git a/app-eselect/eselect-sh/eselect-sh-0.4-r2.ebuild b/app-eselect/eselect-sh/eselect-sh-0.4-r2.ebuild deleted file mode 100644 index 14e200fd4c8..00000000000 --- a/app-eselect/eselect-sh/eselect-sh-0.4-r2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="app-eselect/eselect-lib-bin-symlink" - -S=${FILESDIR} - -src_install() { - insinto /usr/share/eselect/modules - newins sh.eselect-${PVR} sh.eselect -} diff --git a/app-eselect/eselect-sh/files/sh.eselect-0.4-r2 b/app-eselect/eselect-sh/files/sh.eselect-0.4-r2 deleted file mode 100644 index 7e7ae94de2d..00000000000 --- a/app-eselect/eselect-sh/files/sh.eselect-0.4-r2 +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Manage /bin/sh (POSIX shell) implementations" -MAINTAINER="[email protected]" -VERSION="0.4" - -SYMLINK_PATH=/bin/sh -SYMLINK_TARGETS=( bash dash posh mksh ) -SYMLINK_DESCRIPTION='POSIX shell' -SYMLINK_CRUCIAL=1 - -inherit bin-symlink
