summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-03-23 08:53:26 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2021-03-23 08:53:58 +0000
commiteb95b89226624062bfaf2d07031be3bbf257d343 (patch)
tree95ffd26f978445828454964471b3b1bb0a9ec2c4 /dev-util
parentdev-python/sphinx-prompt: Bump to 1.4.0 (diff)
downloadgentoo-eb95b89226624062bfaf2d07031be3bbf257d343.tar.gz
gentoo-eb95b89226624062bfaf2d07031be3bbf257d343.tar.bz2
gentoo-eb95b89226624062bfaf2d07031be3bbf257d343.zip
dev-util/dejagnu: drop old
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/dejagnu/Manifest1
-rw-r--r--dev-util/dejagnu/dejagnu-1.6.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-util/dejagnu/Manifest b/dev-util/dejagnu/Manifest
index ae0a42b2a3eb..cc5d3fe6f391 100644
--- a/dev-util/dejagnu/Manifest
+++ b/dev-util/dejagnu/Manifest
@@ -1,2 +1 @@
DIST dejagnu-1.6.2.tar.gz 525879 BLAKE2B 1a4cf8bea350d7fca8983fe9f5f77756746e9ef81a06e2bc733a9fa32f54e3c791f28d80ab563306df4082f2d5f9f30b87f1380b57b15213bf401783e5384dde SHA512 ae527ce245871d49b84773d0d14b1ea6b2316c88097eeb84091a3aa885ff007eeaa1cd9c5b002d94a956d218451079b5e170561ffa43a291d9d82283aa834042
-DIST dejagnu-1.6.tar.gz 523969 BLAKE2B 1cc9498aacd681570cd8d8834cd2fe0594bb49e6664cfe934b824dba0bd4a6766f977de6a1dc4596095a11d68844873f5687000423f4928f0432981023d26451 SHA512 a494dd5cde8d275b397116049c93e183f5f1731d63660ee8d2f4263b099fc5be7fbddde927fab3ccd5f000c43d50242f94bbb4d95497b915ea53be418bc145bc
diff --git a/dev-util/dejagnu/dejagnu-1.6.ebuild b/dev-util/dejagnu/dejagnu-1.6.ebuild
deleted file mode 100644
index 438cca5e5e26..000000000000
--- a/dev-util/dejagnu/dejagnu-1.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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=""
-
-DEPEND="dev-lang/tcl
- dev-tcltk/expect"
-
-src_test() {
- # if you dont have dejagnu emerged yet, you cant
- # run the tests ... crazy aint it :)
- type -p runtest || return 0
- emake check
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}