summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-12-05 09:29:37 +1300
committerKent Fredric <kentnl@gentoo.org>2016-12-05 09:39:23 +1300
commit651099ec18cea23630955a96f97eba565e05bf4e (patch)
treec4456c19c0e2737c5481fed900810b75286ddfdf /dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild
parentmedia-sound/qmmp: Remove old ebuilds (diff)
downloadgentoo-651099ec18cea23630955a96f97eba565e05bf4e.tar.gz
gentoo-651099ec18cea23630955a96f97eba565e05bf4e.tar.bz2
gentoo-651099ec18cea23630955a96f97eba565e05bf4e.zip
dev-perl/Role-Tiny: Bump to version 2.0.5
- EAPI6 Upstream: - Class::Method::Modifiers delayed loading until applying modifiers to a apckage. - use croak instead of die for reporting errors - apply method modifiers only once despite multiple composition paths - Don't install subs when importing into a package that is already a role Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild')
-rw-r--r--dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild b/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild
new file mode 100644
index 000000000000..fbd25ac12206
--- /dev/null
+++ b/dev-perl/Role-Tiny/Role-Tiny-2.0.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.000005
+inherit perl-module
+
+DESCRIPTION="Roles. Like a nouvelle cuisine portion size slice of Moose"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~ppc-macos ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.570.0
+ !<dev-perl/Moo-0.9.14
+"
+DEPEND="${RDEPEND}
+ test? (
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"