summaryrefslogtreecommitdiff
path: root/app-text/xmldiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-08-30 12:00:55 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-08-30 12:00:55 +0100
commit2e8abb8c82f14dd064991a1afd337b2f022b37f6 (patch)
treed600b9d779be602cd4b6e93bf715ec8fba07624c /app-text/xmldiff
parentadcf4f8116a4a850dae301fb4dbcd7b71cb35975 (diff)
gentoo auto-resync : 30:08:2024 - 12:00:55
Diffstat (limited to 'app-text/xmldiff')
-rw-r--r--app-text/xmldiff/Manifest2
-rw-r--r--app-text/xmldiff/xmldiff-2.4.ebuild24
2 files changed, 0 insertions, 26 deletions
diff --git a/app-text/xmldiff/Manifest b/app-text/xmldiff/Manifest
index 4c8192886cae..be764f5b777f 100644
--- a/app-text/xmldiff/Manifest
+++ b/app-text/xmldiff/Manifest
@@ -1,5 +1,3 @@
-DIST xmldiff-2.4.tar.gz 93437 BLAKE2B 9f0001da8e39b7a3e7d0af052ce60a43899b2cd644b3fa6c6cb7cfa08ebf71439bda3e3dc6cf497120f20cb0f9346b0a074b8e442b42531fd3bdbaaebdf73bf6 SHA512 d8a0c9cb850259b3288d8fb5fde50c69f24036bc46ea48f24f3d63c592ccdd2aab4daf416f0f75b38fd70cc58e00c12db626e61a983d1a002972a6720d62c6ae
DIST xmldiff-2.6.3.tar.gz 86132 BLAKE2B 9e5777f498677bf12a603d6636833d4942fb1af2c461e9a60e2dccf89c3776f72018407928991c8a9f53abe8c704ca9a736a4f0f81ce3ca23e1657a896d43804 SHA512 ba25b8cc9866c66bc829a82d1f20108c17a09e2f46735763317f7fd6f60c3920ba6d3114454ead1461de4a59c177065291bb71bebb7ee9c4a03f3584452a9e33
-EBUILD xmldiff-2.4.ebuild 638 BLAKE2B 7b11701d6601a0503bdf6c93c85b3e0e2b2070f990b874d75bad06b2de7bae639ba23c975d185e9e27e3526da25ffa1763d1220a99d9c15fc316e2132f6d0318 SHA512 988dc5cde3cc90b2a61c34ab3c6b0f32b864134416879717b6ad5f4f204d2f53cd3d96faf3477ce4d127bfd66d5d55f0d9750f7cb1da8f150b2d70818dfb50e9
EBUILD xmldiff-2.6.3.ebuild 576 BLAKE2B 7f20bf5eb532d6b3f4d3a50fedd547b518dfd0237291fdf1ab799849aa948d20eae0bfa951b47b4cde79a6c275c45735b36f2b1db9fdbcfad7ca3d17d224b37b SHA512 a935f766000627b8258f102b8132825ed60f62af9c3a363d789817f09838ee699e77cc3fa44f92a05a406a91a3036dd3a1f3de0ceae13e2e7ff1d1f77c780fa3
MISC metadata.xml 661 BLAKE2B 118804d4908cb78863d8daec482c6e9f60a565da13068e75e2d99f069bcaae47d40e9a54a7bfc53476f1a199e891aea34c9f699be52541e6cb5cd62f321334fd SHA512 c7dc45b2014cedde528216c48e1eb77ad6182840795b30d6339cc7084729e03a728c84f687225948f0b0e045e95abd1f8b66c8af144a6a85d574daad805012e1
diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild
deleted file mode 100644
index 8b5eb94577e0..000000000000
--- a/app-text/xmldiff/xmldiff-2.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-inherit distutils-r1
-
-DESCRIPTION="A tool that figures out the differences between two similar XML files"
-HOMEPAGE="https://github.com/Shoobx/xmldiff"
-SRC_URI="https://github.com/Shoobx/xmldiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~x86-linux"
-
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-DOCS=( CHANGES.rst README.rst )