* [gentoo-commits] repo/gentoo:master commit in: dev-java/xerces/files/
@ 2022-03-10 8:11 Florian Schmaus
0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2022-03-10 8:11 UTC (permalink / raw
To: gentoo-commits
commit: 8fbd0f4fffd04911511c73940ac2ce98b3a966a9
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Mar 7 07:28:33 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 08:11:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbd0f4f
dev-java/xerces: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24433
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
.../xerces/files/xerces-2.12.0-overrides.patch | 66 ----------------------
1 file changed, 66 deletions(-)
diff --git a/dev-java/xerces/files/xerces-2.12.0-overrides.patch b/dev-java/xerces/files/xerces-2.12.0-overrides.patch
deleted file mode 100644
index 2e31002065e3..000000000000
--- a/dev-java/xerces/files/xerces-2.12.0-overrides.patch
+++ /dev/null
@@ -1,66 +0,0 @@
---- a/org/apache/html/dom/HTMLIFrameElementImpl.java 2019-04-17 18:08:03.187783332 +0000
-+++ b/org/apache/html/dom/HTMLIFrameElementImpl.java 2019-04-17 18:09:38.640274335 +0000
-@@ -17,6 +17,7 @@
- package org.apache.html.dom;
-
- import org.w3c.dom.html.HTMLIFrameElement;
-+import org.w3c.dom.Document;
-
- /**
- * @xerces.internal
-@@ -161,6 +162,11 @@
- super( owner, name );
- }
-
-+ @Override
-+ public Document getContentDocument()
-+ {
-+ return null;
-+ }
-
- }
-
---- a/org/apache/html/dom/HTMLFrameElementImpl.java 2019-04-17 19:14:06.833172177 +0000
-+++ b/org/apache/html/dom/HTMLFrameElementImpl.java 2019-04-17 19:14:56.755428976 +0000
-@@ -17,6 +17,7 @@
- package org.apache.html.dom;
-
- import org.w3c.dom.html.HTMLFrameElement;
-+import org.w3c.dom.Document;
-
- /**
- * @xerces.internal
-@@ -138,6 +139,11 @@
- super( owner, name );
- }
-
-+ @Override
-+ public Document getContentDocument()
-+ {
-+ return null;
-+ }
-
- }
-
---- a/org/apache/html/dom/HTMLObjectElementImpl.java 2019-04-17 19:17:26.624199895 +0000
-+++ b/org/apache/html/dom/HTMLObjectElementImpl.java 2019-04-17 19:19:23.691802087 +0000
-@@ -17,6 +17,7 @@
- package org.apache.html.dom;
-
- import org.w3c.dom.html.HTMLObjectElement;
-+import org.w3c.dom.Document;
-
- /**
- * @xerces.internal
-@@ -251,6 +252,11 @@
- super( owner, name );
- }
-
-+ @Override
-+ public Document getContentDocument()
-+ {
-+ return null;
-+ }
-
- }
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-10 8:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-10 8:11 [gentoo-commits] repo/gentoo:master commit in: dev-java/xerces/files/ Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox