From 34dea8e38f88007799629d0a56b12dec480b1d21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Jun 2021 14:45:01 +0100 Subject: gentoo resync : 20.06.2021 --- dev-util/dejagnu/dejagnu-1.6.3.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-util/dejagnu/dejagnu-1.6.3.ebuild (limited to 'dev-util/dejagnu/dejagnu-1.6.3.ebuild') 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" -- cgit v1.2.3