diff options
author | Sam James <sam@gentoo.org> | 2022-07-09 07:00:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-09 07:00:39 +0100 |
commit | 8bb92380c3c8b78d3e14f6bdaeabea3c11332af8 (patch) | |
tree | 19c082501cbeb3ac9faefe2b248962aaeec0863b /dev-perl/URI/URI-5.110.0.ebuild | |
parent | media-gfx/blender: add 3.2.1 (diff) | |
download | gentoo-8bb92380c3c8b78d3e14f6bdaeabea3c11332af8.tar.gz gentoo-8bb92380c3c8b78d3e14f6bdaeabea3c11332af8.tar.bz2 gentoo-8bb92380c3c8b78d3e14f6bdaeabea3c11332af8.zip |
dev-perl/URI: add 5.110.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/URI/URI-5.110.0.ebuild')
-rw-r--r-- | dev-perl/URI/URI-5.110.0.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/URI/URI-5.110.0.ebuild b/dev-perl/URI/URI-5.110.0.ebuild new file mode 100644 index 000000000000..0e040144afe5 --- /dev/null +++ b/dev-perl/URI/URI-5.110.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=OALDERS +DIST_VERSION=5.11 +inherit perl-module + +DESCRIPTION="Uniform Resource Identifiers (absolute and relative)" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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=" + virtual/perl-Carp + virtual/perl-Data-Dumper + virtual/perl-Encode + >=virtual/perl-Exporter-5.570.0 + >=virtual/perl-MIME-Base64-2 + virtual/perl-Scalar-List-Utils + virtual/perl-libnet + virtual/perl-parent +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-File-Temp + virtual/perl-Test + dev-perl/Test-Needs + >=virtual/perl-Test-Simple-0.960.0 + ) +" |