Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/
Date: Sun, 27 Dec 2020 03:56:22
Message-Id: 1609041279.53a443fbac66c1d0310a500ab8ded480c442ec14.sam@gentoo
1 commit: 53a443fbac66c1d0310a500ab8ded480c442ec14
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 03:54:39 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 03:54:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a443fb
7
8 app-shells/loksh: cleanup old
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-shells/loksh/Manifest | 3 ---
14 app-shells/loksh/loksh-6.7.2.ebuild | 33 ---------------------------------
15 app-shells/loksh/loksh-6.7.4.ebuild | 33 ---------------------------------
16 app-shells/loksh/loksh-6.7.5.ebuild | 33 ---------------------------------
17 4 files changed, 102 deletions(-)
18
19 diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
20 index d65f7d604e5..9f9798239ae 100644
21 --- a/app-shells/loksh/Manifest
22 +++ b/app-shells/loksh/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST loksh-6.7.2.tar.xz 209520 BLAKE2B 37635721b4ed99b3a8ffd0bc6806e29e96c68618db32d8aad32e8cafb2c669ff44e0228588631478c189fb804a790245a66abe700bd78d06f3fdbd3baaa03778 SHA512 0008905c97c0d65ab246c05ddcd733925cdf2e35bc0eb09dd4301718236cab3f2682bee250e3630f3f9d801c1e20ee2db71194ac01f9ea4c2c8ff437328f5d08
25 -DIST loksh-6.7.4.tar.xz 210008 BLAKE2B 80fd4ffa1a45f0c8775540832996278f41078850d6c9ccca8f2a1db5e2de0bb5663d11fa28c26e9b523fc6d9fbc9e1db7cfb93035ceef1bc2040e8f2083691da SHA512 d0c4aa3cb0b48d85c667a7d2e1a9c28c1533c43b3a8804806120f646a711499c96165e0e1ed7f285cd8da0d21e7ef80535b071066cc804c11cdf67e1a5e5918e
26 -DIST loksh-6.7.5.tar.xz 209928 BLAKE2B 76f00cba08d425e7b0605a7a8b66f8ff6f7626a277bf5308877a8d61d6e65c2c7a68867beae8244aa42cf76e7f942dac46780432f76f63a6e007f3d772fbda78 SHA512 20f203afcc4b582e89c825852428a33f74232cb71708b7153b6f3a78d692766cfd67b8993c38e58a223b0e95caf2a487eea6bdda321ad056bf475b21d47f97f1
27 DIST loksh-6.8.1.tar.xz 210424 BLAKE2B e02c51bbf3679c1c81ba66207576758f035bd2b666ceabdcdea6ec8cffb1dba7da2d4f4e812004ccfdb148f2615e239b3bee98e23f68a4e82b7bb364ca6b4e4e SHA512 e771e9bb91bf7ca11a41b5af71d6d62eec8205d111513461d20b7aeb029e9457868598508fbe7395c860f12a9dc8eff47f8ed913e5701ae5974777f7caffb861
28 DIST loksh-6.8.tar.xz 210440 BLAKE2B 438181e3fa5b95bc15d5cd2d5a42d09d595aefa45b8598532835f5df2464c40c6ebcab8febeee55f20272cbe3acc57f02d1408bf726cc9fc3435b7b35fae6e4a SHA512 bc862c4aa0796b0fde14c5c3067fc48c6325741bf7e62dcd99faa2ed0ddb80a8fcce79819ff599395f88ee8e5958ce4a451f777d0105fd8ea0ec513977d4e715
29
30 diff --git a/app-shells/loksh/loksh-6.7.2.ebuild b/app-shells/loksh/loksh-6.7.2.ebuild
31 deleted file mode 100644
32 index ca44f5e3fd4..00000000000
33 --- a/app-shells/loksh/loksh-6.7.2.ebuild
34 +++ /dev/null
35 @@ -1,33 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -inherit meson
42 -
43 -DESCRIPTION="Linux port of OpenBSD's ksh"
44 -HOMEPAGE="https://github.com/dimkr/loksh"
45 -SRC_URI="https://github.com/dimkr/${PN}/releases/download/${PV}/src.tar.xz -> ${P}.tar.xz"
46 -
47 -LICENSE="public-domain"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
50 -
51 -DEPEND="sys-libs/ncurses:0="
52 -
53 -RDEPEND="
54 - ${DEPEND}
55 - !app-shells/ksh
56 -"
57 -
58 -S="${WORKDIR}/${PN}"
59 -
60 -src_prepare() {
61 - default
62 - sed -i "/install_dir/s@loksh@${PF}@" meson.build || die
63 -}
64 -
65 -src_configure() {
66 - # we want it as /bin/ksh
67 - meson_src_configure --bindir=../bin
68 -}
69
70 diff --git a/app-shells/loksh/loksh-6.7.4.ebuild b/app-shells/loksh/loksh-6.7.4.ebuild
71 deleted file mode 100644
72 index ca44f5e3fd4..00000000000
73 --- a/app-shells/loksh/loksh-6.7.4.ebuild
74 +++ /dev/null
75 @@ -1,33 +0,0 @@
76 -# Copyright 1999-2020 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=7
80 -
81 -inherit meson
82 -
83 -DESCRIPTION="Linux port of OpenBSD's ksh"
84 -HOMEPAGE="https://github.com/dimkr/loksh"
85 -SRC_URI="https://github.com/dimkr/${PN}/releases/download/${PV}/src.tar.xz -> ${P}.tar.xz"
86 -
87 -LICENSE="public-domain"
88 -SLOT="0"
89 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
90 -
91 -DEPEND="sys-libs/ncurses:0="
92 -
93 -RDEPEND="
94 - ${DEPEND}
95 - !app-shells/ksh
96 -"
97 -
98 -S="${WORKDIR}/${PN}"
99 -
100 -src_prepare() {
101 - default
102 - sed -i "/install_dir/s@loksh@${PF}@" meson.build || die
103 -}
104 -
105 -src_configure() {
106 - # we want it as /bin/ksh
107 - meson_src_configure --bindir=../bin
108 -}
109
110 diff --git a/app-shells/loksh/loksh-6.7.5.ebuild b/app-shells/loksh/loksh-6.7.5.ebuild
111 deleted file mode 100644
112 index ca44f5e3fd4..00000000000
113 --- a/app-shells/loksh/loksh-6.7.5.ebuild
114 +++ /dev/null
115 @@ -1,33 +0,0 @@
116 -# Copyright 1999-2020 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=7
120 -
121 -inherit meson
122 -
123 -DESCRIPTION="Linux port of OpenBSD's ksh"
124 -HOMEPAGE="https://github.com/dimkr/loksh"
125 -SRC_URI="https://github.com/dimkr/${PN}/releases/download/${PV}/src.tar.xz -> ${P}.tar.xz"
126 -
127 -LICENSE="public-domain"
128 -SLOT="0"
129 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
130 -
131 -DEPEND="sys-libs/ncurses:0="
132 -
133 -RDEPEND="
134 - ${DEPEND}
135 - !app-shells/ksh
136 -"
137 -
138 -S="${WORKDIR}/${PN}"
139 -
140 -src_prepare() {
141 - default
142 - sed -i "/install_dir/s@loksh@${PF}@" meson.build || die
143 -}
144 -
145 -src_configure() {
146 - # we want it as /bin/ksh
147 - meson_src_configure --bindir=../bin
148 -}