diff options
author | Sam James <sam@gentoo.org> | 2023-03-20 08:38:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-20 08:40:17 +0000 |
commit | 0a8321cd9e457105075a27399f628d55f2bf5e93 (patch) | |
tree | 4356ba26e4554bf0396ccffe9baaaa3ee4bd0223 /dev-perl | |
parent | www-apps/grafana-bin: add 9.3.8 (diff) | |
download | gentoo-0a8321cd9e457105075a27399f628d55f2bf5e93.tar.gz gentoo-0a8321cd9e457105075a27399f628d55f2bf5e93.tar.bz2 gentoo-0a8321cd9e457105075a27399f628d55f2bf5e93.zip |
dev-perl/Test-File-Contents: add 0.242.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-File-Contents/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test-File-Contents/Test-File-Contents-0.242.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Test-File-Contents/Manifest b/dev-perl/Test-File-Contents/Manifest index 226a6cf0bdab..55282f378dec 100644 --- a/dev-perl/Test-File-Contents/Manifest +++ b/dev-perl/Test-File-Contents/Manifest @@ -1 +1,2 @@ DIST Test-File-Contents-0.23.tar.gz 10095 BLAKE2B 19d93050e7c607f0efcff4e2c5ecb034daa0d803f826218bc8764f268b73bed7427b11781e0468ef46184c85dd3b833e07af4d9c471b6c4aa09a94706cb16321 SHA512 8fe830e755660b32f79a82b84b55702a6dd2bd62136c456325340646fe11e82b5603fb3063fcbad393edaf68cabf84da79103be5ef4a5cb6de84ad8463de46db +DIST Test-File-Contents-0.242.tar.gz 16349 BLAKE2B 4118a8e68be93bff913104fb6cd5f0359827f279a83bb287ca2589fb6f389426fe488a5e2b58c667a3d8e660374ed04a4667d7ce62ee2768b4b1ae5c9b2d2ad5 SHA512 fe790800196343a5d14de12a81f95dc151bc2068401e2302a5916095d1b227d95a2e8a3008f6abc257f4120dd0ae933bd2fb2a8ce651559958ef38705c94b8d4 diff --git a/dev-perl/Test-File-Contents/Test-File-Contents-0.242.0.ebuild b/dev-perl/Test-File-Contents/Test-File-Contents-0.242.0.ebuild new file mode 100644 index 000000000000..d2cc622951b4 --- /dev/null +++ b/dev-perl/Test-File-Contents/Test-File-Contents-0.242.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ARISTOTLE +DIST_VERSION=0.242 +inherit perl-module + +DESCRIPTION="Test routines for examining the contents of files" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + virtual/perl-Digest-MD5 + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.700.0 + >=dev-perl/Text-Diff-0.350.0 +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.300.0 +" |