From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AA97158094 for ; Tue, 19 Jul 2022 15:39:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AA3EE0BCF; Tue, 19 Jul 2022 15:39:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 589AAE0BC7 for ; Tue, 19 Jul 2022 15:39:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76B08340EEC for ; Tue, 19 Jul 2022 15:39:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0115455A for ; Tue, 19 Jul 2022 15:39:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1658245116.290bfe8d1a389dec3da10807f4531beb5f5447fe.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/neochat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/neochat/neochat-22.06.ebuild X-VCS-Directories: net-im/neochat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 290bfe8d1a389dec3da10807f4531beb5f5447fe X-VCS-Branch: master Date: Tue, 19 Jul 2022 15:39:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4ccd1f35-1f93-4e7d-a503-995c5f498ec3 X-Archives-Hash: 63975d3b599d664b0396b41f6aa79b06 commit: 290bfe8d1a389dec3da10807f4531beb5f5447fe Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 11 13:55:34 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 19 15:38:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=290bfe8d net-im/neochat: Switch to plasma-mobile.kde.org This is a bit of an oddball, as the repository is within "network" group. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/neochat/neochat-22.06.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/neochat/neochat-22.06.ebuild b/net-im/neochat/neochat-22.06.ebuild index 76ab2e137c10..82c85a0163c7 100644 --- a/net-im/neochat/neochat-22.06.ebuild +++ b/net-im/neochat/neochat-22.06.ebuild @@ -3,15 +3,15 @@ EAPI=8 +KDE_ORG_CATEGORY=network KFMIN=5.96.0 QTMIN=5.15.5 -inherit ecm kde.org +inherit ecm plasma-mobile.kde.org DESCRIPTION="Client for Matrix, the decentralized communication protocol" HOMEPAGE="https://apps.kde.org/neochat/" if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/plasma-mobile/${PV}/${P}.tar.xz" KEYWORDS="~amd64" fi