Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
virtual/perl-IO: Add from gentoo
Browse files Browse the repository at this point in the history
It's from gentoo commit 9cef49a74aa25da92f1b8afcbe039cceb2ff0500.

It's a dependency of dev-perl/File-Slurp.
  • Loading branch information
krnowak committed Feb 17, 2022
1 parent cce42be commit d7af740
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions virtual/perl-IO/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Gentoo Perl Project</name>
</maintainer>
<stabilize-allarches/>
</pkgmetadata>
15 changes: 15 additions & 0 deletions virtual/perl-IO/perl-IO-1.460.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
"

0 comments on commit d7af740

Please sign in to comment.