public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cloc/
Date: Fri,  4 Dec 2020 05:53:28 +0000 (UTC)	[thread overview]
Message-ID: <1607061189.039278a0f43bd68d6b33ea8a8363b9bd6b57a8ec.tamiko@gentoo> (raw)

commit:     039278a0f43bd68d6b33ea8a8363b9bd6b57a8ec
Author:     Florian Förster <foerster.florianjr <AT> gmail <DOT> com>
AuthorDate: Sun Sep  6 20:37:24 2020 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> 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 <foerster.florianjr <AT> gmail.com>
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Matthias Maier <tamiko <AT> 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 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>tamiko@gentoo.org</email>
-		<name>Matthias Maier</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">AlDanial/cloc</remote-id>
-		<bugs-to>https://github.com/AlDanial/cloc/issues</bugs-to>
-		<remote-id type="sourceforge">cloc</remote-id>
-	</upstream>
+  <maintainer type="person">
+    <email>tamiko@gentoo.org</email>
+    <name>Matthias Maier</name>
+  </maintainer>
+  <maintainer type="person">
+    <email>foerster.florianjr@gmail.com</email>
+    <name>Florian Förster</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>proxy-maint@gentoo.org</email>
+    <name>Proxy Maintainers</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">AlDanial/cloc</remote-id>
+    <bugs-to>https://github.com/AlDanial/cloc/issues</bugs-to>
+    <remote-id type="sourceforge">cloc</remote-id>
+  </upstream>
 </pkgmetadata>


             reply	other threads:[~2020-12-04  5:53 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-04  5:53 Matthias Maier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-02  8:15 [gentoo-commits] repo/gentoo:master commit in: dev-util/cloc/ Matthias Maier
2023-01-23  2:32 Matthias Maier
2021-11-24 16:46 Sam James
2021-11-24  7:58 Agostino Sarubbo
2021-06-27 18:25 Matthias Maier
2021-06-27 18:25 Matthias Maier
2021-06-27 18:25 Matthias Maier
2021-02-28  9:03 Joonas Niilola
2021-02-25 13:54 Agostino Sarubbo
2020-12-17  9:02 Sam James
2020-04-30 22:38 Matthias Maier
2020-04-30 22:38 Matthias Maier
2020-04-30 22:38 Matthias Maier
2019-07-19  7:43 Matthias Maier
2019-06-30 18:20 Matthias Maier
2019-03-02 23:46 Matthias Maier
2019-03-02 23:46 Matthias Maier
2019-03-02 23:46 Matthias Maier
2018-07-05 21:54 Matthias Maier
2018-07-03  7:44 Matthias Maier
2018-02-07  0:54 Matthias Maier
2017-04-11 20:30 Matthias Maier
2017-02-16 18:47 Michael Weber
2017-02-12 17:01 Agostino Sarubbo
2017-02-01 23:13 Matthias Maier
2017-01-27  9:07 Agostino Sarubbo
2017-01-27  9:02 Agostino Sarubbo
2017-01-26 18:58 Matthias Maier
2016-10-14  6:48 Patrice Clement
2016-08-02 11:54 Kent Fredric
2016-02-28  5:00 Matthias Maier
2016-02-28  5:00 Matthias Maier
2016-02-28  5:00 Matthias Maier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1607061189.039278a0f43bd68d6b33ea8a8363b9bd6b57a8ec.tamiko@gentoo \
    --to=tamiko@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox