commit:     db4cee3957ef98e46538510a645051ec690c9060
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  9 20:29:12 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep  9 22:03:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db4cee39

app-editors/xmlcopyeditor: drop 1.3.1.0-r3

Closes: https://bugs.gentoo.org/955797
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../files/xmlcopyeditor-1.3.1.0-libxml2-2.12.patch | 20 ---------
 .../xmlcopyeditor/xmlcopyeditor-1.3.1.0-r3.ebuild  | 50 ----------------------
 2 files changed, 70 deletions(-)

diff --git 
a/app-editors/xmlcopyeditor/files/xmlcopyeditor-1.3.1.0-libxml2-2.12.patch 
b/app-editors/xmlcopyeditor/files/xmlcopyeditor-1.3.1.0-libxml2-2.12.patch
deleted file mode 100644
index c3036584524c..000000000000
--- a/app-editors/xmlcopyeditor/files/xmlcopyeditor-1.3.1.0-libxml2-2.12.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/src/wraplibxml.cpp
-+++ b/src/wraplibxml.cpp
-@@ -706,7 +706,7 @@
- 
- wxString WrapLibxml::getLastError()
- {
--      xmlErrorPtr err = xmlGetLastError();
-+      const xmlError *err = xmlGetLastError();
- 
-       if ( !err )
-               return nonParserError;
-@@ -722,7 +722,7 @@
- 
- std::pair<int, int> WrapLibxml::getErrorPosition()
- {
--      xmlErrorPtr err = xmlGetLastError();
-+      const xmlError *err = xmlGetLastError();
-       if ( !err )
-               return std::make_pair ( 1, 1 );
- 

diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.3.1.0-r3.ebuild 
b/app-editors/xmlcopyeditor/xmlcopyeditor-1.3.1.0-r3.ebuild
deleted file mode 100644
index 176471bb8f29..000000000000
--- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.3.1.0-r3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.2-gtk3"
-inherit autotools wxwidgets xdg
-
-DESCRIPTION="XML Copy Editor is a fast, free, validating XML editor"
-HOMEPAGE="https://xml-copy-editor.sourceforge.io";
-SRC_URI="https://downloads.sourceforge.net/xml-copy-editor/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 -ppc ~x86 ~amd64-linux ~x86-linux"  # -ppc due SSE2 
requirement
-IUSE="aqua nls"
-
-RDEPEND="
-       app-text/enchant:2
-       >=dev-libs/libxml2-2.12.5:=
-       dev-libs/libxslt
-       dev-libs/xerces-c:=[cpu_flags_x86_sse2,icu]
-       dev-libs/libpcre2
-       x11-libs/wxGTK:${WX_GTK_VER}=[X]
-"
-DEPEND="${RDEPEND}
-       dev-libs/boost
-"
-BDEPEND="
-       dev-util/intltool
-       virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}"/${P}-libxml2-2.12.patch )
-
-src_prepare() {
-       default
-
-       # bug #440744
-       sed -i  -e 's/ -Wall -g -fexceptions//g' configure.ac || die
-       eautoreconf
-}
-
-src_configure() {
-       setup-wxwidgets unicode
-       econf \
-               --with-gtk=3.0 \
-               --with-wx-config="${WX_CONFIG}" \
-               $(use_enable nls)
-}

Reply via email to