diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-17 09:23:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-09-17 09:23:24 +0300 |
commit | ffa7b75fea687a23c306370f3eefd8e646737595 (patch) | |
tree | b4427cb7b40d3cec8c8d5adfe75b5227a1ad6c3b /dev-util/shunit2 | |
parent | app-admin/cdist: enable py3.11 (diff) | |
download | gentoo-ffa7b75fea687a23c306370f3eefd8e646737595.tar.gz gentoo-ffa7b75fea687a23c306370f3eefd8e646737595.tar.bz2 gentoo-ffa7b75fea687a23c306370f3eefd8e646737595.zip |
dev-util/shunit2: drop 2.1.6-r1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/shunit2')
-rw-r--r-- | dev-util/shunit2/Manifest | 1 | ||||
-rw-r--r-- | dev-util/shunit2/shunit2-2.1.6-r1.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-util/shunit2/Manifest b/dev-util/shunit2/Manifest index 295f2a1406c1..9b63bc6082d4 100644 --- a/dev-util/shunit2/Manifest +++ b/dev-util/shunit2/Manifest @@ -1,2 +1 @@ -DIST shunit2-2.1.6.tgz 61558 BLAKE2B 0568dbe6ff9234346d85925a7f27dc2c8e9003a3266ef0bf7c1bb5f73e06ce758c7ff82933899c9a99e37c189d2efdc111fe5132c69a4d80535dc4d14b7ec8d5 SHA512 c78cf349d72a9048e4932108a62b2d1873019b9b1909c3fb1bd7e873e7bb62df58c1941d916508dc60ef6ba0261a2bc6ee9e25d654eefdcce997682f2bc748d7 DIST shunit2-2.1.8.tar.gz 52458 BLAKE2B 8b9a6f9d39636816369662a3fe3118901710bbb7b0fb5f3d367b3a7344b0c87d576982f0aedbd71a55ec57d4ad15eb0c57d1345bc6b68087d953373d6de2fb99 SHA512 15aaf28996c9fb5ee5419f63b50013a194a7416dea04eb34eae2481f05e0580bd2c6977ad002b421e2785e2024978fda869cad1ef4125857c2a5ea21bf44a06e diff --git a/dev-util/shunit2/shunit2-2.1.6-r1.ebuild b/dev-util/shunit2/shunit2-2.1.6-r1.ebuild deleted file mode 100644 index dd75e0e1c249..000000000000 --- a/dev-util/shunit2/shunit2-2.1.6-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Unit-test framework for Bourne-based shell scripts" -HOMEPAGE="https://github.com/kward/shunit2" -SRC_URI="https://shunit2.googlecode.com/files/${P}.tgz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -src_install() { - dobin src/shunit2 - - # For backwards compat to <=2.1.5 - dosym /usr/bin/shunit2 /usr/share/shunit2/shunit2 - - dodoc -r examples - dodoc doc/*.txt - - docinto html - dodoc doc/*.{html,css} -} |