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 F137C158094 for ; Tue, 12 Jul 2022 20:19:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 317D3E0D91; Tue, 12 Jul 2022 20:19:15 +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 E2ACAE0D91 for ; Tue, 12 Jul 2022 20:19:14 +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 F3755340FE0 for ; Tue, 12 Jul 2022 20:19:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A5D2500 for ; Tue, 12 Jul 2022 20:19:12 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1657657093.0ac0326c98a8657a98f21ce032d8f6567295cd6f.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cccc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cccc/cccc-3.1.6-r1.ebuild dev-util/cccc/metadata.xml X-VCS-Directories: dev-util/cccc/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: 0ac0326c98a8657a98f21ce032d8f6567295cd6f X-VCS-Branch: master Date: Tue, 12 Jul 2022 20:19:12 +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: 60a9b8b5-e3a8-4d0d-9b4d-8887f9975413 X-Archives-Hash: c6469bcfca28e115ee7c9cdfd98fa1e4 commit: 0ac0326c98a8657a98f21ce032d8f6567295cd6f Author: Steve Arnold gentoo org> AuthorDate: Tue Jul 12 20:18:13 2022 +0000 Commit: Steve Arnold gentoo org> CommitDate: Tue Jul 12 20:18:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac0326c dev-util/cccc: stabilize 3.1.6-r1 for amd64 Signed-off-by: Steve Arnold gentoo.org> dev-util/cccc/cccc-3.1.6-r1.ebuild | 2 +- dev-util/cccc/metadata.xml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-util/cccc/cccc-3.1.6-r1.ebuild b/dev-util/cccc/cccc-3.1.6-r1.ebuild index 17d9b4e8f1b9..2cef70b6152c 100644 --- a/dev-util/cccc/cccc-3.1.6-r1.ebuild +++ b/dev-util/cccc/cccc-3.1.6-r1.ebuild @@ -17,7 +17,7 @@ fi LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="apidoc debug doc mfc" BDEPEND="apidoc? ( app-doc/doxygen[dot] )" diff --git a/dev-util/cccc/metadata.xml b/dev-util/cccc/metadata.xml index e288ca6f7ed3..ed3b18e795a0 100644 --- a/dev-util/cccc/metadata.xml +++ b/dev-util/cccc/metadata.xml @@ -1,10 +1,13 @@ - + + nerdboy@gentoo.org + Steve Arnold + cccc provides source code metrics (line counts, complexity, - object-oriented, and structural metrics) for Java and C++ + object-oriented, and structural metrics) for Java, C, and C++ sarnold/cccc