commit: 471e38ce8209df7785ac3275fb8f10fe254a5c57 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Fri Jan 27 11:03:28 2023 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Jan 27 11:07:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471e38ce
app-eselect/eselect-sh: treeclean Closes: https://bugs.gentoo.org/886021 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild | 21 ---------------- app-eselect/eselect-sh/eselect-sh-0.5.0.ebuild | 34 -------------------------- app-eselect/eselect-sh/files/sh.eselect-0.4.1 | 13 ---------- app-eselect/eselect-sh/metadata.xml | 9 ------- profiles/package.mask | 1 - 5 files changed, 78 deletions(-) diff --git a/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild b/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild deleted file mode 100644 index 8d11908d4feb..000000000000 --- a/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="" -S=${WORKDIR} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~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" - -src_install() { - insinto /usr/share/eselect/modules - newins "${FILESDIR}"/sh.eselect-${PV} sh.eselect -} diff --git a/app-eselect/eselect-sh/eselect-sh-0.5.0.ebuild b/app-eselect/eselect-sh/eselect-sh-0.5.0.ebuild deleted file mode 100644 index 6a89133477cf..000000000000 --- a/app-eselect/eselect-sh/eselect-sh-0.5.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="" -S=${WORKDIR} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND="app-eselect/eselect-lib-bin-symlink" - -src_install() { - insinto /usr/share/eselect/modules - newins - sh.eselect <<-EOF - # Copyright 1999-2022 Gentoo Authors - # Distributed under the terms of the GNU General Public License v2 - - DESCRIPTION="Manage /bin/sh (POSIX shell) implementations" - MAINTAINER="[email protected]" - VERSION="${PV}" - - SYMLINK_PATH=/bin/sh - SYMLINK_TARGETS=( bash dash lksh mksh ) - SYMLINK_DESCRIPTION='POSIX shell' - SYMLINK_CRUCIAL=1 - - inherit bin-symlink - EOF -} diff --git a/app-eselect/eselect-sh/files/sh.eselect-0.4.1 b/app-eselect/eselect-sh/files/sh.eselect-0.4.1 deleted file mode 100644 index 286c321816d9..000000000000 --- a/app-eselect/eselect-sh/files/sh.eselect-0.4.1 +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="Manage /bin/sh (POSIX shell) implementations" -MAINTAINER="[email protected]" -VERSION="0.4.1" - -SYMLINK_PATH=/bin/sh -SYMLINK_TARGETS=( bash dash mksh ) -SYMLINK_DESCRIPTION='POSIX shell' -SYMLINK_CRUCIAL=1 - -inherit bin-symlink diff --git a/app-eselect/eselect-sh/metadata.xml b/app-eselect/eselect-sh/metadata.xml deleted file mode 100644 index 996eb9fa78a2..000000000000 --- a/app-eselect/eselect-sh/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Michał Górny</name> - </maintainer> - <stabilize-allarches/> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index e0d52cd0dce6..81e3307909ca 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -696,7 +696,6 @@ sys-auth/pam_fprint # Obsolete and incompatible with app-alternatives/* (see news item). # Removal on 2023-01-27. bug #886019 and bug #886021 respectively. app-eselect/eselect-awk -app-eselect/eselect-sh # Sam James <[email protected]> (2022-12-27) # Regression in listing subvolumes (no UUIDs), bug #888549
