commit: ebf94e7aefeceab36a9245b1e91197a4df0ef4b3 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org> AuthorDate: Sat Nov 2 21:42:54 2019 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Sat Nov 2 21:43:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf94e7a
dev-tcltk/tcllib: Removing a test dependent on time Closes: https://bugs.gentoo.org/681234 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/tcllib/files/tcllib-1.19-test.patch | 18 ++++++++++++++++++ dev-tcltk/tcllib/tcllib-1.19.ebuild | 2 ++ 2 files changed, 20 insertions(+) diff --git a/dev-tcltk/tcllib/files/tcllib-1.19-test.patch b/dev-tcltk/tcllib/files/tcllib-1.19-test.patch new file mode 100644 index 00000000000..bdeec3fff19 --- /dev/null +++ b/dev-tcltk/tcllib/files/tcllib-1.19-test.patch @@ -0,0 +1,18 @@ +--- a/modules/httpd/httpd.test 2019-11-02 22:36:08.983215578 +0100 ++++ b/modules/httpd/httpd.test 2019-11-02 22:37:04.397309180 +0100 +@@ -448,15 +448,6 @@ + + [clock seconds]}] + +-test scgi-client-0005 {URL Different output with a different request} { +-set reply [::scgi::test::send 10001 {REQUEST_METHOD POST +-REQUEST_URI /time +- +-THIS ONE ALONE IS MINE}] +- +-::httpd::test::compare $reply $checkreply +-} {} +- + set fin [open [file join $DEMOROOT pkgIndex.tcl] r] + set checkfile [read $fin] + close $fin diff --git a/dev-tcltk/tcllib/tcllib-1.19.ebuild b/dev-tcltk/tcllib/tcllib-1.19.ebuild index d00b44232ee..4df05cba130 100644 --- a/dev-tcltk/tcllib/tcllib-1.19.ebuild +++ b/dev-tcltk/tcllib/tcllib-1.19.ebuild @@ -27,6 +27,8 @@ DOCS=( ) HTML_DOCS=( devdoc/devguide.html devdoc/releaseguide.html ) +PATCHES=( "${FILESDIR}"/${P}-test.patch ) + src_prepare() { default if has_version ">=dev-lang/tcl-8.6.9"; then
