summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-06 15:35:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-07 15:32:11 +0100
commitcd57f1bbd5675482b694ca91100b7eda6d14f460 (patch)
treefc4138ce9fdf6453fd3e1dc72c3c65160946742e
parentnet-im/neochat: drop 23.08.3-r2 (diff)
downloadgentoo-cd57f1bbd5675482b694ca91100b7eda6d14f460.tar.gz
gentoo-cd57f1bbd5675482b694ca91100b7eda6d14f460.tar.bz2
gentoo-cd57f1bbd5675482b694ca91100b7eda6d14f460.zip
net-im/tokodon: drop 23.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--net-im/tokodon/Manifest1
-rw-r--r--net-im/tokodon/tokodon-23.08.3.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/net-im/tokodon/Manifest b/net-im/tokodon/Manifest
index 78a035ee788e..2374d36f1f42 100644
--- a/net-im/tokodon/Manifest
+++ b/net-im/tokodon/Manifest
@@ -1,2 +1 @@
-DIST tokodon-23.08.3.tar.xz 328772 BLAKE2B aaf3e4491a3fddce97abe4b8871d27165f4511db2857faa95b247fc5cf471447604ac3c398e18d7749f3d9b6730f49c86b22952062229077725bf981d7877cb2 SHA512 f43160bb200b9b36a70e199c06507fbb0e64fb170a82354d6b84480dbb900c0d35284f246f22cfc4698f3a96b07b195355df4a0b0a4c8d98e2df4f8aea13f680
DIST tokodon-23.08.4.tar.xz 333940 BLAKE2B 9fbb1cc4be7d8ef919de33e64bc9c5fa0d768a202af034ba7cda8f4bd1a300b27f13e6da67d9b204cfc01a0e69f6b56fd588c1f11dcfd58154b096b734739e30 SHA512 b7b2eef7b5e76d9f8e7d003af2c8a19531585a91820821c419d622f5029a4bc55d056e0d269ee41a27959e6a9b578da493afaa38bbdedb1b4156b8640f9efd06
diff --git a/net-im/tokodon/tokodon-23.08.3.ebuild b/net-im/tokodon/tokodon-23.08.3.ebuild
deleted file mode 100644
index 01703145f13b..000000000000
--- a/net-im/tokodon/tokodon-23.08.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Mastodon client for Plasma and Plasma Mobile"
-HOMEPAGE="https://apps.kde.org/tokodon/"
-
-LICENSE="CC-BY-SA-4.0 GPL-2+ GPL-3+ || ( LGPL-2.1+ LGPL-3+ ) MIT"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-
-DEPEND="
- >=dev-libs/kirigami-addons-0.10.0:5
- media-video/mpv:=[libmpv]
- dev-libs/qtkeychain:=[qt5(+)]
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwebsockets-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/breeze-icons-${KFMIN}:*
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
- >=kde-frameworks/sonnet-${KFMIN}:5[qml]
-"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"