diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-28 23:12:39 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-28 23:29:53 +0200 |
commit | 2a8dc0fbcb91b97ea779979f44548784a4278c47 (patch) | |
tree | 5f801cfc80a503427e7cb0f4a29eb0306b0a7203 /dev-perl/ExtUtils-Depends | |
parent | dev-perl/ExtUtils-CppGuess: Remove old (diff) | |
download | gentoo-2a8dc0fbcb91b97ea779979f44548784a4278c47.tar.gz gentoo-2a8dc0fbcb91b97ea779979f44548784a4278c47.tar.bz2 gentoo-2a8dc0fbcb91b97ea779979f44548784a4278c47.zip |
dev-perl/ExtUtils-Depends: Version bump 0.8001
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/ExtUtils-Depends')
-rw-r--r-- | dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.800.100.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/ExtUtils-Depends/Manifest | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.800.100.ebuild b/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.800.100.ebuild new file mode 100644 index 000000000000..3f7a49db70e3 --- /dev/null +++ b/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.800.100.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=XAOC +DIST_VERSION=0.8001 +inherit perl-module + +DESCRIPTION="Easily build XS extensions that depend on XS extensions" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Data-Dumper + virtual/perl-File-Spec + virtual/perl-IO +" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-7.440.0 + test? ( virtual/perl-Test-Simple ) +" diff --git a/dev-perl/ExtUtils-Depends/Manifest b/dev-perl/ExtUtils-Depends/Manifest index ad7a73cc76c4..93d0d713ea04 100644 --- a/dev-perl/ExtUtils-Depends/Manifest +++ b/dev-perl/ExtUtils-Depends/Manifest @@ -1,2 +1,3 @@ DIST ExtUtils-Depends-0.405.tar.gz 18122 BLAKE2B 94470f7d35d72942b65d4b1d56b748a6e68e1315cb734228d0f90ac2b6c7452d1aa1c244c246bab7a0b97e1393d2973d35e8926568b695b4f2432f290d60b403 SHA512 b9983ad763ff0cb81c899bc24f3152f13c69e608304b6e4446bd07b9b13d039650f3f87544c0bdd29c67246ea2973f04a1ce0fccbffb566fe89fdbe0bb03f11b DIST ExtUtils-Depends-0.8000.tar.gz 17923 BLAKE2B 836a12f5de3f7fd520d7a5f1db00e8830bcc2ee31cfd855e02abe322deb46d70c35946aa5e84f6a61792e47fc2e20b1505576716e2189f12b58aa1077041ea17 SHA512 c2823e48fc6ae42677da958d8cbeb561a29839cc387224ecd545e1d81979cd963377210f9c5a9bf314e2fc6e0907190f0b867ed59e91f8eab6df91f8d0c91e5d +DIST ExtUtils-Depends-0.8001.tar.gz 16708 BLAKE2B 59342f8c638b9dfb60bb84a7abe8baca08d00c40f5da62553d1d7337f3c92f473937de1721302d222cb0567a14428b33f475f3304104030c358fa3d025dc13fa SHA512 80141f90fbde7c62b192a55d40d26ce4e442150287ae6fe200388dc84cedba5f5210ee6cd9a40b1a9cda0cc49815b1ba1ab35e75afaa7440de3c3577d01bb733 |