commit:     53d962557a79cc4cc70e297d116ce9deb1515e36
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 09:14:33 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 07:53:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d96255

dev-tcltk/tclxml: Drop 3.2-r2, EAPI5--

Closes: https://bugs.gentoo.org/766671
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-tcltk/tclxml/Manifest                          |  1 -
 .../tclxml/files/tclxml-3.2-format-security.patch  | 16 -------
 dev-tcltk/tclxml/tclxml-3.2-r2.ebuild              | 51 ----------------------
 3 files changed, 68 deletions(-)

diff --git a/dev-tcltk/tclxml/Manifest b/dev-tcltk/tclxml/Manifest
index 929aa2bbe67..3f7f335c52b 100644
--- a/dev-tcltk/tclxml/Manifest
+++ b/dev-tcltk/tclxml/Manifest
@@ -1,2 +1 @@
 DIST tclxml-3.2.7.tar.gz 313751 BLAKE2B 
43983d2d6c2f339fa320c4748f889db49fbe9cfff15219e898fdfe5a9a7d6526a2b40b7697fdca6f5272bdfb52cbe68af53ced711ad5d476dc2c5e31898c00ba
 SHA512 
23cb17466f777538088998fa4cce55531708bba517d45cb8b4281401779c418f8532376e4aefcf4bb5f3674ee5bab2e0db25ab2a69c153d3e5820c509edf12ae
-DIST tclxml-3.2.tar.gz 757594 BLAKE2B 
6ddadb6add6ccba0db55e704ddffafe1c0f22740d27a5c49bf9c8fd00e1592aed46fd1cef49155101ac1544de8559f0d808731c598cf2189ff84a681bbf870e6
 SHA512 
5e7d45063c1a311d49ecc42f664bf7d88862fc19a46b64f52d038e2adfcc5b6964ae74d61b40bcf8eb4e1440f849339095fd8712bd39f0cb57e279acea58a3da

diff --git a/dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch 
b/dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch
deleted file mode 100644
index 2d13c6575ea..00000000000
--- a/dev-tcltk/tclxml/files/tclxml-3.2-format-security.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- tclxslt-libxslt.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tclxslt-libxslt.c b/tclxslt-libxslt.c
-index d943bf7..d18f645 100644
---- a/tclxslt-libxslt.c
-+++ b/tclxslt-libxslt.c
-@@ -1506,7 +1506,7 @@ TclXSLTExtFunction(xpathCtxt, nargs)
-     obj = TclXSLT_ConvertTclObjToXPathObj(extinfo->interp, resultPtr);
-     valuePush(xpathCtxt, obj);
-   } else {
--    xmlGenericError(xmlGenericErrorContext,
-+    xmlGenericError(xmlGenericErrorContext, "%s",
-                   Tcl_GetStringFromObj(resultPtr, NULL));
-     /* Need to define a new error code - this is the closest in meaning */
-     xpathCtxt->error = XPATH_UNKNOWN_FUNC_ERROR;

diff --git a/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild 
b/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild
deleted file mode 100644
index ee76cfe18e7..00000000000
--- a/dev-tcltk/tclxml/tclxml-3.2-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit epatch multilib
-
-DESCRIPTION="Pure Tcl implementation of an XML parser"
-HOMEPAGE="http://tclxml.sourceforge.net/";
-SRC_URI="mirror://sourceforge/tclxml/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86"
-IUSE="debug threads"
-
-DEPEND="
-       >=dev-lang/tcl-8.2:0
-       >=dev-libs/libxml2-2.6.9
-       dev-libs/libxslt
-       >=dev-tcltk/tcllib-1.2
-       dev-libs/expat"
-#      test? ( dev-tcltk/tclparser )
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${P}-fix-implicit-declarations.patch \
-               "${FILESDIR}"/${P}-format-security.patch
-}
-
-src_configure() {
-       local myconf=""
-
-       use threads && myconf="${myconf} --enable-threads"
-
-       econf ${myconf} \
-               --with-xml2-config="${EPREFIX}"/usr/bin/xml2-config \
-               --with-xslt-config="${EPREFIX}"/usr/bin/xslt-config \
-               --with-tclinclude="${EPREFIX}"/usr/include \
-               --with-tcl="${EPREFIX}"/usr/$(get_libdir) \
-               $(use_enable amd64 64bit) \
-               $(use_enable debug symbols)
-}
-
-src_install() {
-       default
-       dohtml doc/*.html
-}

Reply via email to