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 A4EBD15811D for ; Mon, 3 Jul 2023 22:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2620E07F2; Mon, 3 Jul 2023 22:00:34 +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 B6004E07F2 for ; Mon, 3 Jul 2023 22:00:34 +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 9D43A340AEC for ; Mon, 3 Jul 2023 22:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03801ABF for ; Mon, 3 Jul 2023 22:00:32 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688421605.4b114d006924efc182424f0b0b798f54751c636c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/scitokens-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1-r1.ebuild dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild X-VCS-Directories: dev-cpp/scitokens-cpp/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 4b114d006924efc182424f0b0b798f54751c636c X-VCS-Branch: master Date: Mon, 3 Jul 2023 22:00:32 +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: 06659fed-ce03-47ed-9554-e156f0f5b838 X-Archives-Hash: 846533077236a21f92d3a684b1abbeb4 commit: 4b114d006924efc182424f0b0b798f54751c636c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jul 2 20:56:08 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 3 22:00:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b114d00 dev-cpp/scitokens-cpp: remove leading space in DESCRIPTION Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31719 Signed-off-by: Conrad Kostecki gentoo.org> dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1-r1.ebuild | 2 +- dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild | 2 +- dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1-r1.ebuild b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1-r1.ebuild index a2415f536fdd..8f7d8ed53bee 100644 --- a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1-r1.ebuild +++ b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1-r1.ebuild @@ -13,7 +13,7 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION=" A C++ implementation of the SciTokens library with a C library interface" +DESCRIPTION="C++ implementation of the SciTokens library with a C library interface" HOMEPAGE="https://scitokens.org/" LICENSE="Apache-2.0" diff --git a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild index e6a43dfceee1..e78e7a103c72 100644 --- a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild +++ b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cmake -DESCRIPTION="A C++ implementation of the SciTokens library with a C library interface" +DESCRIPTION="C++ implementation of the SciTokens library with a C library interface" HOMEPAGE="https://github.com/scitokens/scitokens-cpp" SRC_URI="https://github.com/scitokens/scitokens-cpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild index a2415f536fdd..8f7d8ed53bee 100644 --- a/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild +++ b/dev-cpp/scitokens-cpp/scitokens-cpp-1.0.2-r1.ebuild @@ -13,7 +13,7 @@ else KEYWORDS="~amd64 ~x86" fi -DESCRIPTION=" A C++ implementation of the SciTokens library with a C library interface" +DESCRIPTION="C++ implementation of the SciTokens library with a C library interface" HOMEPAGE="https://scitokens.org/" LICENSE="Apache-2.0"