diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-01-31 22:27:34 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-01-31 22:38:48 +0100 |
commit | 10442474510802daab99efa9ed0451936f0e6b2f (patch) | |
tree | 35c074a0a93ef681ccabd674e5c249e9c4747f0a /perl-core/Test-Simple/Test-Simple-1.1.14.ebuild | |
parent | dev-perl/GraphViz: Remove old (diff) | |
download | gentoo-10442474510802daab99efa9ed0451936f0e6b2f.tar.gz gentoo-10442474510802daab99efa9ed0451936f0e6b2f.tar.bz2 gentoo-10442474510802daab99efa9ed0451936f0e6b2f.zip |
perl-core/Test-Simple: Re-add, Perl 5.22.1 version with keywords of Perl 5.22.1
Package-Manager: portage-2.2.27
Diffstat (limited to 'perl-core/Test-Simple/Test-Simple-1.1.14.ebuild')
-rw-r--r-- | perl-core/Test-Simple/Test-Simple-1.1.14.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/perl-core/Test-Simple/Test-Simple-1.1.14.ebuild b/perl-core/Test-Simple/Test-Simple-1.1.14.ebuild new file mode 100644 index 000000000000..8c9db9515a56 --- /dev/null +++ b/perl-core/Test-Simple/Test-Simple-1.1.14.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=EXODIST +DIST_VERSION=1.001014 +inherit perl-module + +DESCRIPTION="Basic utilities for writing tests" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 ~hppa ~hppa-hpux ~ia64 ~ia64-hpux ~ia64-linux ~m68k ~m68k-mint ~mips ~ppc ~ppc64 ~ppc-aix ~ppc-macos ~s390 ~sh ~sparc ~sparc64-solaris ~sparc-solaris ~x64-freebsd ~x64-macos ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux ~x86-macos ~x86-solaris" +IUSE="" + +mydoc="rfc*.txt" |