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 607AE158041 for ; Wed, 27 Mar 2024 11:35:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97D4C2BC019; Wed, 27 Mar 2024 11:35:05 +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 6E8BD2BC019 for ; Wed, 27 Mar 2024 11:35:05 +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 5D0B0335C34 for ; Wed, 27 Mar 2024 11:35:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94D6115C7 for ; Wed, 27 Mar 2024 11:35:02 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1711539293.dade4c316607ac87f0ee7182f99aa8d787a36b82.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bugbite-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild X-VCS-Directories: dev-util/bugbite-cli/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: dade4c316607ac87f0ee7182f99aa8d787a36b82 X-VCS-Branch: master Date: Wed, 27 Mar 2024 11:35:02 +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: 875cd630-6f0a-4166-af32-17c98419860a X-Archives-Hash: 618a40e60369122425eea8307469bc8b commit: dade4c316607ac87f0ee7182f99aa8d787a36b82 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Mar 27 11:34:53 2024 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Mar 27 11:34:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dade4c31 dev-util/bugbite-cli: fix description Signed-off-by: Agostino Sarubbo gentoo.org> dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild b/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild index 099ef2d886e3..897557d9ca73 100644 --- a/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild +++ b/dev-util/bugbite-cli/bugbite-cli-0.0.7.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit cargo edo shell-completion -DESCRIPTION="library for bug, issue, and ticket mangling" +DESCRIPTION="A command line tool for bug, issue, and ticket mangling" HOMEPAGE="https://github.com/radhermit/bugbite" SRC_URI="https://github.com/radhermit/bugbite/releases/download/${P}/${P}.tar.xz" LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"