* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-sh/, app-eselect/eselect-sh/files/
@ 2020-05-17 13:36 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-05-17 13:36 UTC (permalink / raw
To: gentoo-commits
commit: 761b42c9fdae7c8cd01615be8d2b4f6cad5c3443
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 17 13:35:35 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 17 13:36:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761b42c9
app-eselect/eselect-sh: Remove posh from targets
Closes: https://bugs.gentoo.org/720996
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild | 21 +++++++++++++++++++++
app-eselect/eselect-sh/files/sh.eselect-0.4.1 | 13 +++++++++++++
2 files changed, 34 insertions(+)
diff --git a/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild b/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild
new file mode 100644
index 00000000000..2d22ada5e0b
--- /dev/null
+++ b/app-eselect/eselect-sh/eselect-sh-0.4.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 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 ~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/files/sh.eselect-0.4.1 b/app-eselect/eselect-sh/files/sh.eselect-0.4.1
new file mode 100644
index 00000000000..286c321816d
--- /dev/null
+++ b/app-eselect/eselect-sh/files/sh.eselect-0.4.1
@@ -0,0 +1,13 @@
+# 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-sh/, app-eselect/eselect-sh/files/
@ 2020-07-31 6:21 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-07-31 6:21 UTC (permalink / raw
To: gentoo-commits
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="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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-sh/, app-eselect/eselect-sh/files/
@ 2022-10-14 4:15 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2022-10-14 4:15 UTC (permalink / raw
To: gentoo-commits
commit: 1692c261b7393b5dfee906ae505b06261a494137
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Oct 4 14:09:19 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 04:15:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1692c261
app-eselect/eselect-sh: Add 0.5.0
Adds support to set lksh as /bin/sh which preferred /bin/sh for mksh
according to upstream.
Using mksh as /bin/sh is only POSIX on 32-bit systems, but some may
still prefer it as POSIX requires some undefined behavior which is
respected with lksh.
Closes: https://github.com/gentoo/gentoo/pull/20787
Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/27615
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-eselect/eselect-sh/eselect-sh-0.5.0.ebuild | 21 +++++++++++++++++++++
app-eselect/eselect-sh/files/sh.eselect-0.5.0 | 13 +++++++++++++
2 files changed, 34 insertions(+)
diff --git a/app-eselect/eselect-sh/eselect-sh-0.5.0.ebuild b/app-eselect/eselect-sh/eselect-sh-0.5.0.ebuild
new file mode 100644
index 000000000000..0516ae327ad5
--- /dev/null
+++ b/app-eselect/eselect-sh/eselect-sh-0.5.0.ebuild
@@ -0,0 +1,21 @@
+# 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"
+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/files/sh.eselect-0.5.0 b/app-eselect/eselect-sh/files/sh.eselect-0.5.0
new file mode 100644
index 000000000000..aa0f3c08494f
--- /dev/null
+++ b/app-eselect/eselect-sh/files/sh.eselect-0.5.0
@@ -0,0 +1,13 @@
+# 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="0.5.0"
+
+SYMLINK_PATH=/bin/sh
+SYMLINK_TARGETS=( bash dash lksh mksh )
+SYMLINK_DESCRIPTION='POSIX shell'
+SYMLINK_CRUCIAL=1
+
+inherit bin-symlink
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-14 4:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-14 4:15 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-sh/, app-eselect/eselect-sh/files/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-07-31 6:21 Michał Górny
2020-05-17 13:36 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox