From d746d9773ae70c92d853d3e350037d45558c12fe Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Tue, 21 Nov 2023 19:58:13 +0200 Subject: [PATCH] net-im/pantalaimon: drop 0.10.4 Signed-off-by: Alfred Wingate --- net-im/pantalaimon/Manifest | 1 - net-im/pantalaimon/pantalaimon-0.10.4.ebuild | 67 -------------------- 2 files changed, 68 deletions(-) delete mode 100644 net-im/pantalaimon/pantalaimon-0.10.4.ebuild diff --git a/net-im/pantalaimon/Manifest b/net-im/pantalaimon/Manifest index e1e5cf6..d345b8b 100644 --- a/net-im/pantalaimon/Manifest +++ b/net-im/pantalaimon/Manifest @@ -1,2 +1 @@ -DIST pantalaimon-0.10.4.tar.gz 2495386 BLAKE2B edb8c38412448b8a37c9554efe577ca7519262d030f320a090c3d4ca23c197eabccb0253c9d5154776ce263a053f7a585ffed773b53e2a8555a588e1ce4b6483 SHA512 59b3fd27d653a5dedebb9354245e7cb1864792b523cf45696035a327a5946d6ce43a5c97bef301093897265f390dca05e9b68927d8c816de494a83301b05e9bd DIST pantalaimon-0.10.5.tar.gz 2495662 BLAKE2B 3e6214e81929c3a35409075aa7f9c4d23cb822f0b5934b2b2b5382fa6459aa42884d2637b6416ce19c57874dfb1b25a46e47f2467849ae7c810aa48cb206b9d7 SHA512 8648037b49aeae9cdc10eaa83257412335267e70163d8800979a47b3c4bfa88d03a5a62272bddfdf1a77b8ea781b089512b6edae0f8ec67a36b28c1098f1d36e diff --git a/net-im/pantalaimon/pantalaimon-0.10.4.ebuild b/net-im/pantalaimon/pantalaimon-0.10.4.ebuild deleted file mode 100644 index f084488..0000000 --- a/net-im/pantalaimon/pantalaimon-0.10.4.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="A Matrix proxy daemon that adds E2E encryption capabilities" -HOMEPAGE="https://github.com/matrix-org/pantalaimon" -SRC_URI="https://github.com/matrix-org/pantalaimon/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/attrs-19.3.0[${PYTHON_USEDEP}] - >=dev-python/aiohttp-3.6[${PYTHON_USEDEP}] - =dev-python/appdirs-1.4.4[${PYTHON_USEDEP}] - >=dev-python/cachetools-3.0.0[${PYTHON_USEDEP}] - >=dev-python/click-7.1.2[${PYTHON_USEDEP}] - >=dev-python/dbus-python-1.2[${PYTHON_USEDEP}] - =dev-python/janus-0.5[${PYTHON_USEDEP}] - >=dev-python/keyring-21.2.1[${PYTHON_USEDEP}] - >=dev-python/logbook-1.5.3[${PYTHON_USEDEP}] - >=dev-python/matrix-nio-0.18[e2e(+),${PYTHON_USEDEP}] - =dev-python/notify2-0.3[${PYTHON_USEDEP}] - =dev-python/peewee-3.13.1[${PYTHON_USEDEP}] - >dev-python/prompt_toolkit-2[${PYTHON_USEDEP}] - =dev-python/pydbus-0.6[${PYTHON_USEDEP}] - =dev-python/pygobject-3.36[${PYTHON_USEDEP}] -" -# lets relax the dependency -#