diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 23:29:36 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 23:54:01 +0200 |
commit | 0b41acd0e727df0f43cd0814cf649068c83da343 (patch) | |
tree | 09ed32e079e1f2e65bf98a334dee225318f176a6 /dev-perl/PPIx-EditorTools | |
parent | dev-perl/PPI-PowerToys: EAPI=8 bump (diff) | |
download | gentoo-0b41acd0e727df0f43cd0814cf649068c83da343.tar.gz gentoo-0b41acd0e727df0f43cd0814cf649068c83da343.tar.bz2 gentoo-0b41acd0e727df0f43cd0814cf649068c83da343.zip |
dev-perl/PPIx-EditorTools: Version bump 0.21
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/PPIx-EditorTools')
-rw-r--r-- | dev-perl/PPIx-EditorTools/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.210.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/PPIx-EditorTools/Manifest b/dev-perl/PPIx-EditorTools/Manifest index 3fed2aeef3a1..bbbca49b609e 100644 --- a/dev-perl/PPIx-EditorTools/Manifest +++ b/dev-perl/PPIx-EditorTools/Manifest @@ -1 +1,2 @@ DIST PPIx-EditorTools-0.20.tar.gz 37102 BLAKE2B 2f77696826c964ff3b31d21e6f0021be921a5b72a0d50dbe239f28bab91e79b4aca30ad189c6a1a28c074e9b2cc919cca37ae79c9cdeb274fa499e84f3bcb18b SHA512 1762e7d8b6a4e95a547932ecfeb029866a3259bc58409ab6d4f55d83f2d83bfe353c82ddc777b41f499d395b1d11ad12d912e541d06e1779fb25a7e17ba6f405 +DIST PPIx-EditorTools-0.21.tar.gz 36742 BLAKE2B 3631793dcc9d2852c27c40f5f3051141dcc95d566f7bf45ccc0afecdac272e17fde6a3c150ad15373067b4f632d5505225796c39d55b97490c5b06191b8d2e05 SHA512 16fd1b4144742debd6dce3f49215d3b24b896688f5f2150492c9e1ae0cb37a14a18f444b39d8cdf42c1895fff8b3123ed181582264df061a3acbb47ae90e5085 diff --git a/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.210.0.ebuild b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.210.0.ebuild new file mode 100644 index 000000000000..b2edfa5a2bb3 --- /dev/null +++ b/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.210.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=YANICK +DIST_VERSION=0.21 +inherit perl-module + +DESCRIPTION="Utility methods and base class for manipulating Perl via PPI" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + virtual/perl-Carp + >=dev-perl/Class-XSAccessor-1.20.0 + virtual/perl-File-Spec + >=dev-perl/PPI-1.203.0 + dev-perl/Try-Tiny +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Temp + virtual/perl-IO + dev-perl/Test-Differences + dev-perl/Test-Exception + dev-perl/Test-Most + virtual/perl-Test-Simple + ) +" |