diff --git a/net-im/matrix-commander/Manifest b/net-im/matrix-commander/Manifest index 253a337..8db56d7 100644 --- a/net-im/matrix-commander/Manifest +++ b/net-im/matrix-commander/Manifest @@ -1,3 +1,2 @@ -DIST matrix-commander-7.6.3.gh.tar.gz 1828568 BLAKE2B 74948aab7f5c32dc8aee609fca417ddc7a1a2e66abe6ed267f4563c385b0430ed39b4334a8c891cf94c0ac749449b26e09681865f480c7714229b97de33cd608 SHA512 699c28bdc37bd972771a1ad7e389a27201a403d17f7a39d6567e7be8070de67527d117dc65b031532f4faeca00df067a63e5a8b1e38c39f0c672660e98164d40 DIST matrix-commander-7.7.0.gh.tar.gz 1847818 BLAKE2B 9965f6f13ffa2047ea6acfe736356f483651fb3ae7d9a0c966085b744425bbe575a8b000e18e28cf2de4bb03854829513641dad5989038f383cffa888591b56d SHA512 a899ebd8105092a71a556c20a80f978ee46459c45c31bb2b7f2b3bede225affc6d40438ae7d3db13c618b17da1785b4332e1777f282b93c6e3273a3227b8e474 DIST matrix-commander-7.7.1.gh.tar.gz 1847850 BLAKE2B 5253b2d0cace78b68ba11f41e6263afa107e7a37d79047894f43c1deb9dee7951b7d6c180f078923112f9cc7363c914cda4ec53008cc6cd52b4463ff91e2b064 SHA512 b3b86675de9966a7a9d5ad0efb19a255a5508d2932784a906b75a1cf9fc49b49551612eb1c014b38159598b0d8e4ffa841be82ecd00df363da75b6e535ebae5f diff --git a/net-im/matrix-commander/matrix-commander-7.6.3.ebuild b/net-im/matrix-commander/matrix-commander-7.6.3.ebuild deleted file mode 100644 index a02d413..0000000 --- a/net-im/matrix-commander/matrix-commander-7.6.3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 bash-completion-r1 - -DESCRIPTION="Simple but convenient CLI-based Matrix client app for sending and receiving" -HOMEPAGE="https://github.com/8go/matrix-commander" -SRC_URI="https://github.com/8go/matrix-commander/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -# Tests are a bunch shell scripts and lone python script -# Not gonna bother as they require testing against a running matrix server -RESTRICT="test" - -RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/aiofiles-0.6.0[${PYTHON_USEDEP}] - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/async-timeout[${PYTHON_USEDEP}] - dev-python/emoji[${PYTHON_USEDEP}] - dev-python/markdown[${PYTHON_USEDEP}] - >=dev-python/matrix-nio-0.14.1[e2e(+),${PYTHON_USEDEP}] - dev-python/notify2[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/python-magic[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - ') -" - -src_prepare() { - eapply_user - - sed -i -e 's/matrix-commander.py/matrix-commander/' auto-completion/bash/matrix-commander.bash || die -} - -src_install() { - distutils-r1_src_install - - newbashcomp auto-completion/bash/matrix-commander.bash matrix-commander -}