commit: 26c4a83c441b9f82b81ef877acf282b81b5c577a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 14 22:37:27 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jan 14 22:38:01 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c4a83c
net-misc/electrum-ltc: treeclean Closes: https://bugs.gentoo.org/959826 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-misc/electrum-ltc/Manifest | 1 - net-misc/electrum-ltc/electrum-ltc-4.2.2.1.ebuild | 91 ----------------------- net-misc/electrum-ltc/metadata.xml | 15 ---- profiles/features/wd40/package.mask | 1 - profiles/package.mask | 5 -- 5 files changed, 113 deletions(-) diff --git a/net-misc/electrum-ltc/Manifest b/net-misc/electrum-ltc/Manifest deleted file mode 100644 index 37e653f60e61..000000000000 --- a/net-misc/electrum-ltc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST electrum-ltc-4.2.2.1.tar.gz 5109859 BLAKE2B b3327f6bcf23b5caca6196e380e62f154a9f56a5b636a8d0cc49e08ed0ab5a05b4b1a81d9869b92125526339924ccb9b555a704eb7fa98bce59eac6088c7ebfe SHA512 1ac44a29cd0db7de9570e339892ff42bd72abbe3eeb9f8106eda7be67dbb492cc830881d52f915ffde776892d461f9cff1b88a9ee20bf3c64139c407118e4eb9 diff --git a/net-misc/electrum-ltc/electrum-ltc-4.2.2.1.ebuild b/net-misc/electrum-ltc/electrum-ltc-4.2.2.1.ebuild deleted file mode 100644 index 80f4379be020..000000000000 --- a/net-misc/electrum-ltc/electrum-ltc-4.2.2.1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) -PYTHON_REQ_USE="ncurses?" - -inherit distutils-r1 xdg-utils desktop - -DESCRIPTION="User friendly Litecoin client" -HOMEPAGE="https://electrum-ltc.org/" -SRC_URI="https://github.com/pooler/electrum-ltc/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="cli ncurses qrcode +qt5" -REQUIRED_USE="|| ( cli ncurses qt5 )" - -RDEPEND=" - ${PYTHON_DEPS} - dev-libs/libsecp256k1 - dev-python/scrypt[${PYTHON_USEDEP}] - >=dev-python/aiohttp-socks-0.3[${PYTHON_USEDEP}] - =dev-python/aiorpcx-0.22*[${PYTHON_USEDEP}] - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}] - dev-python/bitstring[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - >=dev-python/dnspython-2[${PYTHON_USEDEP}] - dev-python/pbkdf2[${PYTHON_USEDEP}] - dev-python/pysocks[${PYTHON_USEDEP}] - dev-python/qrcode[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - >=dev-python/protobuf-3.12[${PYTHON_USEDEP}] - qrcode? ( media-gfx/zbar[v4l] ) - qt5? ( - dev-python/pyqt5[gui,widgets,${PYTHON_USEDEP}] - ) - ncurses? ( $(python_gen_impl_dep 'ncurses') ) -" -BDEPEND=" - test? ( - dev-python/pyaes[${PYTHON_USEDEP}] - dev-python/pycryptodome[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - # use backwards-compatible cryptodome API - sed -i -e 's:Cryptodome:Crypto:' electrum_ltc/crypto.py || die - - # make qdarkstyle dep optional - sed -i -e '/qdarkstyle/d' contrib/requirements/requirements.txt || die - - local bestgui - if use qt5; then - bestgui=qt - elif use ncurses; then - bestgui=text - else - bestgui=stdio - fi - - eapply_user - - xdg_environment_reset - distutils-r1_src_prepare -} - -src_install() { - dodoc RELEASE-NOTES - distutils-r1_src_install - domenu electrum-ltc.desktop - doicon electrum_ltc/gui/icons/electrum-ltc.png -} - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -} diff --git a/net-misc/electrum-ltc/metadata.xml b/net-misc/electrum-ltc/metadata.xml deleted file mode 100644 index ba01051095fc..000000000000 --- a/net-misc/electrum-ltc/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Zac Medico</name> - </maintainer> - <use> - <flag name="cli">Enables the CLI interface</flag> - <flag name="qrcode">Enable QR code scanning with <pkg>media-gfx/zbar</pkg></flag> - </use> - <upstream> - <remote-id type="github">pooler/electrum-ltc</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 627076ed1c88..c579ed354311 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -426,7 +426,6 @@ net-dns/pdns-recursor net-im/gajim >=net-irc/polari-3.37 net-libs/quiche -net-misc/electrum-ltc net-misc/streamlink net-news/newsboat net-p2p/deluge diff --git a/profiles/package.mask b/profiles/package.mask index 7cb87acce7c8..62b8ad63ee5f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -135,11 +135,6 @@ www-client/seamonkey ~dev-python/python-tests-3.14.2 ~dev-python/python-tests-0.3.14.2 -# Andreas Sturmlechner <[email protected]> (2025-12-15) -# Last release depends on Qt5, upstream appears dormant. Bug #959826 -# Removal on 2026-01-15 -net-misc/electrum-ltc - # Andreas Sturmlechner <[email protected]> (2025-12-14) # Still depends on Qt5 with no upstream porting activity. Bug #960220 # Removal on 2026-01-15
