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: Sun, 30 Jun 2019 18:20:17 +0000 (UTC)	[thread overview]
Message-ID: <1561918750.145c73ea49c150c3097e3cba48170160d89c0899.tamiko@gentoo> (raw)

commit:     145c73ea49c150c3097e3cba48170160d89c0899
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 15:44:44 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 18:19:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145c73ea

dev-util/cloc: version bump to 1.82

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 dev-util/cloc/Manifest         |  1 +
 dev-util/cloc/cloc-1.82.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-util/cloc/Manifest b/dev-util/cloc/Manifest
index cb79ce40f8c..ba469c18438 100644
--- a/dev-util/cloc/Manifest
+++ b/dev-util/cloc/Manifest
@@ -1,3 +1,4 @@
 DIST cloc-1.72.tar.gz 347245 BLAKE2B 8ce6915322c6cb4682994034525b7c1e3dfa674832c24dd3d3998f3472f83739764aa61beb80ccda51147b663d4555f060b0098fbf307b81418d58ca72b4f14b SHA512 e83567fcc2703b6de761c44d3b85e4c176eaff9f35419a202bd4c00b5cc9160d39251deb762d57b40aacf4fe6322cf79877032ed29abec2a5f00c1abb8d44021
 DIST cloc-1.76.tar.gz 419678 BLAKE2B bb9ddee89a3efe6d7ea913ddf04a28e4120da82df93ef611f7b19bc9662664787b54a2b063139f8d17db3c69a27f74ff4d2c6263100d68b8d2b92c50ddd2f360 SHA512 3f16f084be1828557e4120a8e41b276336ac240c5de4dc765066277d848ce9af20f31b36ec4beb863066d8b3e9287ea0e0b2a8f1abd15532957f53d2d3935ecd
 DIST cloc-1.80.tar.gz 453965 BLAKE2B 63032d0ebff7536a4c0cb07ab7791177310b8544cd878093cc89b753997707768198ed59ff451e6de72bbdd4a9ffd3bf84b113243534c466f6a91befc4593014 SHA512 3f41a0e2bd4becbb393e24834c45d9998217443d5c6d0478be5ce4f9506bb8dcb44088ce4a2c75c06cb6af47b4432f3dc58db9009f9a350a00dd80802109117f
+DIST {P}.tar.gz 494399 BLAKE2B 9bf8e1304d9efbf918b39287342edbd0daadd9e27cedb3a6e5eda9fa8062dc34f56f1e1a949ee1027bb683554ba68aca07d66907795d8bc9ff4ca584c70e83dd SHA512 31a0b9119cfde77572dc9e79ac01e497de57bd98da97dd94dba8269888bf92c55d47e136dc718b98cf648673aa0ac3205bec5cb7b9363e3b750f01aa0a4f1f90

diff --git a/dev-util/cloc/cloc-1.82.ebuild b/dev-util/cloc/cloc-1.82.ebuild
new file mode 100644
index 00000000000..b88f813f79e
--- /dev/null
+++ b/dev-util/cloc/cloc-1.82.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 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 ~ppc ~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}"
+}


             reply	other threads:[~2019-06-30 18:20 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-30 18:20 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-12-04  5:53 Matthias Maier
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-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=1561918750.145c73ea49c150c3097e3cba48170160d89c0899.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