| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0 | 8 | ~alpha amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit virtualx
DESCRIPTION="Tcl Standard Library"
HOMEPAGE="http://www.tcl.tk/software/tcllib/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}/${PV}/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86"
IUSE="examples"
RESTRICT="!test? ( test )"
RDEPEND="
dev-lang/tcl:0=
dev-tcltk/tdom
"
DEPEND="${RDEPEND}"
DOCS=(
ChangeLog DESCRIPTION.txt README.md devdoc/README.developer
devdoc/critcl-tcllib.txt devdoc/dirlayout_install.txt
devdoc/indexing.txt
)
HTML_DOCS=( idoc/www )
PATCHES=(
"${FILESDIR}"/${P}-test.patch
"${FILESDIR}"/${P}-stddev.patch
)
src_prepare() {
default
rm modules/httpd/httpd.test || die
}
src_compile() {
:
}
src_test() {
USER= virtx emake test_batch
}
src_install() {
emake DESTDIR="${D}" install-tcl
einstalldocs
if use examples ; then
for f in $(find examples -type f); do
docinto $(dirname $f)
dodoc $f
done
fi
}
dev-lang/tcl:0= dev-tcltk/tdom
dev-lang/tcl:0= dev-tcltk/tdom
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tcllib-2.0.tar.xz | 14872556 bytes | https://downloads.sourceforge.net/tcllib/tcllib/2.0/tcllib-2.0.tar.xz |