diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-26 14:04:14 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-26 14:04:14 +0000 |
commit | 7a80ed94f6101c3796264ae0c5eda7aaf74242aa (patch) | |
tree | f857f9a886fcddbaaefc65b975b3755f78c59a9c /dev-util/dejagnu/dejagnu-1.6.2.ebuild | |
parent | net-libs/rpcsvc-proto: bump up to 1.4.1 (diff) | |
download | gentoo-7a80ed94f6101c3796264ae0c5eda7aaf74242aa.tar.gz gentoo-7a80ed94f6101c3796264ae0c5eda7aaf74242aa.tar.bz2 gentoo-7a80ed94f6101c3796264ae0c5eda7aaf74242aa.zip |
dev-util/dejagnu: bump up to 1.6.2
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/dejagnu/dejagnu-1.6.2.ebuild')
-rw-r--r-- | dev-util/dejagnu/dejagnu-1.6.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-util/dejagnu/dejagnu-1.6.2.ebuild b/dev-util/dejagnu/dejagnu-1.6.2.ebuild new file mode 100644 index 000000000000..6644791e1eda --- /dev/null +++ b/dev-util/dejagnu/dejagnu-1.6.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 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 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="dev-lang/tcl + dev-tcltk/expect" + +RDEPEND="${DEPEND}" |