public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/
Date: Fri, 26 May 2017 07:46:58 +0000 (UTC)	[thread overview]
Message-ID: <1495784804.baa7039b34ca9690cb4bb9e9d5828b262fbd05ed.kentnl@gentoo> (raw)

commit:     baa7039b34ca9690cb4bb9e9d5828b262fbd05ed
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 07:44:50 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri May 26 07:46:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa7039b

dev-perl/Devel-CheckLib: Bump to version 1.110.0

Upstream:
- Prevent concat warnings with LD_RUN_PATH is undefined

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild   | 28 ++++++++++++++++++++++
 dev-perl/Devel-CheckLib/Manifest                   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
new file mode 100644
index 00000000000..b0fc1505db7
--- /dev/null
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.110.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MATTN
+DIST_VERSION=1.11
+inherit perl-module
+
+DESCRIPTION="check that a library is available"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-File-Temp-0.160.0
+	virtual/perl-Exporter
+	virtual/perl-File-Spec
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.620.0
+		>=dev-perl/IO-CaptureOutput-1.80.100
+		>=dev-perl/Mock-Config-0.20.0
+	)
+"

diff --git a/dev-perl/Devel-CheckLib/Manifest b/dev-perl/Devel-CheckLib/Manifest
index a1da9ff073c..c7529e27e2f 100644
--- a/dev-perl/Devel-CheckLib/Manifest
+++ b/dev-perl/Devel-CheckLib/Manifest
@@ -2,3 +2,4 @@ DIST Devel-CheckLib-1.06.tar.gz 14315 SHA256 b5a49989ad1ac414ad5dd52d9ec93c3b88c
 DIST Devel-CheckLib-1.07.tar.gz 15105 SHA256 c958fd46b306940000088098d66470cb51094ff39a9e950cf66251d67a92ff0a SHA512 05ced7b976b2c9854f0705db3b461614962568045e04b33a92c11d05ec8183cf56935dc5ef2f80e4746d52cb08c6c993627166d0f701abce5c91ceceed39d103 WHIRLPOOL 4e86cf21e710a69c73d7aeb1b966794ca37893cb016aa851f75266317c8ea06f7667d1159775dda245b6d079babe7c0626a4422323b792060a9ff1125724bf99
 DIST Devel-CheckLib-1.09.tar.gz 15015 SHA256 0301aa2cc827fb9bb16cc7ca1d59bd5193b9536ddbdbc3621835d8c61c57efd6 SHA512 e0d7c284bf04af253b2a88caca87751c438c030c807aa068de35d9bab476bbdf9f25a15297e924c62e89ab781a8809750b4ef46e4e8ee6427dc817efbdb1c297 WHIRLPOOL d25fd2ba73e6bfef6d4752bdd5c5c87732b33cf67679ab778b9b48d06530237e9cd612f7b32f26f51728078aca6932b8ad7d1a67a0743da5411deabe24fed9dd
 DIST Devel-CheckLib-1.10.tar.gz 15158 SHA256 1633f10bcbe86cf65721813d69264c4f3a426a9d741bc041647c0887bd41ad14 SHA512 aab565df0b31a08b2dff3fb777bc208ff9b8322d9012fb2deaa5d27411e4915cdd2e48cd65eb55323c69f23975e08cee8cfa4a8221a4b2e39770bdeecfe3f127 WHIRLPOOL 1c1d1e47c5036d1599ec2e9f4a7bec63b30a9c60ca5014af31f4923d1c768f9b318697b9f1f1fb4d1a1a783e2793a8f2655c0df8fca78bd872f00c29b77c79eb
+DIST Devel-CheckLib-1.11.tar.gz 15209 SHA256 bd6d1c187e80be6de1f0d37add441ba8f14950c7bc1f54e764770ed484b232c1 SHA512 21a64cb2ec4f3769d604eba151074daa841d40d2073a93ec186e82d8496f5ca05728c5352a31c4f07765956b85cb3144225edb51b84245b0582267af55ef2e2f WHIRLPOOL 073d0f35b1e4e61647374f0827b5af72e21a5a9c140668a09a6d99c3a93fa9933d04c229c4bb47fe7adf3a73cca5c64fd0c72c89e91c437deb2f2362bbd0b555


             reply	other threads:[~2017-05-26  7:47 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-26  7:46 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25  4:48 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-CheckLib/ Sam James
2024-06-25  3:55 Sam James
2024-06-25  3:55 Sam James
2024-05-22  2:18 Sam James
2022-12-18 11:44 Sam James
2022-12-18 11:37 Sam James
2022-11-18  4:52 Sam James
2022-11-18  4:52 Sam James
2022-05-14  6:54 WANG Xuerui
2022-02-02 10:48 Sam James
2022-01-30 22:23 James Le Cuirot
2021-10-21 18:52 Andreas K. Hüttel
2021-07-11 22:02 Marek Szuba
2021-05-24  5:49 Sam James
2021-05-24  5:04 Sam James
2021-05-24  2:15 Sam James
2021-05-24  0:12 Sam James
2021-05-24  0:12 Sam James
2021-05-23 23:07 Thomas Deutschmann
2020-12-27 14:54 Fabian Groffen
2020-12-12  8:40 Kent Fredric
2020-07-18  7:33 Fabian Groffen
2020-07-12  0:01 Sam James
2020-03-28 22:46 Mart Raudsepp
2020-02-24 12:55 Agostino Sarubbo
2020-02-24  9:56 Agostino Sarubbo
2019-07-10 13:21 Kent Fredric
2018-10-02  7:33 Sergei Trofimovich
2018-09-30 18:52 Sergei Trofimovich
2018-07-23 19:00 Sergei Trofimovich
2018-07-22 14:18 Mikle Kolyada
2018-07-21 11:50 Tobias Klausmann
2018-06-24 19:41 Sergei Trofimovich
2018-06-10 15:48 Thomas Deutschmann
2018-06-10 14:57 Aaron Bauman
2017-11-13 22:28 Sergei Trofimovich
2017-11-09  0:07 Matt Turner
2017-08-10 20:43 Sergei Trofimovich
2017-08-10 20:43 Sergei Trofimovich
2017-07-01 10:30 Sergei Trofimovich
2017-07-01 10:30 Sergei Trofimovich
2017-06-21 10:27 Alexis Ballier
2017-05-18 19:14 Michael Weber
2017-05-09  7:49 Tobias Klausmann
2017-05-04 20:08 Markus Meier
2017-04-30  8:56 Jeroen Roovers
2017-04-08  0:51 Kent Fredric
2017-03-24 12:20 Kent Fredric
2017-03-17 10:26 Agostino Sarubbo
2017-03-15 14:14 Michael Weber
2017-03-15 13:00 Michael Weber
2016-11-18  5:41 Kent Fredric
2016-10-19 11:05 Agostino Sarubbo
2016-08-17  3:13 Jeroen Roovers
2016-05-25  6:56 Matt Turner
2016-02-28 10:01 Patrice Clement

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=1495784804.baa7039b34ca9690cb4bb9e9d5828b262fbd05ed.kentnl@gentoo \
    --to=kentnl@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