commit: 51cd85d14934f350d23c59bcf312829c8ef93482 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Nov 9 10:00:27 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 11:50:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cd85d1
dev-util/shc: drop 3.9.6 Bug: https://bugs.gentoo.org/942977 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-util/shc/Manifest | 1 - dev-util/shc/shc-3.9.6.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-util/shc/Manifest b/dev-util/shc/Manifest index 5215e22fbb35..29654a716d97 100644 --- a/dev-util/shc/Manifest +++ b/dev-util/shc/Manifest @@ -1,2 +1 @@ -DIST shc-3.9.6.tar.gz 122644 BLAKE2B bef9993f49ffc7a1119862c8bd4b520a6122505493a59269218c6d46a0780e0788d3c9acc3975e642f9ea0bfd5a3907f0c1ff54bbc20c01fc630b2da096fc479 SHA512 dbda4af6740a8a719976d7260133ab3d92552ea08416e2b1ec4815e83349507ed68eb1e52a78b34e2c129dd40eafcce84ef7bf0d97d28073ee3af4598f804ed2 DIST shc-4.0.3.tar.gz 124246 BLAKE2B 1f3046cc3955c979ef585567f4e0e0016a0b96c9032fe8fd93072c2cfd8031b9de4095627d2b7c571f79c9656181269fff81a4d2d3ff6fdc3c40f00708c8b764 SHA512 78fbab26c652b3c3a41401e044ae69776fbdf5d28736c55bcf111f4261f863f6d97d81e87ad9288faf9c9a3299c1453dcca9ffd9d9ea04a1ff2b7299257e8cf7 diff --git a/dev-util/shc/shc-3.9.6.ebuild b/dev-util/shc/shc-3.9.6.ebuild deleted file mode 100644 index a72c0f210b1e..000000000000 --- a/dev-util/shc/shc-3.9.6.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A (shell-) script compiler/scrambler" -HOMEPAGE="https://neurobin.org/projects/softwares/unix/shc/" -SRC_URI="https://github.com/neurobin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ppc ~sparc x86" - -src_install() { - dobin src/shc - doman shc.1 - dodoc ChangeLog README.md -}
