summaryrefslogtreecommitdiff
path: root/www-misc
diff options
context:
space:
mode:
Diffstat (limited to 'www-misc')
-rw-r--r--www-misc/Manifest.gzbin2753 -> 2585 bytes
-rw-r--r--www-misc/buku/Manifest2
-rw-r--r--www-misc/buku/buku-4.8.ebuild91
-rw-r--r--www-misc/htdig/Manifest2
-rw-r--r--www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild2
-rw-r--r--www-misc/log-toolkit/Manifest3
-rw-r--r--www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild16
-rw-r--r--www-misc/log-toolkit/metadata.xml8
-rw-r--r--www-misc/multisort/Manifest2
-rw-r--r--www-misc/multisort/multisort-1.1-r2.ebuild3
-rw-r--r--www-misc/profile-sync-daemon/Manifest2
-rw-r--r--www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild6
-rw-r--r--www-misc/urlwatch/Manifest4
-rw-r--r--www-misc/urlwatch/urlwatch-2.25.ebuild74
-rw-r--r--www-misc/urlwatch/urlwatch-2.28-r1.ebuild2
15 files changed, 9 insertions, 208 deletions
diff --git a/www-misc/Manifest.gz b/www-misc/Manifest.gz
index 350694a35c23..dcf62d753fd9 100644
--- a/www-misc/Manifest.gz
+++ b/www-misc/Manifest.gz
Binary files differ
diff --git a/www-misc/buku/Manifest b/www-misc/buku/Manifest
index cd681259f3e0..006067ff1561 100644
--- a/www-misc/buku/Manifest
+++ b/www-misc/buku/Manifest
@@ -1,5 +1,3 @@
-DIST buku-4.8.tar.gz 591883 BLAKE2B 459ff04a414d3f320a76e8d7792a977f40b030597b846cff34abc862f062956dcfe477d01606744b13e8afe1c6d48f73848816488094f4941b4723a5cd4fedb6 SHA512 a87311adbd72ed614e870c24ecf890633672a6dab12d18f40017177049b2aaebbc66776740f893248b99f2f79d85b6d7b9e57c1fd1bbf6c95963ca57649dc2bf
DIST buku-4.9.tar.gz 615794 BLAKE2B 79e0b7980d1df2b063be5b115c6d55fce63b9e9a58bae5c1ae4d81d77b644c90df2698e20a1743daf5468f4b08ab7b2125af073906385693419249b989686f3f SHA512 3804ea759c3b0172ab07b266123b27683f4785f1fb10859b4fd5b41e267b93e6ad0901b2456a27e434aef216f2063c5881d2755ec45789b3f2d42fe608b32eb2
-EBUILD buku-4.8.ebuild 2993 BLAKE2B 753a39c9fd0f910c0e0c28b9dd89bd31b961dda97d7401831beeb18948d7a30e779e3d391d03aff64033e698806fdcec899089df655da6f145b1c9758ea963f2 SHA512 1aa7dac15094455f20293e6807cb2dbb4f15dd302768e753aa6c487d39a8ad9057de78060d7cbcac2b4dfe2a8b9d3c91db3acc0abde8d63c6c301067e09184f4
EBUILD buku-4.9.ebuild 1972 BLAKE2B b46eecbeb269212f393d190454bfdb0dc88a940764a1de54b537586530956efd720bdd37cbd522a3803ec826cdf823ecbca15ef14e9d38a8422862e4004febfa SHA512 32add7af8acfec60cd7f085b3f39c504c0aa22941c36225964a2d1ab2eb6ab29c496e091581c06ffee9e887e2dfeba324ec83b5b2e7a9132b08ca3bb96e1cbce
MISC metadata.xml 580 BLAKE2B b3eca833a48e557d420c951266207f9ef521fd436cb4c9b69683f327e36ac1e0428b91e1a09dfe4622077af1a65ba31db0e59c36a895a3377797e51bbb74e0d6 SHA512 bf04984b64a9e0e488c9eefb0416afef47df54aa40e8ca4ff5690433435ecbb6c881be930d6b99ee99fa15995f216fc970d2db197dc9ac82c74e0092c1b099e3
diff --git a/www-misc/buku/buku-4.8.ebuild b/www-misc/buku/buku-4.8.ebuild
deleted file mode 100644
index a54c84ebd83a..000000000000
--- a/www-misc/buku/buku-4.8.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11} )
-PYTHON_REQ_USE="sqlite"
-
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Powerful command-line bookmark manager"
-HOMEPAGE="https://github.com/jarun/buku"
-SRC_URI="https://github.com/jarun/${PN}/archive/v$(ver_cut 1-2).tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-python/beautifulsoup4-4.6.0[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
- >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- test? (
- dev-python/attrs[${PYTHON_USEDEP}]
- >=dev-python/click-7.0[${PYTHON_USEDEP}]
- dev-python/hypothesis[${PYTHON_USEDEP}]
- >=dev-python/py-1.5.0[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-4.2[${PYTHON_USEDEP}]
- >=dev-python/vcrpy-4.0.2[${PYTHON_USEDEP}]
- )
-"
-
-python_prepare_all() {
- # Remove support for bukuserver - complex depgraph which isn't all
- # sufficiently packaged in Gentoo
- sed -ie '/console_scripts/s/,.*/]/' setup.py || die
- sed -ie 's/.*bukuserver.*//' tests/test_views.py || die
- sed -ie 's/.*flask.*//' tests/test_views.py || die
-
- distutils-r1_python_prepare_all
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- insinto /usr/share/zsh/site-functions
- doins auto-completion/zsh/_*
-
- newbashcomp auto-completion/bash/buku-completion.bash "${PN}"
-
- doman buku.1
-}
-
-python_test() {
- local skipped_tests=(
- # Disable tests related to bukuserver
- tests/test_setup.py::test_bukuserver_requirement
- tests/test_views.py::test_bmv_create_form
- tests/test_views.py::test_bookmark_model_view
- tests/test_views.py::test_load_firefox_database
- tests/test_views.py::test_tag_model_view_get_list
- tests/test_views.py::test_tag_model_view_get_list_empty_db
-
- # Broken with network-sandbox
- tests/test_buku.py::test_network_handler_with_url
- tests/test_bukuDb.py::TestBukuDb::test_tnyfy_url
- tests/test_bukuDb.py::test_add_rec_exec_arg
- tests/test_bukuDb.py::test_load_firefox
- tests/test_bukuDb.py::test_print_db
- tests/test_bukuDb.py::test_print_rec
- tests/test_bukuDb.py::test_refreshdb
-
- # Hard to debug sandbox issue - these pass when run outside portage
- # There also appears to be some state issue between these, because
- # skipping one can result in a later one failing.
- tests/test_bukuDb.py::test_delete_rec_index_and_delay_commit[1-True-False]
- tests/test_bukuDb.py::test_delete_rec_index_and_delay_commit[1-False-True]
- tests/test_bukuDb.py::test_delete_rec_index_and_delay_commit[1-False-False]
- tests/test_bukuDb.py::test_delete_rec_index_and_delay_commit[1-True-True]
- )
-
- # tests/test_server.py is bukuserver tests, ignore it
- pytest -p no:verbose-parametrize -v --ignore tests/test_server.py ${skipped_tests[@]/#/--deselect } || die "Tests failed with ${EPYTHON}"
-}
diff --git a/www-misc/htdig/Manifest b/www-misc/htdig/Manifest
index 90e9f154d170..5e63580103a4 100644
--- a/www-misc/htdig/Manifest
+++ b/www-misc/htdig/Manifest
@@ -5,5 +5,5 @@ AUX htdig-3.2.0_beta6-gcc6.patch 3673 BLAKE2B 819647e4b323f795645e7375b301559ac7
AUX htdig-3.2.0_beta6-musl.patch 1188 BLAKE2B f481706f23d60ff5c72086c4ff9539a280f1b0cde19e834edacfbc2bec080819ecb4d087147b182aaa60cbafa639de9194ce35473f5b4ccc33516f51346894f7 SHA512 2c766f4d49e941de8c56b3858ed32d9e90efff9f43ec699cd30c0a87c19bab786e113412087a5bec698de26b4454f5df4306a95f9e16c6cd829f5ef8572ea0a3
AUX htdig-3.2.0_beta6-quoting.patch 1130 BLAKE2B 0257d3f79e544c13f4d17caa71bf4265aa7668c91e15f5c38b502fbc50415feb6a378430af6a147f6a2e3f087ad79fc2ab426b97b6191166a1c930e7a416e2e6 SHA512 7edadb8cecb378eac8352e43ce12d5fa6af711f847f1e1ca0a49303daedffb1cef9795b74eb8cd64120e981c57c947f082f60d857985ee5ac0d54537fd6b4181
DIST htdig-3.2.0b6.tar.gz 3104936 BLAKE2B aa70026ce6fb10910c42b4091900980c78f81fc9d07b1dec4071811aee21c6d6a67a7fbb2ca59b785c457b13b508773f8ca8f96042f23def82b071fc40b00870 SHA512 29832f4aebd2b1f944cc4d800a5202342c8ce66936980476d49f679ec169c0268a902e85cd7440a3b6bea9db0a3b640bb1a9719c680d857ff00d34590af63064
-EBUILD htdig-3.2.0_beta6-r5.ebuild 1910 BLAKE2B d583dd702a1dac2a1277d61ef1e33942a8516840f88ef25ee0b67bbeeeb5f6db68f93661407c7f2a3e47716d31490ff0d75f43de611f4902e54f9c1b4851b108 SHA512 179ca9055b5ffe0509a84e6e940c8adcc3bf99744331cd1b62e6756182be03589bc3576c826f4d90b11cdbf3175385d31e44d52942e3e8bb7fcba9f317ea80bb
+EBUILD htdig-3.2.0_beta6-r5.ebuild 1904 BLAKE2B 414da603a7e3b380eb6abc3f478d4a873aa83cb161868cac99212b107340b98b88f5157ef3c2ba32e5abd13db7b633bffa6325e6c0ad56e12f5a41f3beb961af SHA512 b7f7f02faf62a81ebc93c48c36840a1afe13fd03af2f9a994da2e37cf19e12bfc2da6eccd2d4dc4a5fa7048dd58e0e0f13ecc6a5050a5bf9f182d6e0c2eed3bc
MISC metadata.xml 247 BLAKE2B 8814d4967475a272f825a4cc1a031f0d207e07f16911b3c06d3a1e6539ac5f8ecaea0c4b561c2e68d5a50e1402311a0ae90bbf3db4f10141316676d9c7ddb50e SHA512 e77693fadbc706e67d13a805b6f419a057e60416d6d598c26618d2b9bc6b5ebf8ad3106a7761d713a7e4b8e53c92b1ab75f721323b2ee01c8fe32ec1b3517b39
diff --git a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
index 6b23775d828a..e2dcb87f6398 100644
--- a/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
+++ b/www-misc/htdig/htdig-3.2.0_beta6-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="ssl"
DEPEND="
diff --git a/www-misc/log-toolkit/Manifest b/www-misc/log-toolkit/Manifest
deleted file mode 100644
index 795f0958b71d..000000000000
--- a/www-misc/log-toolkit/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST log-toolkit-0.9.6.tar.bz2 69062 BLAKE2B 1f20f7b2c4017ae9f6139b2d9b79a7086dacca6d29ed09d5e353765bb2437f42240ccfa899312dc811f37794af7822cbd019a65076abdd0864d0ccc47001fbcf SHA512 acc922a67a3559d1322cc38b9e47c39737866e9d2dc4a5be131a24751f49f3cd70facdec88c770122a3a5eafe5bf6e0a88080071be61bc6b4dbcd31a3ac9c4fb
-EBUILD log-toolkit-0.9.6-r1.ebuild 396 BLAKE2B 695808587f7b731313d37fb0712ef124fc820f214e005bb1616b02d432b340446482bdfee9187b7dce62d36414c5c6785716467a84065945f1beb5bf7cdd0bca SHA512 38f3054bc737d0ea1665cfba8283f1dd345dc2a76a08ecab74905be7a40e0641327c472fbe3311ee75fafcf326922cac96b38502ecd62b38187082409dc05fc4
-MISC metadata.xml 249 BLAKE2B f6459174941d9503eb176f65163ebe253d202989c2de4ce22e515c91f4113f727cf1a8e090ed049aafd5c78711dbc585948b1b73046824bb26602064af4e4d6f SHA512 18d5cc4fcea494dbb607de05b77ad47e32667da7a4b915b0f15d5eeb0a88874209dc656eb3d0063dccc79f3f389eecf9b4e102e340b8ac1d40c8e5f5c8830dcf
diff --git a/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild b/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild
deleted file mode 100644
index 4ce2113dce37..000000000000
--- a/www-misc/log-toolkit/log-toolkit-0.9.6-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit depend.apache
-
-DESCRIPTION="set of tools to manipulate and maintain webserver logfiles"
-HOMEPAGE="https://sourceforge.net/projects/log-toolkit/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-need_apache
diff --git a/www-misc/log-toolkit/metadata.xml b/www-misc/log-toolkit/metadata.xml
deleted file mode 100644
index 9742e94a7afe..000000000000
--- a/www-misc/log-toolkit/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">log-toolkit</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/www-misc/multisort/Manifest b/www-misc/multisort/Manifest
index 88ac89427b15..4edc2c28d052 100644
--- a/www-misc/multisort/Manifest
+++ b/www-misc/multisort/Manifest
@@ -1,3 +1,3 @@
DIST multisort-1.1.tar.gz 3520 BLAKE2B 8fcd797abb9649b21d80bd964a2f82b05f0bbf4b5b0f263b156d8b90ab36f87009199aecbf19b495e7c56415e707cd675cb7b73346a233a6a52b9b66ea223a21 SHA512 346be785a223814086536bfc8aacb11122ca91cf6cb63c8bbe2ae70f323bd36812f25575114c1422c431f658328bbb7fc75b839e74b7f37c12c4a3f179e05e1b
-EBUILD multisort-1.1-r2.ebuild 601 BLAKE2B 3c8f5f2d1aa0ffa717f3d0e4c9d9df0a1c3a601311424afb2c72d0a1ce034220e456b5333bb347a384db9898e2a2c8fc9f17e3b9cd1125e4381def8cd0fc9d3e SHA512 2054e3055d1fe1b69af55b862398a42069908562e803660d73cf28b4658825a50f67e072b054670f5d401d7923a820727e6282606776378cf025560a4aea0b7b
+EBUILD multisort-1.1-r2.ebuild 590 BLAKE2B 1e2e07b98fe8b6399f60542236247b48e6dd240294222cc806f719042ba00f919b1bcc8792754d03e903a97c25b7d883e42f57829d6b2533b7d87a6af82617ef SHA512 07ed33e621ec7a94d896e6c3c3d2cef4552cd1bb970fb43c1b29c31a86b5146b4b6b50bc34526c7da25bc223bd329b4402041f65e58e4b7c54e0678476422967
MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
diff --git a/www-misc/multisort/multisort-1.1-r2.ebuild b/www-misc/multisort/multisort-1.1-r2.ebuild
index 2e91afe31e88..35c14da6bef1 100644
--- a/www-misc/multisort/multisort-1.1-r2.ebuild
+++ b/www-misc/multisort/multisort-1.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,6 @@ SRC_URI="https://www.xach.com/${PN}/${PN}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
src_prepare() {
default
diff --git a/www-misc/profile-sync-daemon/Manifest b/www-misc/profile-sync-daemon/Manifest
index 82c16b87b099..03ab9f99f69e 100644
--- a/www-misc/profile-sync-daemon/Manifest
+++ b/www-misc/profile-sync-daemon/Manifest
@@ -4,7 +4,7 @@ DIST profile-sync-daemon-5.75.tar.gz 27829 BLAKE2B b333688af27a7373f72e72a09dd18
DIST profile-sync-daemon-6.35.tar.gz 20578 BLAKE2B f989682396f1423acf26719b74a356b0ee3933571aaf6a757620504392083d36bce278cfe9e0bb7a81dd1a95d51454c7bb039a556ce3670ce6b75b0c18e2bcea SHA512 e406d39c4edeabc8baa45320a97656791d4099cc8db84aac2cb9f72ef2ed034c82bba73d53457f4ae4201c945af106717d2d979df5a3f154e307f2e6cc41411a
DIST profile-sync-daemon-6.50.tar.gz 21464 BLAKE2B 8a16fdd102fd96acef9b777c9a4ca23a0d8b2f8e40e222acc85fe2f2a2734030b1cddd866905cb63d0b29ba7f5e0268d6f4987a88a6f7a7628b23338729802a1 SHA512 e98f3d0d4970016459560119547f6b769c4a159c0f75530124b799ed51b7f08ba384a372bb64b9f06bbb64740638059c1a2b4a061ea92589fbbdf601ed279c05
EBUILD profile-sync-daemon-5.75.ebuild 853 BLAKE2B d38982d9c5527c0654803ef47845e17905d92107ae49fa73823c052cbf85774c3d5670fe9c5e9c7d03d86c27529d9f48927861a2e0ebf51e966091b8b46da7f1 SHA512 b5c784779f283e2009ca2ad878da5c80c6b1602085059ce1fc2cce8403443ea9de2e704b116222aeac825517753ddb5dd189ffc1e7b856f54eeeb1372d9b9d6e
-EBUILD profile-sync-daemon-6.35.ebuild 818 BLAKE2B c538954d545829d030ab43ef8f3da8b7d17a29d07c4024ca128a633f91c59e72fd3c5897562ad000e2695b1cef770f2622b2fe0ab266bfb2e67d4771c2d70789 SHA512 2d401e42a17ffdbbf3564e85529a2dc90843051bf6666645b88c2ba1849ad208d2be698695e9e03088a955b6d4a4dbb3b3486f2a49f1f63c85a750acb093ed2c
+EBUILD profile-sync-daemon-6.35.ebuild 809 BLAKE2B e51198038fdd50209912eca5a5c388ae741cc566c2e841a5139311c62fcfcf490f962d4cca8966f2932fe74df045bcd9c3827731febff9da5b8666129ee29130 SHA512 1ea62fe7029cf027aca3b174f3b41117ef4e592bffc53c212bf1f323e2e7b0c21bdaff118e4b3fa2fcbb1f158416bc120a0239a9f48300850a8768d6abd3c763
EBUILD profile-sync-daemon-6.50.ebuild 805 BLAKE2B d2a83efd17040c0852325f343b08ca89e1a95b846a7d3154137c0bae70b74a7efd8acee44016d06530677f25a6040674650d0b1ba6c806259ce2a80cae7204b0 SHA512 5c8d4b4be3fdf6dc72121ff5605d89ae9c653a4b6a615b97c3160ab05e547352e62c470190ac15df961083c72b86b40c06334c9a13a27af440c60489ca57426c
EBUILD profile-sync-daemon-9999.ebuild 398 BLAKE2B 85b8e2d8a740b7b3c9e5be097cb9f0878c63dc1974812d2135213b2a1a6b173f544686f52112214a121fbc2be07009253b5e7b2d28cd58f144f9b3f8c0d496c2 SHA512 4a60904725f81153de7bf1b19ccda55fe375f0e540787acf3b60527595a9a86a2092321c39ce63717b7a9f37852ca0dda08ea470bed8db5a7b9e05a38bac107c
MISC metadata.xml 485 BLAKE2B 6f0fe0394f1faf2909006d32ffc6c392a83475b1c582eb64326c4d82de665c06259707655e87f5f2b5fba41e7f2373ca0ec49e06f6130afe0c541a6848410f33 SHA512 719713c880a0e978bf85cec0441aa822fc64229e71824d2b7f156e02b98adccf6355fd646b6e65b5088cc07d6af4892a72e69b1c3120c02992089f987e7966f8
diff --git a/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild b/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild
index 09faeb81a3a7..8872fc96f0c2 100644
--- a/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild
+++ b/www-misc/profile-sync-daemon/profile-sync-daemon-6.35.ebuild
@@ -1,17 +1,15 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Symlinks and syncs browser profile dirs to RAM"
HOMEPAGE="https://wiki.archlinux.org/index.php/Profile-sync-daemon"
-
SRC_URI="https://github.com/graysky2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64 x86"
LICENSE="MIT"
SLOT="0"
-IUSE=""
+KEYWORDS="amd64 x86"
RDEPEND="
app-shells/bash
diff --git a/www-misc/urlwatch/Manifest b/www-misc/urlwatch/Manifest
index 6807de6e27e2..1bb38d33905d 100644
--- a/www-misc/urlwatch/Manifest
+++ b/www-misc/urlwatch/Manifest
@@ -1,6 +1,4 @@
AUX urlwatch-2.28-lxml-5.patch 1520 BLAKE2B ecbf31376f8cdd1d6a68d70ea1ef4d20985a4a79c22740e66c50edf0d7039261492544526c6ed41d1515eafe0325797653ca7da40b8e2a7ae85cbc822a2b04d7 SHA512 b5ebf699069833e3cf1d1bdbddd0307f705b0391571bbfe1f80a7c6b9464216facbe87c9b5a53141ed24c71b3d210aebcce8fed636b584e357d01086de5f2a35
-DIST urlwatch-2.25.tar.gz 168241 BLAKE2B 85f76e849495f5457f43ccd37035aae84c6ae4c8649005e617a6a585bf3b73d30914f8c7a89c0fb9bb04cc07a8797d77be07807e8d7c64976355749417b39e40 SHA512 af14c5b4e11345e56e6f326c114629f1e074215d6cc66d9c642424b2a689dc80339157f1b2547fdbe7b7a13d520e2b83bf23c7477da4ae4e43d108e6452624ca
DIST urlwatch-2.28.tar.gz 306929 BLAKE2B 73fcff8c153db472c944d0c9406e0e98bf64299d5532486a08cb024339544f17d716a22d6f0807ba55c79af9dc7fef41fa8dc5a7fe79c831f3e9958e3ea8958e SHA512 21a662006dc92c0c636ef0beebc4f2ec90b82182aa0ba94a3348026c2c001b6d74198a14c198f681c8e773b640b6030b63de1a081984ea4d1bbc1e2648bc4161
-EBUILD urlwatch-2.25.ebuild 2333 BLAKE2B 9bb008754b45501ec957b2da15c24e1de7e16a03249624d2bb820e3b0e275b565d77579f4d0067e5dfa77e44b2d0b8ec47530c3e9c52a72929040b2905fad0ff SHA512 4e3c4c44a1c5bf8de1a0351e8d37ba92717fa8304466fb0836c224869b338aeff68463f68deb8ad177246979f4a720dd0de8444a0ee036ac963ed5eb3fd7e159
-EBUILD urlwatch-2.28-r1.ebuild 2068 BLAKE2B 382d1838bf12c234d36305f45c3595a25b620ad0c75a6f281b47eaf8293d1dedd437f491a2cd888ea539a3d03389ca164b8abc3d49cfca105260b0c8ab35fb54 SHA512 ce295f484f6eee587da4525cacf9c2eefd8948de4f546f4d33f7651854be726a46bedd449453f779a7c9511a5840e69a01436746255e2163d681c7443a0f0cf7
+EBUILD urlwatch-2.28-r1.ebuild 2075 BLAKE2B adc01714b6b716d94b996716e5ee09d0ffa2337deeaae112ddf6ff28c8ec780748c8a299a9ef51aa1e1782848531a2fa4e1a1a650ed07c29fef9e1a734afe674 SHA512 39c82fbaab875cde1b34c6a4a7a8c1c1f89383748789b6dc06624d418c9b767bc4584cdf96ac2ed2ba037824ca18b7f44b886751d5009b6b724a224345fb5fe7
MISC metadata.xml 429 BLAKE2B d57e7a49e9ad6a0ff190b49ea3a4b952fc7198d4194c6084eb9f25c04ede497b9f26d85286e112587bbccc545704d724c769177bac606fe9f72bcceaa696ea95 SHA512 07c77e3b4fade823134c6252c65e30eeca4800283db5300b12c84c7d7aa5d734c27363748d5f2702be506847ff53501ccd2ee3fcc312f77ca6b78c2a9c9691e1
diff --git a/www-misc/urlwatch/urlwatch-2.25.ebuild b/www-misc/urlwatch/urlwatch-2.25.ebuild
deleted file mode 100644
index f1624031129e..000000000000
--- a/www-misc/urlwatch/urlwatch-2.25.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A tool for monitoring webpages for updates"
-HOMEPAGE="
- https://thp.io/2008/urlwatch/
- https://github.com/thp/urlwatch/
- https://pypi.org/project/urlwatch/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- dev-python/appdirs[${PYTHON_USEDEP}]
- dev-python/cssselect[${PYTHON_USEDEP}]
- dev-python/keyring[${PYTHON_USEDEP}]
- dev-python/lxml[${PYTHON_USEDEP}]
- >=dev-python/minidb-2.0.6[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/docutils[${PYTHON_USEDEP}]
- dev-python/jq[${PYTHON_USEDEP}]
- )
-"
-
-DOCS=( CHANGELOG.md README.md )
-
-distutils_enable_sphinx docs/source dev-python/alabaster
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # Require the pdftotext module
- "lib/urlwatch/tests/test_filter_documentation.py::test_url[https://example.net/pdf-test.pdf]"
- "lib/urlwatch/tests/test_filter_documentation.py::test_url[https://example.net/pdf-test-password.pdf]"
- # Requires the pytesseract module
- "lib/urlwatch/tests/test_filter_documentation.py::test_url[https://example.net/ocr-test.png]"
- # Fail because of argv parsing: https://github.com/thp/urlwatch/issues/677
- "lib/urlwatch/tests/test_handler.py::test_run_watcher"
- "lib/urlwatch/tests/test_handler.py::test_number_of_tries_in_cache_is_increased"
- "lib/urlwatch/tests/test_handler.py::test_report_error_when_out_of_tries"
- "lib/urlwatch/tests/test_handler.py::test_reset_tries_to_zero_when_successful"
- # Skip code quality check
- "lib/urlwatch/tests/test_handler.py::test_pep8_conformance"
-)
-
-pkg_postinst() {
- if [[ -z "${REPLACING_VERSIONS}" ]]; then
- if ! has_version dev-python/chump; then
- elog "Install 'dev-python/chump' to enable Pushover" \
- "notifications support"
- fi
- if ! has_version dev-python/jq; then
- elog "Install 'dev-python/jq' to enable jq filtering support"
- fi
- elog "HTML parsing can be improved by installing one of the following packages"
- elog "and changing the html2text subfilter parameter:"
- elog "dev-python/beautifulsoup4"
- elog "app-text/html2text"
- elog "dev-python/html2text"
- elog "www-client/lynx"
- fi
-}
diff --git a/www-misc/urlwatch/urlwatch-2.28-r1.ebuild b/www-misc/urlwatch/urlwatch-2.28-r1.ebuild
index 6033f0d38cef..39632b3c1472 100644
--- a/www-misc/urlwatch/urlwatch-2.28-r1.ebuild
+++ b/www-misc/urlwatch/urlwatch-2.28-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]