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 Jan 2021 12:12:00
Message-Id: 1609589493.c1a100ff591c3d245636af3c3f856af7502f0ae2.tupone@gentoo
1 commit: c1a100ff591c3d245636af3c3f856af7502f0ae2
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 12:11:33 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 12:11:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a100ff
7
8 dev-tcltk/tcllib: remove old version
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-tcltk/tcllib/Manifest | 1 -
14 dev-tcltk/tcllib/files/tcllib-1.19-test.patch | 18 ---------
15 dev-tcltk/tcllib/tcllib-1.19.ebuild | 58 ---------------------------
16 3 files changed, 77 deletions(-)
17
18 diff --git a/dev-tcltk/tcllib/Manifest b/dev-tcltk/tcllib/Manifest
19 index 8a4030aab8b..1e734139f5b 100644
20 --- a/dev-tcltk/tcllib/Manifest
21 +++ b/dev-tcltk/tcllib/Manifest
22 @@ -1,2 +1 @@
23 -DIST tcllib-1.19.tar.xz 6298564 BLAKE2B f137227004dd4acded7c8aae6b36fd50fedee67a725ecef0046f1af7abc7bb8e11207a141e15390a6ce3a1a3914b1cd2e5a798035eba631254792b2819383013 SHA512 08f549a3513316919c61f015a604aa671a73c0fd59a8a20b916d106e7d7d6f4bd59b485a92307778cfea1b00f78c2972a086b1bf960fe85a26fe273b7ada8d12
24 DIST tcllib-1.20.tar.xz 6692664 BLAKE2B 3e70cf0d0f9e469a20e18f84238f56a53b5b8e36abcf418dc32f64c819728968d24e2999705d91d8341cb608a6bb674a063e86253cddfb51f2693a94d0e070e5 SHA512 d2c20642f91cdc7bf3b329025be80eb9288d0919fa439c2066349b52950cf3c343f39c7745b9b08ec28a884ff2f219fe0fb5f47023f1266b6a6de6ae54852412
25
26 diff --git a/dev-tcltk/tcllib/files/tcllib-1.19-test.patch b/dev-tcltk/tcllib/files/tcllib-1.19-test.patch
27 deleted file mode 100644
28 index bdeec3fff19..00000000000
29 --- a/dev-tcltk/tcllib/files/tcllib-1.19-test.patch
30 +++ /dev/null
31 @@ -1,18 +0,0 @@
32 ---- a/modules/httpd/httpd.test 2019-11-02 22:36:08.983215578 +0100
33 -+++ b/modules/httpd/httpd.test 2019-11-02 22:37:04.397309180 +0100
34 -@@ -448,15 +448,6 @@
35 -
36 - [clock seconds]}]
37 -
38 --test scgi-client-0005 {URL Different output with a different request} {
39 --set reply [::scgi::test::send 10001 {REQUEST_METHOD POST
40 --REQUEST_URI /time
41 --
42 --THIS ONE ALONE IS MINE}]
43 --
44 --::httpd::test::compare $reply $checkreply
45 --} {}
46 --
47 - set fin [open [file join $DEMOROOT pkgIndex.tcl] r]
48 - set checkfile [read $fin]
49 - close $fin
50
51 diff --git a/dev-tcltk/tcllib/tcllib-1.19.ebuild b/dev-tcltk/tcllib/tcllib-1.19.ebuild
52 deleted file mode 100644
53 index c889ad4dbbe..00000000000
54 --- a/dev-tcltk/tcllib/tcllib-1.19.ebuild
55 +++ /dev/null
56 @@ -1,58 +0,0 @@
57 -# Copyright 1999-2020 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=6
61 -
62 -inherit virtualx
63 -
64 -DESCRIPTION="Tcl Standard Library"
65 -HOMEPAGE="http://www.tcl.tk/software/tcllib/"
66 -SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.xz"
67 -
68 -LICENSE="BSD"
69 -SLOT="0"
70 -IUSE="examples"
71 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
72 -RESTRICT="!test? ( test )"
73 -
74 -RDEPEND="
75 - dev-lang/tcl:0=
76 - dev-tcltk/tdom
77 - "
78 -DEPEND="${RDEPEND}"
79 -
80 -DOCS=(
81 - ChangeLog DESCRIPTION.txt README-1.19.txt README.developer
82 - devdoc/critcl-tcllib.txt devdoc/dirlayout_install.txt
83 - devdoc/indexing.txt devdoc/installation.txt
84 -)
85 -HTML_DOCS=( devdoc/devguide.html devdoc/releaseguide.html )
86 -
87 -PATCHES=( "${FILESDIR}"/${P}-test.patch )
88 -
89 -src_prepare() {
90 - default
91 - if has_version ">=dev-lang/tcl-8.6.9"; then
92 - sed -i \
93 - -e "s|::hook::call|call|" \
94 - -e "s|::string::token::shell|shell|" \
95 - "${S}"/modules/hook/hook.test \
96 - "${S}"/modules/string/token_shell.test \
97 - || die
98 - fi
99 -}
100 -
101 -src_test() {
102 - USER= virtx emake test_batch
103 -}
104 -
105 -src_install() {
106 - default
107 -
108 - if use examples ; then
109 - for f in $(find examples -type f); do
110 - docinto $(dirname $f)
111 - dodoc $f
112 - done
113 - fi
114 -}