summaryrefslogtreecommitdiff
path: root/dev-util/shunit2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-17 11:17:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-17 11:17:07 +0100
commit0e6a8a6c51115943235f06224d9fd14b0eb41df3 (patch)
treef4911a7c07b15bd1bdef1e4f9a5c6ab23f3af58c /dev-util/shunit2
parent8900e3e6f840b95c1c8126f9c283ca5c99f5f4fd (diff)
gentoo auto-resync : 17:09:2022 - 11:17:07
Diffstat (limited to 'dev-util/shunit2')
-rw-r--r--dev-util/shunit2/Manifest4
-rw-r--r--dev-util/shunit2/shunit2-2.1.6-r1.ebuild26
-rw-r--r--dev-util/shunit2/shunit2-2.1.8.ebuild2
3 files changed, 2 insertions, 30 deletions
diff --git a/dev-util/shunit2/Manifest b/dev-util/shunit2/Manifest
index 92a30313337e..a6a60b2c9f74 100644
--- a/dev-util/shunit2/Manifest
+++ b/dev-util/shunit2/Manifest
@@ -1,5 +1,3 @@
-DIST shunit2-2.1.6.tgz 61558 BLAKE2B 0568dbe6ff9234346d85925a7f27dc2c8e9003a3266ef0bf7c1bb5f73e06ce758c7ff82933899c9a99e37c189d2efdc111fe5132c69a4d80535dc4d14b7ec8d5 SHA512 c78cf349d72a9048e4932108a62b2d1873019b9b1909c3fb1bd7e873e7bb62df58c1941d916508dc60ef6ba0261a2bc6ee9e25d654eefdcce997682f2bc748d7
DIST shunit2-2.1.8.tar.gz 52458 BLAKE2B 8b9a6f9d39636816369662a3fe3118901710bbb7b0fb5f3d367b3a7344b0c87d576982f0aedbd71a55ec57d4ad15eb0c57d1345bc6b68087d953373d6de2fb99 SHA512 15aaf28996c9fb5ee5419f63b50013a194a7416dea04eb34eae2481f05e0580bd2c6977ad002b421e2785e2024978fda869cad1ef4125857c2a5ea21bf44a06e
-EBUILD shunit2-2.1.6-r1.ebuild 547 BLAKE2B f85d146421c60c42669c418c596cb078b3ac1b402d8bd4687d684a9c3e56a8ee0fe2994cf7cd3e69f437e7a87bf1ed60cf8809220d69841eaf3932feebbd6b07 SHA512 617fdbc114ac334c52fbfa0d5580a062799f8aebf03a16398ef786f8ffd28140273161d18b468665f8dd2ccce93d43d93c10f1170c8e6d8573ce8124935b8251
-EBUILD shunit2-2.1.8.ebuild 625 BLAKE2B b55b6997e2fc3a23d75f596403530658d29624a310a9eb5e6b4c190508ebfba62e2b9a0cdb8d5cd0c14c7ea4383070328a3b9af23177e53c5b657ec6d5be65bc SHA512 42ba778b11572d8090115df186c772ca8df6068ec296902f3107ecff9090dfea3660ddac14c9c4c1fcd527a46a642ed286d25ce0b75417e59f0285f119869008
+EBUILD shunit2-2.1.8.ebuild 623 BLAKE2B faaf945dab9fa2a8d72ef7ea0f345cac09f3abb923723c27700947fbe29633f9c77c9f914fca3f0e18c4d12d40b1421b52153f279cf637e81850ed3735d471f9 SHA512 4bc106318b40895a8853f34cfe5f7eebd59425daf8a941ad63ebfac8d1eae19d7b4dcf6d4413ae00b3aad0730892aff7cc4d907d64309bcb3aa46fae6f9cd0ea
MISC metadata.xml 666 BLAKE2B 488472998f992def80dfea2e2cd18430d77f4d89aa555c6fe8fd6e0145e7b33514a4d2eb2cb671dd86c7d99d4f18b31b58ecae9847a8e48670fdd77521090610 SHA512 4f7fb3b7c3510ecff972b62e0c9408ed10f8d23a51313b4ddb5ceca8599ccf3d4c9f72f22fde8dad3ca1d04ab01548acab53f68c42aded38935f362ba0bcee9a
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}
-}
diff --git a/dev-util/shunit2/shunit2-2.1.8.ebuild b/dev-util/shunit2/shunit2-2.1.8.ebuild
index 102081d4d15d..a07c852f81e9 100644
--- a/dev-util/shunit2/shunit2-2.1.8.ebuild
+++ b/dev-util/shunit2/shunit2-2.1.8.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/kward/shunit2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
src_test() {
SHELL="/bin/bash" ./test_runner -s /bin/bash || die "bash tests failed"