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 6E0F5158020 for ; Wed, 21 Dec 2022 23:19:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AFD3E07FE; Wed, 21 Dec 2022 23:19:43 +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 41CF9E07FE for ; Wed, 21 Dec 2022 23:19:43 +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 5CCFC3412BF for ; Wed, 21 Dec 2022 23:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECAA27E7 for ; Wed, 21 Dec 2022 23:19:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671664776.539d1e45f6625dcba1ebcf4a47b4067991a99006.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spdlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/spdlog/spdlog-1.10.0.ebuild dev-libs/spdlog/spdlog-1.11.0.ebuild dev-libs/spdlog/spdlog-9999.ebuild X-VCS-Directories: dev-libs/spdlog/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 539d1e45f6625dcba1ebcf4a47b4067991a99006 X-VCS-Branch: master Date: Wed, 21 Dec 2022 23:19:40 +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: 47ebbf22-a1af-4732-824b-2810c8423f56 X-Archives-Hash: 2c46e91719a4d4f50722703fc361deee commit: 539d1e45f6625dcba1ebcf4a47b4067991a99006 Author: Sam James gentoo org> AuthorDate: Wed Dec 21 23:13:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 21 23:19:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=539d1e45 dev-libs/spdlog: update DESCRIPTION to be not-misleading README says "Very fast, header-only/compiled, C++ logging library." and it indeed installs a dynamic library. Signed-off-by: Sam James gentoo.org> dev-libs/spdlog/spdlog-1.10.0.ebuild | 2 +- dev-libs/spdlog/spdlog-1.11.0.ebuild | 2 +- dev-libs/spdlog/spdlog-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/spdlog/spdlog-1.10.0.ebuild b/dev-libs/spdlog/spdlog-1.10.0.ebuild index 5b255d81d0bd..896f8a475926 100644 --- a/dev-libs/spdlog/spdlog-1.10.0.ebuild +++ b/dev-libs/spdlog/spdlog-1.10.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit cmake -DESCRIPTION="Very fast, header only, C++ logging library" +DESCRIPTION="Fast C++ logging library" HOMEPAGE="https://github.com/gabime/spdlog" if [[ ${PV} == *9999 ]]; then diff --git a/dev-libs/spdlog/spdlog-1.11.0.ebuild b/dev-libs/spdlog/spdlog-1.11.0.ebuild index 63858c13d0f8..d61d98191cd7 100644 --- a/dev-libs/spdlog/spdlog-1.11.0.ebuild +++ b/dev-libs/spdlog/spdlog-1.11.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake -DESCRIPTION="Very fast, header only, C++ logging library" +DESCRIPTION="Fast C++ logging library" HOMEPAGE="https://github.com/gabime/spdlog" if [[ ${PV} == *9999 ]]; then diff --git a/dev-libs/spdlog/spdlog-9999.ebuild b/dev-libs/spdlog/spdlog-9999.ebuild index 63858c13d0f8..d61d98191cd7 100644 --- a/dev-libs/spdlog/spdlog-9999.ebuild +++ b/dev-libs/spdlog/spdlog-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake -DESCRIPTION="Very fast, header only, C++ logging library" +DESCRIPTION="Fast C++ logging library" HOMEPAGE="https://github.com/gabime/spdlog" if [[ ${PV} == *9999 ]]; then