From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- dev-tcltk/tcllib/tcllib-1.15-r2.ebuild | 53 ---------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 dev-tcltk/tcllib/tcllib-1.15-r2.ebuild (limited to 'dev-tcltk/tcllib/tcllib-1.15-r2.ebuild') diff --git a/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild b/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild deleted file mode 100644 index 9a2cce32875c..000000000000 --- a/dev-tcltk/tcllib/tcllib-1.15-r2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils virtualx - -DESCRIPTION="Tcl Standard Library" -HOMEPAGE="http://www.tcl.tk/software/tcllib/" -SRC_URI=" - https://dev.gentoo.org/~mgorny/dist/${P}-patchset.tar.xz - mirror://sourceforge/tcllib/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -IUSE="examples" -KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-lang/tcl:0=" -DEPEND="${RDEPEND}" - -DOCS=( DESCRIPTION.txt STATUS ) - -PATCHES=( - "${WORKDIR}"/${P}-patchset/${P}-tcl8.6-test.patch - "${WORKDIR}"/${P}-patchset/${P}-test.patch - "${WORKDIR}"/${P}-patchset/${P}-manpage-rename.patch - "${WORKDIR}"/${P}-patchset/${P}-XSS-vuln.patch -) - -src_prepare() { - has_version ">=dev-lang/tcl-8.6" && \ - PATCHES+=( "${WORKDIR}"/${P}-patchset/${P}-tcl8.6-test-2.patch ) - epatch "${PATCHES[@]}" -} - -src_test() { - Xemake test_batch -} - -src_install() { - default - - dodoc devdoc/*.txt - - dohtml devdoc/*.html - if use examples ; then - for f in $(find examples -type f); do - docinto $(dirname $f) - dodoc $f - done - fi -} -- cgit v1.2.3