Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shc/
Date: Mon, 04 Apr 2022 11:02:54
Message-Id: 1649070167.5b16fc7097f6603194f0e61d5d21407fe3eb195d.pinkbyte@gentoo
1 commit: 5b16fc7097f6603194f0e61d5d21407fe3eb195d
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 11:02:33 2022 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 11:02:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b16fc70
7
8 dev-util/shc: version bump
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
12
13 dev-util/shc/Manifest | 1 +
14 dev-util/shc/shc-4.0.3.ebuild | 18 ++++++++++++++++++
15 2 files changed, 19 insertions(+)
16
17 diff --git a/dev-util/shc/Manifest b/dev-util/shc/Manifest
18 index 904baa79c1e7..5215e22fbb35 100644
19 --- a/dev-util/shc/Manifest
20 +++ b/dev-util/shc/Manifest
21 @@ -1 +1,2 @@
22 DIST shc-3.9.6.tar.gz 122644 BLAKE2B bef9993f49ffc7a1119862c8bd4b520a6122505493a59269218c6d46a0780e0788d3c9acc3975e642f9ea0bfd5a3907f0c1ff54bbc20c01fc630b2da096fc479 SHA512 dbda4af6740a8a719976d7260133ab3d92552ea08416e2b1ec4815e83349507ed68eb1e52a78b34e2c129dd40eafcce84ef7bf0d97d28073ee3af4598f804ed2
23 +DIST shc-4.0.3.tar.gz 124246 BLAKE2B 1f3046cc3955c979ef585567f4e0e0016a0b96c9032fe8fd93072c2cfd8031b9de4095627d2b7c571f79c9656181269fff81a4d2d3ff6fdc3c40f00708c8b764 SHA512 78fbab26c652b3c3a41401e044ae69776fbdf5d28736c55bcf111f4261f863f6d97d81e87ad9288faf9c9a3299c1453dcca9ffd9d9ea04a1ff2b7299257e8cf7
24
25 diff --git a/dev-util/shc/shc-4.0.3.ebuild b/dev-util/shc/shc-4.0.3.ebuild
26 new file mode 100644
27 index 000000000000..4bc77efcd7a9
28 --- /dev/null
29 +++ b/dev-util/shc/shc-4.0.3.ebuild
30 @@ -0,0 +1,18 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DESCRIPTION="A (shell-) script compiler/scrambler"
37 +HOMEPAGE="https://neurobin.org/projects/softwares/unix/shc/"
38 +SRC_URI="https://github.com/neurobin/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
39 +
40 +LICENSE="GPL-2"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
43 +
44 +src_install() {
45 + dobin src/shc
46 + doman shc.1
47 + dodoc ChangeLog README.md
48 +}