diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-11 02:11:05 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-11 02:12:22 +1200 |
commit | 61405771293d1c3275a42bc62009113ea56535fb (patch) | |
tree | a06991c1119c95df1dc2932cb721e2e25317faa3 /dev-perl | |
parent | net-im/qtox: reorder maintainers in metadata (diff) | |
download | gentoo-61405771293d1c3275a42bc62009113ea56535fb.tar.gz gentoo-61405771293d1c3275a42bc62009113ea56535fb.tar.bz2 gentoo-61405771293d1c3275a42bc62009113ea56535fb.zip |
dev-perl/ExtUtils-Config: Bump to version 0.8.0
- EAPI6
- Fixup DESCRIPTION
Upstream:
- Remove methods: clone, set, clear
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/ExtUtils-Config/Manifest | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild new file mode 100644 index 000000000000..a082d9c55525 --- /dev/null +++ b/dev-perl/ExtUtils-Config/ExtUtils-Config-0.8.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=6 +DIST_AUTHOR=LEONT +DIST_VERSION=0.008 +inherit perl-module + +DESCRIPTION="A wrapper for perl's configuration" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Data-Dumper +" +DEPEND=" + ${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.88 + ) +" +src_test() { + perl_rm_files t/release-pod-{syntax,coverge}.t + perl-module_src_test +} diff --git a/dev-perl/ExtUtils-Config/Manifest b/dev-perl/ExtUtils-Config/Manifest index cf6514907142..7b8c3e00bb7b 100644 --- a/dev-perl/ExtUtils-Config/Manifest +++ b/dev-perl/ExtUtils-Config/Manifest @@ -1 +1,2 @@ DIST ExtUtils-Config-0.007.tar.gz 12135 SHA256 2c1465078b876fd16a90507092805265528c2532d4937b03547a6dbdb8ac0eef SHA512 168facb55560ad562bf1e4ca59dd0cee119e0059a8ac7d62283b7074078f73aabd5cc8c217754492a1e0bae61456b9ed9480f9710fbddd3865e5eddaf746052f WHIRLPOOL 11b98f0cf668b8005e5155da1a31d9346760a75e7d654a56207e6d8c1891e1a4b29d6ff189a2e9b610a0a7d65aeb058cff65b57c4c512553850f9e830cab2259 +DIST ExtUtils-Config-0.008.tar.gz 11165 SHA256 ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c SHA512 7775e2212b4605e60559c7e63604b8f2b4c56f4846e64f9f4454f3f5d0a7a21f618143e6c61eafabf5d9ee9bca8f722c04aedeaf9c51f59924de68c272b86db2 WHIRLPOOL 85203a2220ce9fdbe857f0433d6cc31a76facdbf5faabd699ce94253d1dab810b187506a338162b474afb433f1db7344b347c0baab78360d02d6ca18d79fa659 |