From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/tokodon/
Date: Sun, 09 Feb 2025 16:49:35 +0000 (UTC) [thread overview]
Message-ID: <1739119686.2aa6a1f206bc22be235f39bc6f6b6733875587bb.asturm@gentoo> (raw)
commit: 2aa6a1f206bc22be235f39bc6f6b6733875587bb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 16:02:17 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:48:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa6a1f2
net-im/tokodon: drop 24.12.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-im/tokodon/Manifest | 1 -
net-im/tokodon/tokodon-24.12.1.ebuild | 58 -----------------------------------
2 files changed, 59 deletions(-)
diff --git a/net-im/tokodon/Manifest b/net-im/tokodon/Manifest
index 6be12f3fbc8d..76e728f220ae 100644
--- a/net-im/tokodon/Manifest
+++ b/net-im/tokodon/Manifest
@@ -1,3 +1,2 @@
DIST tokodon-24.08.3.tar.xz 581996 BLAKE2B 5f155b7445239eb4854fc37f66c1550ca9eef0ea94815aa37fc3aa22c0e175a8a2aebcd009e3e32b8e17596b06d0e9e22f7e081282cffb2ce2a8e0f7bf5282e0 SHA512 9a798aa957a87f0fae984da59d859d92888e937fbe54eb1ea474a5ff363df4cfbbb1026891a159c100257e9793d59e267247e3380cdb8c44d78fa32edffd235f
-DIST tokodon-24.12.1.tar.xz 658232 BLAKE2B 62ae0e783f30133a19225c512ce1e96c9bb4b73f61a434a5e556d97c50550db9ac655c48f860082286d2ce90c8b11b9e1a51def5e99a65096ea28be61bfa29c6 SHA512 38a5e76b537a359bd40223c75501bf651258d7ec28f20921c9f9430f8bda2f30347780f49f19c60ac885f64ba50128df0feaa9d5d6b956d0b8922d7d3fdce493
DIST tokodon-24.12.2.tar.xz 666568 BLAKE2B a3020c05b6a9b4f31023b337bf41153cb33850f764ded50621d0476fa8132e9cf54e8158bc2e29e9fae710bc76c5886dd25ce788d545af6cfc8e426930f2efd0 SHA512 75b58fc2162f836aeaf8a9df77bf75b1a97123fafe19116190fc07d230bad489ffe2c3f7e56ab25340d9a060ef7d2ef2c6aea8213d5fcb9b91bf661befd34fe6
diff --git a/net-im/tokodon/tokodon-24.12.1.ebuild b/net-im/tokodon/tokodon-24.12.1.ebuild
deleted file mode 100644
index 422eb8482946..000000000000
--- a/net-im/tokodon/tokodon-24.12.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=6.7.0
-QTMIN=6.7.2
-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"
-IUSE="+mpv webengine"
-
-# TODO: Add kunifiedpush support once packaged (cd01eb31d1ec298d4c1e10d25a0781d799161bfc)
-DEPEND="
- >=dev-libs/kirigami-addons-1.1.0:6
- >=dev-libs/qtkeychain-0.14.2:=[qt6(+)]
- >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=dev-qt/qtsvg-${QTMIN}:6
- >=dev-qt/qtwebsockets-${QTMIN}:6
- >=kde-frameworks/breeze-icons-${KFMIN}:*
- >=kde-frameworks/kcolorscheme-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6[qml]
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
- >=kde-frameworks/purpose-${KFMIN}:6
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
- mpv? ( media-libs/mpvqt )
- !mpv? ( >=dev-qt/qtmultimedia-${QTMIN}:6[qml] )
- webengine? ( >=dev-qt/qtwebview-${QTMIN}:6 )
-"
-RDEPEND="${DEPEND}
- >=kde-frameworks/kitemmodels-${KFMIN}:6
- >=kde-frameworks/sonnet-${KFMIN}:6[qml]
-"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
- local mycmakeargs=(
- -DUSE_QTMULTIMEDIA=$(usex !mpv)
- $(cmake_use_find_package webengine Qt6WebView) # "only makes sense on mobile"
- )
-
- ecm_src_configure
-}
next reply other threads:[~2025-02-09 16:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-09 16:49 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-25 5:49 [gentoo-commits] repo/gentoo:master commit in: net-im/tokodon/ Arthur Zamarin
2024-10-12 18:16 Arthur Zamarin
2024-09-02 14:50 Andreas Sturmlechner
2024-07-12 17:40 Andreas Sturmlechner
2024-07-05 13:30 Andreas Sturmlechner
2024-07-05 13:30 Andreas Sturmlechner
2024-06-17 18:04 Andreas Sturmlechner
2024-06-17 18:04 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29 7:05 Arthur Zamarin
2023-11-26 23:29 Andreas Sturmlechner
2023-04-22 9:13 Andreas Sturmlechner
2023-04-20 21:40 Sam James
2023-04-20 21:27 Sam James
2023-04-20 21:27 Sam James
2023-04-16 19:54 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1739119686.2aa6a1f206bc22be235f39bc6f6b6733875587bb.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox