Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/loksh/
Date: Sat, 03 Oct 2020 06:34:12
Message-Id: 1601706796.6eeed5e24819ba7b8815b4e3a74ab7002975b9d7.gyakovlev@gentoo
1 commit: 6eeed5e24819ba7b8815b4e3a74ab7002975b9d7
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Sat Sep 26 18:11:14 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 06:33:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eeed5e2
7
8 app-shells/loksh: version bump to 6.7.3
9
10 new proxy maintainer
11
12 Package-Manager: Portage-3.0.7, Repoman-3.0.1
13 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
14 Closes: https://github.com/gentoo/gentoo/pull/17685
15 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
16
17 app-shells/loksh/Manifest | 1 +
18 app-shells/loksh/loksh-6.7.4.ebuild | 33 +++++++++++++++++++++++++++++++++
19 app-shells/loksh/metadata.xml | 15 +++++++++++----
20 3 files changed, 45 insertions(+), 4 deletions(-)
21
22 diff --git a/app-shells/loksh/Manifest b/app-shells/loksh/Manifest
23 index 1d183c5fcdc..6a76e49265b 100644
24 --- a/app-shells/loksh/Manifest
25 +++ b/app-shells/loksh/Manifest
26 @@ -1 +1,2 @@
27 DIST loksh-6.7.2.tar.xz 209520 BLAKE2B 37635721b4ed99b3a8ffd0bc6806e29e96c68618db32d8aad32e8cafb2c669ff44e0228588631478c189fb804a790245a66abe700bd78d06f3fdbd3baaa03778 SHA512 0008905c97c0d65ab246c05ddcd733925cdf2e35bc0eb09dd4301718236cab3f2682bee250e3630f3f9d801c1e20ee2db71194ac01f9ea4c2c8ff437328f5d08
28 +DIST loksh-6.7.4.tar.xz 210008 BLAKE2B 80fd4ffa1a45f0c8775540832996278f41078850d6c9ccca8f2a1db5e2de0bb5663d11fa28c26e9b523fc6d9fbc9e1db7cfb93035ceef1bc2040e8f2083691da SHA512 d0c4aa3cb0b48d85c667a7d2e1a9c28c1533c43b3a8804806120f646a711499c96165e0e1ed7f285cd8da0d21e7ef80535b071066cc804c11cdf67e1a5e5918e
29
30 diff --git a/app-shells/loksh/loksh-6.7.4.ebuild b/app-shells/loksh/loksh-6.7.4.ebuild
31 new file mode 100644
32 index 00000000000..ca44f5e3fd4
33 --- /dev/null
34 +++ b/app-shells/loksh/loksh-6.7.4.ebuild
35 @@ -0,0 +1,33 @@
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/metadata.xml b/app-shells/loksh/metadata.xml
71 index 4ac932989cf..6947fed68e5 100644
72 --- a/app-shells/loksh/metadata.xml
73 +++ b/app-shells/loksh/metadata.xml
74 @@ -1,8 +1,15 @@
75 <?xml version="1.0" encoding="UTF-8"?>
76 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 <pkgmetadata>
78 - <!-- maintainer-needed -->
79 - <upstream>
80 - <remote-id type="github">dimkr/loksh</remote-id>
81 - </upstream>
82 + <maintainer type="person">
83 + <email>gentoo@×××××.cc</email>
84 + <name>Aisha Tammy</name>
85 + </maintainer>
86 + <maintainer type="project">
87 + <email>proxy-maint@g.o</email>
88 + <name>Proxy Maintainers</name>
89 + </maintainer>
90 + <upstream>
91 + <remote-id type="github">dimkr/loksh</remote-id>
92 + </upstream>
93 </pkgmetadata>