summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-06-04 07:14:13 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-06-04 07:14:13 +0200
commit3eebda9213b450a9bcb9859672da5d286143bab4 (patch)
treecfd7e6ae808482ec5f41d949a91f75e0406b91a3 /dev-util
parentnet-misc/smbc: Remove old (diff)
downloadgentoo-3eebda9213b450a9bcb9859672da5d286143bab4.tar.gz
gentoo-3eebda9213b450a9bcb9859672da5d286143bab4.tar.bz2
gentoo-3eebda9213b450a9bcb9859672da5d286143bab4.zip
dev-util/dejagnu: remove old
Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/dejagnu/Manifest2
-rw-r--r--dev-util/dejagnu/dejagnu-1.4.4-r3.ebuild39
-rw-r--r--dev-util/dejagnu/dejagnu-1.5.ebuild29
-rw-r--r--dev-util/dejagnu/files/dejagnu-1.4.4-rsh-username.patch45
-rw-r--r--dev-util/dejagnu/files/dejagnu-1.4.4-testglue-protos.patch21
-rw-r--r--dev-util/dejagnu/files/dejagnu-ignore-libwarning.patch23
6 files changed, 0 insertions, 159 deletions
diff --git a/dev-util/dejagnu/Manifest b/dev-util/dejagnu/Manifest
index dfe30ea08b25..4e59d378ad97 100644
--- a/dev-util/dejagnu/Manifest
+++ b/dev-util/dejagnu/Manifest
@@ -1,3 +1 @@
-DIST dejagnu-1.4.4.tar.gz 1080346 BLAKE2B 183566795c2ba9cf4acbc9c39e93a45b50409eefef0ae2039cbdf56135e367552d190e5b01b5bceab4e26b3b05c0ea68e892b7c6bd419bc38bcfc7c5be27645e SHA512 fae08d4801b6a815af8771896e6e5eb12b297b773faa89743eac28d08c7eac6ed7e530921acdba1b9a7903990060c520497d281651d29d98ab0def1dbfab392e
-DIST dejagnu-1.5.tar.gz 576269 BLAKE2B df7767e5b8adbad7315e3489d3f8a267043e2bf27ed120ad7e534b9a6dc8c5ae2fa5fdbf7ff6fe530605998af4a09cc3b4b94881837b5f3c6336a9c515b5c7e2 SHA512 a9486e28f7ce25c34b59d00c0e4862bbb4b7a01d8faae0d1f28669b9d3ded9ed233b892aa27c34e1d06911f071d894aba7c1469e2fd0bddaa5611c2383e4974f
DIST dejagnu-1.6.tar.gz 523969 BLAKE2B 1cc9498aacd681570cd8d8834cd2fe0594bb49e6664cfe934b824dba0bd4a6766f977de6a1dc4596095a11d68844873f5687000423f4928f0432981023d26451 SHA512 a494dd5cde8d275b397116049c93e183f5f1731d63660ee8d2f4263b099fc5be7fbddde927fab3ccd5f000c43d50242f94bbb4d95497b915ea53be418bc145bc
diff --git a/dev-util/dejagnu/dejagnu-1.4.4-r3.ebuild b/dev-util/dejagnu/dejagnu-1.4.4-r3.ebuild
deleted file mode 100644
index d1e7f9a820b1..000000000000
--- a/dev-util/dejagnu/dejagnu-1.4.4-r3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="framework for testing other programs"
-HOMEPAGE="https://www.gnu.org/software/dejagnu/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE="doc"
-
-DEPEND="dev-lang/tcl
- dev-tcltk/expect"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/dejagnu-ignore-libwarning.patch
- epatch "${FILESDIR}"/${P}-rsh-username.patch
- epatch "${FILESDIR}"/${P}-testglue-protos.patch
-}
-
-src_test() {
- # if you dont have dejagnu emerged yet, you cant
- # run the tests ... crazy aint it :)
- type -p runtest || return 0
- emake check || die "check failed :("
-}
-
-src_install() {
- emake -j1 install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README TODO
- use doc && dohtml -r doc/html/
-}
diff --git a/dev-util/dejagnu/dejagnu-1.5.ebuild b/dev-util/dejagnu/dejagnu-1.5.ebuild
deleted file mode 100644
index 5b3deb69ffc5..000000000000
--- a/dev-util/dejagnu/dejagnu-1.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE="doc"
-
-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 || die "check failed :("
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README TODO
- use doc && dohtml -r doc/html/
-}
diff --git a/dev-util/dejagnu/files/dejagnu-1.4.4-rsh-username.patch b/dev-util/dejagnu/files/dejagnu-1.4.4-rsh-username.patch
deleted file mode 100644
index ff4e970a4fd4..000000000000
--- a/dev-util/dejagnu/files/dejagnu-1.4.4-rsh-username.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-fix from upstream:
-
-2004-03-05 Daniel Jacobowitz <drow@mvista.com>
-
- * lib/remote.exp (standard_spawn): Fix rsh username support.
-
-diff --git a/lib/remote.exp b/lib/remote.exp
-index b57276e..cdec0d2 100644
---- a/lib/remote.exp
-+++ b/lib/remote.exp
-@@ -860,19 +860,18 @@ proc standard_spawn { dest commandline } {
- set RSH [board_info $dest rsh_prog]
- }
-
-- if ![board_info $dest exists username] {
-- set rsh_useropts ""
-- } else {
-- set rsh_useropts "-l $username"
-- }
--
- if [board_info $dest exists hostname] {
- set remote [board_info $dest hostname]
- } else {
- set remote $dest
- }
-
-- spawn $RSH $rsh_useropts $remote $commandline
-+ if ![board_info $dest exists username] {
-+ spawn $RSH $remote $commandline
-+ } else {
-+ spawn $RSH -l [board_info $dest username] $remote $commandline
-+ }
-+
- set board_info($dest,fileid) $spawn_id
- return $spawn_id
- }
-@@ -1257,6 +1256,8 @@ proc remote_expect { board timeout args } {
- }
-
- if {$code == 1} {
-+ if {[info exists string]} {send_user "ERROR OCCURED: $errorInfo $errorCode $string"}
-+
- if { $error_sect != "" } {
- set code [catch {uplevel $error_sect} string]
- } else {
diff --git a/dev-util/dejagnu/files/dejagnu-1.4.4-testglue-protos.patch b/dev-util/dejagnu/files/dejagnu-1.4.4-testglue-protos.patch
deleted file mode 100644
index 4ddaffb1c66d..000000000000
--- a/dev-util/dejagnu/files/dejagnu-1.4.4-testglue-protos.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-fix from upstream:
-
-2004-08-20 Daniel Jacobowitz <dan@debian.org>
-
- * testglue.c: Prototype abort(3) and exit(3).
-
-diff --git a/testglue.c b/testglue.c
-index 55a7f92..4ede6eb 100644
---- a/testglue.c
-+++ b/testglue.c
-@@ -40,6 +40,10 @@
- #define ORIG_ABORT __wrap_abort
- #define ORIG_MAIN __wrap_main
- #endif
-+
-+extern void abort (void);
-+extern void exit (int);
-+
- #endif
-
- #ifdef REAL_MAIN
diff --git a/dev-util/dejagnu/files/dejagnu-ignore-libwarning.patch b/dev-util/dejagnu/files/dejagnu-ignore-libwarning.patch
deleted file mode 100644
index f4af06e6ff89..000000000000
--- a/dev-util/dejagnu/files/dejagnu-ignore-libwarning.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-dejagnu/ChangeLog
- * lib/target.exp (prune_warnings): Correct pic/PIC regexp.
- Ignore incompatible library warning.
-
-Index: dejagnu/lib/target.exp
-===================================================================
-RCS file: /cvs/src/src/dejagnu/lib/target.exp,v
-retrieving revision 1.12
-diff -u -p -r1.12 target.exp
---- dejagnu/lib/target.exp 21 Apr 2002 08:47:07 -0000 1.12
-+++ dejagnu/lib/target.exp 9 Jun 2003 07:34:06 -0000
-@@ -279,7 +279,10 @@ proc prune_warnings { text } {
- regsub -all "(^|\n)\[^\n\]*: warning: as it has already been specified\[^\n\]*" $text "" text
-
- # Cygwin cc1 warns about -fpic and -fPIC
-- regsub -all ".*: warning: -f(pic|PIC) ignored for target .*" $text "" text
-+ regsub -all "(^|\n)\[^\n\]*: warning: -f(pic|PIC) ignored for target \[^\n\]*" $text "" text
-+
-+ # Ignore linker warning when searching 64bit libraries in /lib.
-+ regsub -all "(^|\n)\[^\n\]*: skipping incompatible \[^\n\]* when searching for \[^\n\]*" $text "" text
-
- # It might be tempting to get carried away and delete blank lines, etc.
- # Just delete *exactly* what we're ask to, and that's it.