summaryrefslogtreecommitdiff
path: root/dev-util/dejagnu/dejagnu-1.6.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-20 14:45:01 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-20 14:45:01 +0100
commit34dea8e38f88007799629d0a56b12dec480b1d21 (patch)
tree6790873994b58030360328cf5897d934b3b03d16 /dev-util/dejagnu/dejagnu-1.6.3.ebuild
parent7932d472a02d4c016ff7dff4b7a5479ab9d1883d (diff)
gentoo resync : 20.06.2021
Diffstat (limited to 'dev-util/dejagnu/dejagnu-1.6.3.ebuild')
-rw-r--r--dev-util/dejagnu/dejagnu-1.6.3.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/dejagnu/dejagnu-1.6.3.ebuild b/dev-util/dejagnu/dejagnu-1.6.3.ebuild
new file mode 100644
index 000000000000..443cbff69da8
--- /dev/null
+++ b/dev-util/dejagnu/dejagnu-1.6.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Framework for testing other programs"
+HOMEPAGE="https://www.gnu.org/software/dejagnu/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+#RESTRICT="!test? ( test )"
+RESTRICT="test" # needs fixing
+
+RDEPEND="dev-tcltk/expect"
+#DEPEND="test? ( dev-tcltk/expect )"
+BDEPEND="virtual/awk"