mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
virtual/perl-File-Temp: Add from gentoo
It's from gentoo commit bb84c633a1730c8e85701c906cbd378f71e86b03. It's a dependency of dev-perl/File-Slurp.
This commit is contained in:
parent
a91cd58e6b
commit
2db71b8e80
9
sdk_container/src/third_party/portage-stable/virtual/perl-File-Temp/metadata.xml
vendored
Normal file
9
sdk_container/src/third_party/portage-stable/virtual/perl-File-Temp/metadata.xml
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>perl@gentoo.org</email>
|
||||
<name>Gentoo Perl Project</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
</pkgmetadata>
|
@ -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="
|
||||
~perl-core/${PN#perl-}-${PV}
|
||||
dev-lang/perl:=
|
||||
"
|
||||
|
||||
# this is the dev-lang/perl-5.34 version but we need the security patch
|
Loading…
Reference in New Issue
Block a user