diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-27 12:03:28 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-27 12:07:30 +0100 |
commit | 471e38ce8209df7785ac3275fb8f10fe254a5c57 (patch) | |
tree | ff902ba74c632b16ad93609ef191ab1728aebab0 | |
parent | sci-biology/consed: treeclean (diff) | |
download | gentoo-471e38ce8209df7785ac3275fb8f10fe254a5c57.tar.gz gentoo-471e38ce8209df7785ac3275fb8f10fe254a5c57.tar.bz2 gentoo-471e38ce8209df7785ac3275fb8f10fe254a5c57.zip |
app-eselect/eselect-sh: treeclean
Closes: https://bugs.gentoo.org/886021
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild | 21 | ||||
-rw-r--r-- | app-eselect/eselect-sh/eselect-sh-0.5.0.ebuild | 34 | ||||
-rw-r--r-- | app-eselect/eselect-sh/files/sh.eselect-0.4.1 | 13 | ||||
-rw-r--r-- | app-eselect/eselect-sh/metadata.xml | 9 | ||||
-rw-r--r-- | profiles/package.mask | 1 |
5 files changed, 0 insertions, 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="mgorny@gentoo.org" - 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="mgorny@gentoo.org" -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>mgorny@gentoo.org</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 <sam@gentoo.org> (2022-12-27) # Regression in listing subvolumes (no UUIDs), bug #888549 |