diff options
| author | Alfredo Tupone <tupone@gentoo.org> | 2020-04-17 09:50:52 +0200 |
|---|---|---|
| committer | Alfredo Tupone <tupone@gentoo.org> | 2020-04-17 09:50:52 +0200 |
| commit | edb10f8f1a4faca965fc84000d9abc6de63c6843 (patch) | |
| tree | f1276a086015aadd376947977b9164ef33965cfa /dev-tcltk/tcllib/tcllib-1.20.ebuild | |
| parent | 8475a815d7bb356fa09d69b130833ae08f63873c (diff) | |
| download | gentoo-edb10f8f1a4faca965fc84000d9abc6de63c6843.tar.gz gentoo-edb10f8f1a4faca965fc84000d9abc6de63c6843.tar.bz2 gentoo-edb10f8f1a4faca965fc84000d9abc6de63c6843.zip | |
dev-tcltk/tcllib: version bump to 1.20
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk/tcllib/tcllib-1.20.ebuild')
| -rw-r--r-- | dev-tcltk/tcllib/tcllib-1.20.ebuild | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/dev-tcltk/tcllib/tcllib-1.20.ebuild b/dev-tcltk/tcllib/tcllib-1.20.ebuild new file mode 100644 index 000000000000..dda651cc1e13 --- /dev/null +++ b/dev-tcltk/tcllib/tcllib-1.20.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit virtualx + +DESCRIPTION="Tcl Standard Library" +HOMEPAGE="http://www.tcl.tk/software/tcllib/" +SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.xz" + +LICENSE="BSD" +SLOT="0" +IUSE="examples" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-lang/tcl:0= + dev-tcltk/tdom + " +DEPEND="${RDEPEND}" + +DOCS=( + ChangeLog DESCRIPTION.txt README-1.19.txt README.developer + devdoc/critcl-tcllib.txt devdoc/dirlayout_install.txt + devdoc/indexing.txt devdoc/installation.txt +) +HTML_DOCS=( devdoc/devguide.html devdoc/releaseguide.html ) + +PATCHES=( "${FILESDIR}"/${P}-test.patch ) + +src_test() { + USER= virtx emake test_batch +} + +src_install() { + default + + if use examples ; then + for f in $(find examples -type f); do + docinto $(dirname $f) + dodoc $f + done + fi +} |
