summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2016-03-20 17:49:55 +1300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-03-22 23:36:55 +0100
commit3672d3aefe9be71b19d794ec66d160fcea3d6aa8 (patch)
tree5dc105ba1a932d73ec4a2d5f79aa62e34da40a2f /perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild
parentperl-core/Test-Simple: Fix lack of blocker on Test-Tester bug #577748 (diff)
downloadgentoo-3672d3aefe9be71b19d794ec66d160fcea3d6aa8.tar.gz
gentoo-3672d3aefe9be71b19d794ec66d160fcea3d6aa8.tar.bz2
gentoo-3672d3aefe9be71b19d794ec66d160fcea3d6aa8.zip
perl-core/Test-Simple: -r1 bump to propagate blocker
Package-Manager: portage-2.2.28
Diffstat (limited to 'perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild')
-rw-r--r--perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild b/perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild
new file mode 100644
index 000000000000..b841630f9b03
--- /dev/null
+++ b/perl-core/Test-Simple/Test-Simple-1.1.14-r1.ebuild
@@ -0,0 +1,22 @@
+# 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 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~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-Tester-0.114.0
+ !<dev-perl/Test-use-ok-0.160.0"
+DEPEND="${RDEPEND}"
+
+mydoc="rfc*.txt"