summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-01-27 12:03:28 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-01-27 12:07:30 +0100
commit471e38ce8209df7785ac3275fb8f10fe254a5c57 (patch)
treeff902ba74c632b16ad93609ef191ab1728aebab0 /app-eselect
parentsci-biology/consed: treeclean (diff)
downloadgentoo-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>
Diffstat (limited to 'app-eselect')
-rw-r--r--app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild21
-rw-r--r--app-eselect/eselect-sh/eselect-sh-0.5.0.ebuild34
-rw-r--r--app-eselect/eselect-sh/files/sh.eselect-0.4.113
-rw-r--r--app-eselect/eselect-sh/metadata.xml9
4 files changed, 0 insertions, 77 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>