diff options
author | Sam James <sam@gentoo.org> | 2024-04-30 03:16:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-30 03:36:40 +0100 |
commit | e96759157bb2312615d1a1002a98e1a1aedb06eb (patch) | |
tree | 11c4078d30c1a4376550fa95ca0e01941a5ff01b /dev-perl/ExtUtils-Config | |
parent | dev-perl/Email-Valid: add 1.204.0 (diff) | |
download | gentoo-e96759157bb2312615d1a1002a98e1a1aedb06eb.tar.gz gentoo-e96759157bb2312615d1a1002a98e1a1aedb06eb.tar.bz2 gentoo-e96759157bb2312615d1a1002a98e1a1aedb06eb.zip |
dev-perl/ExtUtils-Config: add 0.9.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/ExtUtils-Config')
-rw-r--r-- | dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild | 30 | ||||
-rw-r--r-- | dev-perl/ExtUtils-Config/Manifest | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild new file mode 100644 index 000000000000..4ab85390b7b8 --- /dev/null +++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.9.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=LEONT +DIST_VERSION=0.009 +inherit perl-module + +DESCRIPTION="Wrapper for perl's configuration" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +RDEPEND=" + virtual/perl-Data-Dumper +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.88 + ) +" + +src_test() { + perl_rm_files t/release-pod-{syntax,coverage}.t + perl-module_src_test +} diff --git a/dev-perl/ExtUtils-Config/Manifest b/dev-perl/ExtUtils-Config/Manifest index fff1d0d064c9..3ee08838246a 100644 --- a/dev-perl/ExtUtils-Config/Manifest +++ b/dev-perl/ExtUtils-Config/Manifest @@ -1 +1,2 @@ DIST ExtUtils-Config-0.008.tar.gz 11165 BLAKE2B 58468be3884311dea31e420511134eab122a923c445b2b489914227934ab50efba4a08253e86715385ad8aa7b6f0212e95b73f2f524a964704991e4227a68d47 SHA512 7775e2212b4605e60559c7e63604b8f2b4c56f4846e64f9f4454f3f5d0a7a21f618143e6c61eafabf5d9ee9bca8f722c04aedeaf9c51f59924de68c272b86db2 +DIST ExtUtils-Config-0.009.tar.gz 13421 BLAKE2B d2fd9bc11b5e0e4b973837dab9220eacbd804bb2d9d5ac7d7057ae5eb8f8d7e7fff7ebf08d430549336cae16b6aec1258d7cd2027d5c260c15851f1da78cc1b6 SHA512 7f3d054f31b08a9179dbad47204f9223607d8af84e4dfa1e9250981dd271b753576e571e2071d94408340376f13d3d766278d23407b7c754dbc493b7df30e2cd |