Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Tiny/
Date: Sun, 25 Jul 2021 11:16:25
Message-Id: 1627211754.997f5b82f86494380b5ee78ddc79a1a3751cdab5.dilfridge@gentoo
1 commit: 997f5b82f86494380b5ee78ddc79a1a3751cdab5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 10:50:11 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 11:15:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997f5b82
7
8 dev-perl/Path-Tiny: Version bump 0.118
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Path-Tiny/Manifest | 1 +
14 dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild | 42 +++++++++++++++++++++++++++++
15 2 files changed, 43 insertions(+)
16
17 diff --git a/dev-perl/Path-Tiny/Manifest b/dev-perl/Path-Tiny/Manifest
18 index 2004cc65059..3e8c3ddb4aa 100644
19 --- a/dev-perl/Path-Tiny/Manifest
20 +++ b/dev-perl/Path-Tiny/Manifest
21 @@ -1 +1,2 @@
22 DIST Path-Tiny-0.104.tar.gz 93011 BLAKE2B 6492f651d1b5aa82309d0caf32a97bc890d8952b0fb37429babbba4c66beab24dd3e6bb2e36aedd1098b98828b367e43d25b6fc7529ae897358ea60373797200 SHA512 6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c
23 +DIST Path-Tiny-0.118.tar.gz 92950 BLAKE2B 4521765cc5486266d6d8cdded83cd73b3bbc302afa60d96c8ba0f025c9c949a3cd3839ce20fe91b7f64698013306951c184d76f53c510183560cd2d75b76b7c0 SHA512 cca91e7fcb099aa7aec73135d295f3f32366ca4bec17201183d3e5cb69cf7e58f2554e162318bc34dc787689bab338286937c0e83065d8aff4d4862aa53efc61
24
25 diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
26 new file mode 100644
27 index 00000000000..ad24d06e130
28 --- /dev/null
29 +++ b/dev-perl/Path-Tiny/Path-Tiny-0.118.0.ebuild
30 @@ -0,0 +1,42 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=DAGOLDEN
37 +DIST_VERSION=0.118
38 +inherit perl-module
39 +
40 +DESCRIPTION="File path utility"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 +IUSE="minimal"
46 +
47 +RDEPEND="
48 + !minimal? (
49 + >=dev-perl/Unicode-UTF8-0.580.0
50 + )
51 + virtual/perl-Carp
52 + >=virtual/perl-Digest-1.30.0
53 + >=virtual/perl-Digest-SHA-5.450.0
54 + virtual/perl-Encode
55 + >=virtual/perl-Exporter-5.570.0
56 + >=virtual/perl-File-Path-2.70.0
57 + >=virtual/perl-File-Spec-0.860.0
58 + >=virtual/perl-File-Temp-0.190.0
59 + virtual/perl-if
60 +"
61 +
62 +BDEPEND="${RDEPEND}
63 + >=virtual/perl-ExtUtils-MakeMaker-6.170.0
64 + test? (
65 + !minimal? (
66 + >=virtual/perl-JSON-PP-2.273.0
67 + dev-perl/Test-FailWarnings
68 + dev-perl/Test-MockRandom
69 + )
70 + >=virtual/perl-Test-Simple-0.960.0
71 + )
72 +"