mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/ExtUtils-Config: add 0.10.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
30
dev-perl/ExtUtils-Config/ExtUtils-Config-0.10.0.ebuild
Normal file
30
dev-perl/ExtUtils-Config/ExtUtils-Config-0.10.0.ebuild
Normal file
@@ -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.010
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Wrapper for perl's configuration"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~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
|
||||
}
|
||||
@@ -1,2 +1,3 @@
|
||||
DIST ExtUtils-Config-0.008.tar.gz 11165 BLAKE2B 58468be3884311dea31e420511134eab122a923c445b2b489914227934ab50efba4a08253e86715385ad8aa7b6f0212e95b73f2f524a964704991e4227a68d47 SHA512 7775e2212b4605e60559c7e63604b8f2b4c56f4846e64f9f4454f3f5d0a7a21f618143e6c61eafabf5d9ee9bca8f722c04aedeaf9c51f59924de68c272b86db2
|
||||
DIST ExtUtils-Config-0.009.tar.gz 13421 BLAKE2B d2fd9bc11b5e0e4b973837dab9220eacbd804bb2d9d5ac7d7057ae5eb8f8d7e7fff7ebf08d430549336cae16b6aec1258d7cd2027d5c260c15851f1da78cc1b6 SHA512 7f3d054f31b08a9179dbad47204f9223607d8af84e4dfa1e9250981dd271b753576e571e2071d94408340376f13d3d766278d23407b7c754dbc493b7df30e2cd
|
||||
DIST ExtUtils-Config-0.010.tar.gz 13456 BLAKE2B f09325aa82947d93ebf5c195dd4a55a09098edaa6ffdaecaa3891a4611361010b9bed18a5fb7e08fc02adf0d481ec1ed5583bbdf96b28bfe329d00164bcb2b5f SHA512 64fdbe069388c4ae080622ea06ed6b3d8bd2d71e1af91dcdb53e9a99337212071d7758f9d1a1d4e032afdf5efa26b83374919c6d6a7bbc26bde75dcb7b81046a
|
||||
|
||||
Reference in New Issue
Block a user