diff options
Diffstat (limited to 'dev-perl/POSIX-strftime-Compiler')
-rw-r--r-- | dev-perl/POSIX-strftime-Compiler/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild | 28 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-perl/POSIX-strftime-Compiler/Manifest b/dev-perl/POSIX-strftime-Compiler/Manifest index 26d311760f7c..46c997ad3ab4 100644 --- a/dev-perl/POSIX-strftime-Compiler/Manifest +++ b/dev-perl/POSIX-strftime-Compiler/Manifest @@ -1,5 +1,3 @@ -DIST POSIX-strftime-Compiler-0.44.tar.gz 17027 BLAKE2B c550c3074def4def71d4c3b22d13464f87080b0e53333f8dae5a7e30df68d1c40bae78021ab83d1324bb8f28a12ae487aa5f220df3bdd413b9d5d62edd02f450 SHA512 34852966a46f55a65e4ee90af3aec6478456d3a7fc8f8b8e8fc4e704a8361f46abfad5fe0f356eb3432fb2e232e65004818b19f298293cc0172d576cfe34c3e1 DIST POSIX-strftime-Compiler-0.46.tar.gz 17189 BLAKE2B f15b757bdd5f30dd3ccf5c8f8452d9a829489f948a6e79c0a2094e5b0e3fd4618f1b1e8f2c8cb2fee34ea96c64ffdfb670e4f960a741a295bf9503e01205cd80 SHA512 cee80a7b2f6b79dbb706898b713a4bb05bc57ecb3ef6c1644bce3682cc35d584c528aced6cd71b926e2fe549c95644ad59ecf780ba064adbb3bc9c54c8d4c459 -EBUILD POSIX-strftime-Compiler-0.440.0.ebuild 616 BLAKE2B 723f67dcdc8daaa3df5981faf88c679b269d23df6be0cb92c5925ab6d68747cdab822bf61c0a0d4a6f7a0faaeb087f1abe3b089e48bb2a3854e01528157ce985 SHA512 2c5475b91d13c3004f83586a213d7608e602b94d509069a92bff41739dffcf1762656231f71930dedcc948df81a64712c409d541e344601b2c3ee591f54fd705 EBUILD POSIX-strftime-Compiler-0.460.0.ebuild 618 BLAKE2B a43f52ff14f024c63ec5f8c2360fd7fb0f41103506aa23991b76200064574599277fc7f16c196a5cfd9ff57b3a8ec4f8a2c75a377fc82d89453f2bd8a0fc6f56 SHA512 0a14a5a2bc95805ba64d9f87d75e6074cd1c268e3526466563c3c10c80c09f3296c7c3e9c7ca797fb2cb147c9c8d2d66eb44b85d0289d6cd4ebe9cba6401b54e MISC metadata.xml 420 BLAKE2B 8f4ce001663577c700035083e0078ae559c94e004716c9fa705950d0be56e95a29d1acbc2ac6bba37f156ddd556f95a1a3379d74ad081f7e88df5535e3a88e9e SHA512 38d89cac1f7d734df9a2182f9a4f51dd959770eae772cd9197a87b58b7a1174f6dac27750928417aee1804d1851e16cdfbc4a026a05db6e9c37312a40040f8b4 diff --git a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild deleted file mode 100644 index 969e0f02cb64..000000000000 --- a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DIST_AUTHOR=KAZEBURO -DIST_VERSION=0.44 -DIST_EXAMPLES=( "eg/*" ) -inherit perl-module - -DESCRIPTION="GNU C library compatible strftime for loggers and servers" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86" -IUSE="minimal" - -RDEPEND=" - !minimal? ( dev-perl/Time-TZOffset ) - virtual/perl-Carp - virtual/perl-Exporter - virtual/perl-Time-Local -" - -BDEPEND="${RDEPEND} - >=dev-perl/Module-Build-Tiny-0.35.0 - virtual/perl-CPAN-Meta - test? ( >=virtual/perl-Test-Simple-0.980.0 ) -" |