diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-31 07:36:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-31 08:20:58 +0200 |
commit | 0887662217612bfc4c265c8c13bce4873101ac68 (patch) | |
tree | b1105a9e9c80ff2dbdb72f98bed798c21abc4fac /app-eselect/eselect-sh | |
parent | dev-python/pretty-yaml: Remove old (diff) | |
download | gentoo-0887662217612bfc4c265c8c13bce4873101ac68.tar.gz gentoo-0887662217612bfc4c265c8c13bce4873101ac68.tar.bz2 gentoo-0887662217612bfc4c265c8c13bce4873101ac68.zip |
app-eselect/eselect-sh: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-sh')
-rw-r--r-- | app-eselect/eselect-sh/eselect-sh-0.4-r2.ebuild | 22 | ||||
-rw-r--r-- | app-eselect/eselect-sh/files/sh.eselect-0.4-r2 | 13 |
2 files changed, 0 insertions, 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 14e200fd4c89..000000000000 --- 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 7e7ae94de2da..000000000000 --- 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="mgorny@gentoo.org" -VERSION="0.4" - -SYMLINK_PATH=/bin/sh -SYMLINK_TARGETS=( bash dash posh mksh ) -SYMLINK_DESCRIPTION='POSIX shell' -SYMLINK_CRUCIAL=1 - -inherit bin-symlink |