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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D2F6013835A for ; Fri, 4 Dec 2020 05:53:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8303E0929; Fri, 4 Dec 2020 05:53:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A48DAE0923 for ; Fri, 4 Dec 2020 05:53:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BD6E340FD5 for ; Fri, 4 Dec 2020 05:53:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDD463FB for ; Fri, 4 Dec 2020 05:53:28 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1607061189.039278a0f43bd68d6b33ea8a8363b9bd6b57a8ec.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cloc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cloc/Manifest dev-util/cloc/cloc-1.86.ebuild dev-util/cloc/metadata.xml X-VCS-Directories: dev-util/cloc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 039278a0f43bd68d6b33ea8a8363b9bd6b57a8ec X-VCS-Branch: master Date: Fri, 4 Dec 2020 05:53:28 +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: da983bce-4fa7-478e-b1fb-e0900b2ad57f X-Archives-Hash: 5732532bdea5f374da424b57b466d377 commit: 039278a0f43bd68d6b33ea8a8363b9bd6b57a8ec Author: Florian Förster gmail com> AuthorDate: Sun Sep 6 20:37:24 2020 +0000 Commit: Matthias Maier gentoo org> CommitDate: Fri Dec 4 05:53:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039278a0 dev-util/cloc: bumped to 1.86 Closes: https://github.com/gentoo/gentoo/pull/17447 Signed-off-by: Florian Förster gmail.com> Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Matthias Maier gentoo.org> dev-util/cloc/Manifest | 1 + dev-util/cloc/cloc-1.86.ebuild | 31 +++++++++++++++++++++++++++++++ dev-util/cloc/metadata.xml | 26 +++++++++++++++++--------- 3 files changed, 49 insertions(+), 9 deletions(-) diff --git a/dev-util/cloc/Manifest b/dev-util/cloc/Manifest index 8ec300c62fa..474acfcf27d 100644 --- a/dev-util/cloc/Manifest +++ b/dev-util/cloc/Manifest @@ -1 +1,2 @@ DIST cloc-1.84.tar.gz 514868 BLAKE2B 53fa0f0d2c8033619f9f7202802e5fd51013c459bbeed8482a35050be69981e60f3c96879cc2853d509322933050fda52fe17be7ec393783f06a0df5e9cec785 SHA512 85f8af041b0ca858c21e28d3fb7cd9201264afa9e12bd3a14b15a8af3e6e68378dbb02a39dc12140bcbb104424cf38bfa602d2a0683e8c89fa50cbdcf7556b3a +DIST cloc-1.86.tar.gz 536828 BLAKE2B f584da0e25ae755a1450117774ec8fdb87eb693ac77473929a52e617713391eb4bffc2f6b74bbcd5b01f6e2c0d747221e3f7c4e74dfd6131d3cde10a3a102daa SHA512 fe6101404f5884d11bf73de43bd25e533b04a70707b95e4e9482b51413aed46ddb55beaa27e3d25cd7604394a739f7cac6c1f8695cd9cab3f23adf6e27171719 diff --git a/dev-util/cloc/cloc-1.86.ebuild b/dev-util/cloc/cloc-1.86.ebuild new file mode 100644 index 00000000000..61220333dbd --- /dev/null +++ b/dev-util/cloc/cloc-1.86.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Count Lines of Code" +HOMEPAGE="https://github.com/AlDanial/cloc" +SRC_URI="https://github.com/AlDanial/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND} + dev-perl/Algorithm-Diff + dev-perl/Parallel-ForkManager + dev-perl/Regexp-Common + virtual/perl-Digest-MD5 + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-Getopt-Long" + +src_compile() { + pod2man "Unix/${PN}.1.pod" > "${PN}.1" || die +} + +src_install() { + doman "${PN}.1" + dobin "Unix/${PN}" +} diff --git a/dev-util/cloc/metadata.xml b/dev-util/cloc/metadata.xml index 273f73f2439..dd5229bff56 100644 --- a/dev-util/cloc/metadata.xml +++ b/dev-util/cloc/metadata.xml @@ -1,13 +1,21 @@ - - tamiko@gentoo.org - Matthias Maier - - - AlDanial/cloc - https://github.com/AlDanial/cloc/issues - cloc - + + tamiko@gentoo.org + Matthias Maier + + + foerster.florianjr@gmail.com + Florian Förster + + + proxy-maint@gentoo.org + Proxy Maintainers + + + AlDanial/cloc + https://github.com/AlDanial/cloc/issues + cloc +