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 6BB8C158086 for ; Mon, 6 Dec 2021 07:19:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D674E079E; Mon, 6 Dec 2021 07:19:40 +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 64CEFE079E for ; Mon, 6 Dec 2021 07:19:40 +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 360FD342DEC for ; Mon, 6 Dec 2021 07:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C845710C for ; Mon, 6 Dec 2021 07:19:37 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1638774951.d4d334d881c5abe306b182a9e8ce55bff32619af.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/nheko/nheko-0.9.0-r1.ebuild net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild X-VCS-Directories: net-im/nheko/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: d4d334d881c5abe306b182a9e8ce55bff32619af X-VCS-Branch: dev Date: Mon, 6 Dec 2021 07:19:37 +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: 88a99b89-116d-493a-a2e5-fe023ff9c0a3 X-Archives-Hash: 8fd4c5bff00cb103db8a99c9f79a59e4 commit: d4d334d881c5abe306b182a9e8ce55bff32619af Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Mon Dec 6 07:15:51 2021 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Mon Dec 6 07:15:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4d334d8 net-im/nheko: Fix DESCRIPTION. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-im/nheko/nheko-0.9.0-r1.ebuild | 2 +- net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/nheko/nheko-0.9.0-r1.ebuild b/net-im/nheko/nheko-0.9.0-r1.ebuild index 5116dd7c8..647134952 100644 --- a/net-im/nheko/nheko-0.9.0-r1.ebuild +++ b/net-im/nheko/nheko-0.9.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake optfeature xdg -DESCRIPTION="Desktop client for Matrix using Qt and C++14" +DESCRIPTION="Native desktop client for Matrix using Qt" HOMEPAGE="https://github.com/Nheko-Reborn/nheko" SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild b/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild index 4c12e58e2..26dc81426 100644 --- a/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild +++ b/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit cmake xdg MY_COMMIT="c43c2bd4b9481f761e9f1b16453f0e7f5b1beabe" -DESCRIPTION="Desktop client for Matrix using Qt and C++14" +DESCRIPTION="Native desktop client for Matrix using Qt" HOMEPAGE="https://github.com/Nheko-Reborn/nheko" SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_COMMIT}"