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/MooX-HandlesVia/
Date: Thu, 08 Jul 2021 23:02:52
Message-Id: 1625785356.d5fdc71410a80bfb459dcb1a8b885b707be341db.dilfridge@gentoo
1 commit: d5fdc71410a80bfb459dcb1a8b885b707be341db
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 23:01:04 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 23:02:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fdc714
7
8 dev-perl/MooX-HandlesVia: Version bump 0.001009
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/MooX-HandlesVia/Manifest | 1 +
14 .../MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild | 30 ++++++++++++++++++++++
15 2 files changed, 31 insertions(+)
16
17 diff --git a/dev-perl/MooX-HandlesVia/Manifest b/dev-perl/MooX-HandlesVia/Manifest
18 index f32ef03d895..d726b009961 100644
19 --- a/dev-perl/MooX-HandlesVia/Manifest
20 +++ b/dev-perl/MooX-HandlesVia/Manifest
21 @@ -1 +1,2 @@
22 DIST MooX-HandlesVia-0.001008.tar.gz 24385 BLAKE2B 9d6a72a9b9bc3bd99a145904e4148bb2c4bce6150b67431402d409ddb81b732a57a11935a10f2ddf2184b0fb8a93d57f6482fdde61508f73b8867fbc92e24c4f SHA512 ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0
23 +DIST MooX-HandlesVia-0.001009.tar.gz 24754 BLAKE2B 965da8297cb22e266b43c8bb79248db7122fca51e2ab98f6ef038463919b0e6128f0328cc3b02245031dbe3a3805963e3bf231c3ee5e959108fa8e821d500b4a SHA512 ea3521bf04c52db09068d4fa7cedd3642fd54fc40b5c88cde9340f0a3bb0da03f2aabbe22788a4f33ffedc628fc510c4fb57bdf3f7c9ce1b9316dd1408c2dd40
24
25 diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
26 new file mode 100644
27 index 00000000000..04f4f5a2c50
28 --- /dev/null
29 +++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
30 @@ -0,0 +1,30 @@
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=TOBYINK
37 +DIST_VERSION=0.001009
38 +inherit perl-module
39 +
40 +DESCRIPTION="NativeTrait-like behavior for Moo"
41 +
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
44 +
45 +RDEPEND="
46 + dev-perl/Class-Method-Modifiers
47 + >=dev-perl/Data-Perl-0.2.6
48 + dev-perl/Module-Runtime
49 + >=dev-perl/Moo-1.3.0
50 + dev-perl/Role-Tiny
51 +"
52 +BDEPEND="${RDEPEND}
53 + virtual/perl-ExtUtils-MakeMaker
54 + test? (
55 + >=dev-perl/MooX-Types-MooseLike-0.230.0
56 + dev-perl/Test-Exception
57 + dev-perl/Test-Fatal
58 + virtual/perl-Test-Simple
59 + )
60 +"