diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-17 05:34:54 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-23 19:30:44 +0200 |
commit | 41a458849a7a385f43708bdce77d6a4edc773dd1 (patch) | |
tree | a146b2d1014143051e0618ba32f9c4314e33a762 /dev-perl/Test-YAML/Test-YAML-1.60.0.ebuild | |
parent | dev-qt: version bump 5.6.0 (diff) | |
download | gentoo-41a458849a7a385f43708bdce77d6a4edc773dd1.tar.gz gentoo-41a458849a7a385f43708bdce77d6a4edc773dd1.tar.bz2 gentoo-41a458849a7a385f43708bdce77d6a4edc773dd1.zip |
dev-perl/Test-YAML: Bump to version 1.60.0
- EAPI6
- Fixup metadata
Upstream:
- Minor packaging fixes
Keywords:
- Some keywords simply unsatisfied already on dev-perl/Test-Base
- Dropped m86k and arm64
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches --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/Test-YAML/Test-YAML-1.60.0.ebuild')
-rw-r--r-- | dev-perl/Test-YAML/Test-YAML-1.60.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Test-YAML/Test-YAML-1.60.0.ebuild b/dev-perl/Test-YAML/Test-YAML-1.60.0.ebuild new file mode 100644 index 000000000000..5eba0dc6961e --- /dev/null +++ b/dev-perl/Test-YAML/Test-YAML-1.60.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=INGY +DIST_VERSION=1.06 +inherit perl-module + +DESCRIPTION="Testing Module for YAML Implementations" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + >=dev-perl/Test-Base-0.860.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" +# Presently no actual tests worth running +DIST_TEST=skip |