Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-sh/, app-eselect/eselect-sh/files/
Date: Fri, 31 Jul 2020 06:21:14
Message-Id: 1596176458.0887662217612bfc4c265c8c13bce4873101ac68.mgorny@gentoo
1 commit: 0887662217612bfc4c265c8c13bce4873101ac68
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 05:36:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 06:20:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08876622
7
8 app-eselect/eselect-sh: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-eselect/eselect-sh/eselect-sh-0.4-r2.ebuild | 22 ----------------------
13 app-eselect/eselect-sh/files/sh.eselect-0.4-r2 | 13 -------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/app-eselect/eselect-sh/eselect-sh-0.4-r2.ebuild b/app-eselect/eselect-sh/eselect-sh-0.4-r2.ebuild
17 deleted file mode 100644
18 index 14e200fd4c8..00000000000
19 --- a/app-eselect/eselect-sh/eselect-sh-0.4-r2.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink"
28 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
29 -SRC_URI=""
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -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"
34 -IUSE=""
35 -
36 -RDEPEND="app-eselect/eselect-lib-bin-symlink"
37 -
38 -S=${FILESDIR}
39 -
40 -src_install() {
41 - insinto /usr/share/eselect/modules
42 - newins sh.eselect-${PVR} sh.eselect
43 -}
44
45 diff --git a/app-eselect/eselect-sh/files/sh.eselect-0.4-r2 b/app-eselect/eselect-sh/files/sh.eselect-0.4-r2
46 deleted file mode 100644
47 index 7e7ae94de2d..00000000000
48 --- a/app-eselect/eselect-sh/files/sh.eselect-0.4-r2
49 +++ /dev/null
50 @@ -1,13 +0,0 @@
51 -# Copyright 1999-2015 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -DESCRIPTION="Manage /bin/sh (POSIX shell) implementations"
55 -MAINTAINER="mgorny@g.o"
56 -VERSION="0.4"
57 -
58 -SYMLINK_PATH=/bin/sh
59 -SYMLINK_TARGETS=( bash dash posh mksh )
60 -SYMLINK_DESCRIPTION='POSIX shell'
61 -SYMLINK_CRUCIAL=1
62 -
63 -inherit bin-symlink