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 72E28158094 for ; Fri, 9 Sep 2022 20:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BB10E0896; Fri, 9 Sep 2022 20:20:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71BCEE0896 for ; Fri, 9 Sep 2022 20:20:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65065340FD1 for ; Fri, 9 Sep 2022 20:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A029D5A4 for ; Fri, 9 Sep 2022 20:20:17 +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: <1662754371.8e76585d0956c3756b7aab915e67069371989926.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/mtxclient/mtxclient-0.8.0.ebuild dev-libs/mtxclient/mtxclient-0.8.1.ebuild dev-libs/mtxclient/mtxclient-0.8.2.ebuild X-VCS-Directories: dev-libs/mtxclient/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 8e76585d0956c3756b7aab915e67069371989926 X-VCS-Branch: dev Date: Fri, 9 Sep 2022 20:20:17 +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: b5db514b-20a0-4ec3-853f-46f999c2439d X-Archives-Hash: 85d4e5737e749dd4679155b40e8b3a5a Message-ID: <20220909202017.7C2wO2VIPrYA2u7PrOavSL0IrkUvM2LZcWBNJTizMfc@z> commit: 8e76585d0956c3756b7aab915e67069371989926 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Fri Sep 9 20:12:51 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Fri Sep 9 20:12:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e76585d dev-libs/mtxclient: update DESCRIPTION Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> dev-libs/mtxclient/mtxclient-0.8.0.ebuild | 2 +- dev-libs/mtxclient/mtxclient-0.8.1.ebuild | 2 +- dev-libs/mtxclient/mtxclient-0.8.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild index a3e74c2c7..c645c787e 100644 --- a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild +++ b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake flag-o-matic -DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio" +DESCRIPTION="Client API library for Matrix, built on top of libcurl" HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient" SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-libs/mtxclient/mtxclient-0.8.1.ebuild b/dev-libs/mtxclient/mtxclient-0.8.1.ebuild index f5c71567f..f6a9be71e 100644 --- a/dev-libs/mtxclient/mtxclient-0.8.1.ebuild +++ b/dev-libs/mtxclient/mtxclient-0.8.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake flag-o-matic -DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio" +DESCRIPTION="Client API library for Matrix, built on top of libcurl" HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient" SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-libs/mtxclient/mtxclient-0.8.2.ebuild b/dev-libs/mtxclient/mtxclient-0.8.2.ebuild index f5c71567f..f6a9be71e 100644 --- a/dev-libs/mtxclient/mtxclient-0.8.2.ebuild +++ b/dev-libs/mtxclient/mtxclient-0.8.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake flag-o-matic -DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio" +DESCRIPTION="Client API library for Matrix, built on top of libcurl" HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient" SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"