summaryrefslogtreecommitdiff
path: root/virtual/perl-Time-Local
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /virtual/perl-Time-Local
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'virtual/perl-Time-Local')
-rw-r--r--virtual/perl-Time-Local/Manifest3
-rw-r--r--virtual/perl-Time-Local/metadata.xml9
-rw-r--r--virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild15
3 files changed, 22 insertions, 5 deletions
diff --git a/virtual/perl-Time-Local/Manifest b/virtual/perl-Time-Local/Manifest
index 28874e463670..7d67eb3510ac 100644
--- a/virtual/perl-Time-Local/Manifest
+++ b/virtual/perl-Time-Local/Manifest
@@ -1,2 +1,3 @@
EBUILD perl-Time-Local-1.280.0-r1.ebuild 542 BLAKE2B 9636a5794f0667c45a1ae7ff0c2d319453ccb5d54659d20ffaaf1b590d0b197d41e0b0a5fc11464df397884d6ce8d841cbbf00db53224c10b5e2717938c6b473 SHA512 698c9a1f0d01ec69bb316a8247d18f2716f9b74a1cdb12c95eefc09503befa6ae2a18c92d19c2027300f518114527005f85970564d64ff87b0e231af87f3ff4d
-MISC metadata.xml 257 BLAKE2B 04035438572dc9c398ed29172f6454a150c86d72e6cad7947b0adb3ec8fcc084c68530bca43988c6e1683f4b89d4698796cbe212e9a44b5dfe1908999a8444f0 SHA512 80cde0da56c3ac4023da7b0c17c62eae85139aaefd8ba453dd0c0718da1d40102c57d5beb5b8f984dcbeacad930517347e4d91dd5bd94e973fb81974d078a18e
+EBUILD perl-Time-Local-1.300.0.ebuild 529 BLAKE2B a61df59b0d6ee8b2dafd48d490bf2d6189eeb051e3e5c22cd3ddaa56fb4be7ad7a2522765f59f6d6e2663b351399709627006141dad0cfb972e065fb7928f55e SHA512 7908234c7d779f27f5f2ffcbbfd241c50e1bfe32620c8a62bdd17640824a78d197c843757046c4ec12bfab22c4d2295d4b90654533439c186e6de2ba18be660b
+MISC metadata.xml 275 BLAKE2B d1fd2cde85b8131a41d6ccaa7c942d0418e3dbc2cb5bbc36e93fd6c0c85024cc52b8f9810cef7f1df4c429494115ae239b7b55eedef2dc5c4654b9182927d96f SHA512 1e3c6650c958c9f2c3136d6063ab704d9eaa3e8d415b2dd4b78c63aab9e4c3c0c6e7debe5b11d13aec95d0a435e988caa365bce2df354dd650caa1afea41ac6a
diff --git a/virtual/perl-Time-Local/metadata.xml b/virtual/perl-Time-Local/metadata.xml
index 2b9a936fc0a1..aff2fbeaf8e4 100644
--- a/virtual/perl-Time-Local/metadata.xml
+++ b/virtual/perl-Time-Local/metadata.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
diff --git a/virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild b/virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild
new file mode 100644
index 000000000000..9f4f948183fb
--- /dev/null
+++ b/virtual/perl-Time-Local/perl-Time-Local-1.300.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ || ( =dev-lang/perl-5.34* ~perl-core/${PN#perl-}-${PV} )
+ dev-lang/perl:=
+ !<perl-core/${PN#perl-}-${PV}
+ !>perl-core/${PN#perl-}-${PV}-r999
+"