summaryrefslogtreecommitdiff
path: root/dev-util/kyua/kyua-0.13-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-26 00:07:28 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-26 00:07:28 +0100
commit994fe442814c4d169bb0f1ee9745604928006b39 (patch)
tree630f10f7414f44018095dd9d3cf9df55852a9d41 /dev-util/kyua/kyua-0.13-r2.ebuild
parentf8999218b5a6eafa151e7367030cbfdb69e045ed (diff)
gentoo auto-resync : 26:05:2024 - 00:07:27
Diffstat (limited to 'dev-util/kyua/kyua-0.13-r2.ebuild')
-rw-r--r--dev-util/kyua/kyua-0.13-r2.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-util/kyua/kyua-0.13-r2.ebuild b/dev-util/kyua/kyua-0.13-r2.ebuild
deleted file mode 100644
index d22427caaa15..000000000000
--- a/dev-util/kyua/kyua-0.13-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Testing framework for infrastructure software"
-HOMEPAGE="https://github.com/jmmv/kyua"
-SRC_URI="https://github.com/jmmv/kyua/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-IUSE="test"
-
-# Tests fail
-RESTRICT="test"
-
-RDEPEND="
- dev-db/sqlite:3
- dev-libs/atf
- dev-lua/lutok
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- test? ( dev-libs/atf )
-"
-
-src_install() {
- default
- rm -r "${ED}"/usr/tests || die
-}