Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tcllib/files/, dev-tcltk/tcllib/
Date: Sat, 02 Nov 2019 21:44:11
Message-Id: 1572731026.ebf94e7aefeceab36a9245b1e91197a4df0ef4b3.tupone@gentoo
1 commit: ebf94e7aefeceab36a9245b1e91197a4df0ef4b3
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 2 21:42:54 2019 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 2 21:43:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf94e7a
7
8 dev-tcltk/tcllib: Removing a test dependent on time
9
10 Closes: https://bugs.gentoo.org/681234
11 Package-Manager: Portage-2.3.76, Repoman-2.3.16
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-tcltk/tcllib/files/tcllib-1.19-test.patch | 18 ++++++++++++++++++
15 dev-tcltk/tcllib/tcllib-1.19.ebuild | 2 ++
16 2 files changed, 20 insertions(+)
17
18 diff --git a/dev-tcltk/tcllib/files/tcllib-1.19-test.patch b/dev-tcltk/tcllib/files/tcllib-1.19-test.patch
19 new file mode 100644
20 index 00000000000..bdeec3fff19
21 --- /dev/null
22 +++ b/dev-tcltk/tcllib/files/tcllib-1.19-test.patch
23 @@ -0,0 +1,18 @@
24 +--- a/modules/httpd/httpd.test 2019-11-02 22:36:08.983215578 +0100
25 ++++ b/modules/httpd/httpd.test 2019-11-02 22:37:04.397309180 +0100
26 +@@ -448,15 +448,6 @@
27 +
28 + [clock seconds]}]
29 +
30 +-test scgi-client-0005 {URL Different output with a different request} {
31 +-set reply [::scgi::test::send 10001 {REQUEST_METHOD POST
32 +-REQUEST_URI /time
33 +-
34 +-THIS ONE ALONE IS MINE}]
35 +-
36 +-::httpd::test::compare $reply $checkreply
37 +-} {}
38 +-
39 + set fin [open [file join $DEMOROOT pkgIndex.tcl] r]
40 + set checkfile [read $fin]
41 + close $fin
42
43 diff --git a/dev-tcltk/tcllib/tcllib-1.19.ebuild b/dev-tcltk/tcllib/tcllib-1.19.ebuild
44 index d00b44232ee..4df05cba130 100644
45 --- a/dev-tcltk/tcllib/tcllib-1.19.ebuild
46 +++ b/dev-tcltk/tcllib/tcllib-1.19.ebuild
47 @@ -27,6 +27,8 @@ DOCS=(
48 )
49 HTML_DOCS=( devdoc/devguide.html devdoc/releaseguide.html )
50
51 +PATCHES=( "${FILESDIR}"/${P}-test.patch )
52 +
53 src_prepare() {
54 default
55 if has_version ">=dev-lang/tcl-8.6.9"; then