summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-19 03:05:46 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-19 03:05:46 -0500
commit2b878031702361370da8f648ac080b3fe38f34d3 (patch)
treeb589026a2cdd86f9f0d7478fc94d4631076ef26c /app-text
parent08bfa3f8ec685ab603d0c1995d79d00a1a0fbe1a (diff)
downloadbaldeagleos-repo-2b878031702361370da8f648ac080b3fe38f34d3.tar.gz
baldeagleos-repo-2b878031702361370da8f648ac080b3fe38f34d3.tar.xz
baldeagleos-repo-2b878031702361370da8f648ac080b3fe38f34d3.zip
Adding metadata
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xmldiff/Manifest1
-rw-r--r--app-text/xmldiff/xmldiff-2.6.3-r1.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest
index d44f135d3f24..d17455a69011 100644
--- a/app-text/xmldiff/Manifest
+++ b/app-text/xmldiff/Manifest
@@ -1,2 +1 @@
-DIST xmldiff-2.6.3.tar.gz 86132 BLAKE2B 9e5777f498677bf12a603d6636833d4942fb1af2c461e9a60e2dccf89c3776f72018407928991c8a9f53abe8c704ca9a736a4f0f81ce3ca23e1657a896d43804 SHA512 ba25b8cc9866c66bc829a82d1f20108c17a09e2f46735763317f7fd6f60c3920ba6d3114454ead1461de4a59c177065291bb71bebb7ee9c4a03f3584452a9e33
DIST xmldiff-2.7.0.tar.gz 87596 BLAKE2B 56c1a08ef67314a171a24b2aa58068b19efc8e219eac0f815bbb7663c84843d0b00b8b16487ab02808c35295b393cab8dc2357877c8d0d54031201a32d85f821 SHA512 e285c0e30b4a6f057dd4888599a6bd354b1f1465598eafa7a9ac91d3eb2e8b04e25e466d410dde84d1b6986b647d3759bad322036f3c5c9cd498e8fc291ab888
diff --git a/app-text/xmldiff/xmldiff-2.6.3-r1.ebuild b/app-text/xmldiff/xmldiff-2.6.3-r1.ebuild
deleted file mode 100644
index 484179d5a6dc..000000000000
--- a/app-text/xmldiff/xmldiff-2.6.3-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Tool that figures out the differences between two similar XML files"
-HOMEPAGE="
- https://github.com/Shoobx/xmldiff
- https://pypi.org/project/xmldiff/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
-
-RDEPEND="
- >=dev-python/lxml-3.1.0[${PYTHON_USEDEP}]
-"
-
-DOCS=( CHANGES.rst README.rst )
-
-distutils_enable_tests unittest