summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-06-08 13:00:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-06-08 13:37:03 +0200
commit7e40b84016e3016a656e3f151fbc7eef860af284 (patch)
tree71b4ac248ca4e6a7de849706237b4d2ffc34e4c4
parentnet-im/neochat: drop 23.04.1 (diff)
downloadgentoo-7e40b84016e3016a656e3f151fbc7eef860af284.tar.gz
gentoo-7e40b84016e3016a656e3f151fbc7eef860af284.tar.bz2
gentoo-7e40b84016e3016a656e3f151fbc7eef860af284.zip
net-im/tokodon: drop 23.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--net-im/tokodon/Manifest1
-rw-r--r--net-im/tokodon/files/tokodon-23.04.0-tokodon-not-neochat.patch47
-rw-r--r--net-im/tokodon/tokodon-23.04.1.ebuild50
3 files changed, 0 insertions, 98 deletions
diff --git a/net-im/tokodon/Manifest b/net-im/tokodon/Manifest
index 52962baf5fe6..23361d1bd179 100644
--- a/net-im/tokodon/Manifest
+++ b/net-im/tokodon/Manifest
@@ -1,2 +1 @@
-DIST tokodon-23.04.1.tar.xz 233048 BLAKE2B c6e9f0652ac9920339fe70119c03eaf08143c42546338966875151b7c95e52952bfb1fdb7192befa928ec912b4f0b21481cced9f2a787de1b42b9dff1ec610aa SHA512 693783f9a27b9370fe892310680797a46c1a894a718122ae64cb479f15ed3293981adfd83255608e52ec03a25befa76b0cfbd36722d6afb97662880cdfbe3bfd
DIST tokodon-23.04.2.tar.xz 233084 BLAKE2B ab32b4bdc649f0175001173e715bdb5a171d078332109074eeef043d9874c244ed63cb1c6aea6d0bce5c24e85742401b66db7031a77a8a97ce43da2f760c8f86 SHA512 a867b19788a84dfd5eded1170050d944120a928156b1df1dcafeda7377c7b90efc0625cf47477d9181a697d3c1e67ea098a98dfa4f7ada8a5b2ba56b9b4747a4
diff --git a/net-im/tokodon/files/tokodon-23.04.0-tokodon-not-neochat.patch b/net-im/tokodon/files/tokodon-23.04.0-tokodon-not-neochat.patch
deleted file mode 100644
index e9ec12d64a99..000000000000
--- a/net-im/tokodon/files/tokodon-23.04.0-tokodon-not-neochat.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From bc361013894ebd1a56f3d9b64da2da730e9487ca Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Thu, 20 Apr 2023 20:08:45 +0200
-Subject: [PATCH] Fix obvious copy/paste mistakes
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- src/abstractaccount.cpp | 4 ++--
- src/networkcontroller.cpp | 2 +-
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/abstractaccount.cpp b/src/abstractaccount.cpp
-index b3f75444..5fb4d458 100644
---- a/src/abstractaccount.cpp
-+++ b/src/abstractaccount.cpp
-@@ -175,7 +175,7 @@ void AbstractAccount::setInstanceUri(const QString &instance_uri)
- instance_url.setScheme("https"); // getting token from http is not supported
-
- m_instance_uri = instance_url.toString();
-- registerApplication("Tokodon", "https://app.kde.org/neochat");
-+ registerApplication("Tokodon", "https://apps.kde.org/tokodon");
- }
-
- QString AbstractAccount::instanceUri() const
-@@ -488,4 +488,4 @@ bool AbstractAccount::isRegistered() const
- QString AbstractAccount::settingsGroupName() const
- {
- return m_name + QLatin1Char('@') + QUrl(m_instance_uri).host();
--}
-\ No newline at end of file
-+}
-diff --git a/src/networkcontroller.cpp b/src/networkcontroller.cpp
-index 677e45c1..58a43cbb 100644
---- a/src/networkcontroller.cpp
-+++ b/src/networkcontroller.cpp
-@@ -33,7 +33,7 @@ void NetworkController::setApplicationProxy()
- Config *cfg = Config::self();
- QNetworkProxy proxy;
-
-- // type match to ProxyType from neochatconfig.kcfg
-+ // type match to ProxyType from config.kcfg
- switch (cfg->proxyType()) {
- case 1: // HTTP
- proxy.setType(QNetworkProxy::HttpProxy);
---
-GitLab
-
diff --git a/net-im/tokodon/tokodon-23.04.1.ebuild b/net-im/tokodon/tokodon-23.04.1.ebuild
deleted file mode 100644
index e11e41db902a..000000000000
--- a/net-im/tokodon/tokodon-23.04.1.ebuild
+++ /dev/null
@@ -1,50 +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.104.0
-QTMIN=5.15.5
-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.7.2:5
- dev-libs/qtkeychain:=[qt5(+)]
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtmultimedia-${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/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"
-
-PATCHES=( "${FILESDIR}/${PN}-23.04.0-tokodon-not-neochat.patch" ) # git master
-
-src_test() {
- local -x QT_QPA_PLATFORM=offscreen
- ecm_src_test
-}