diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-02-14 18:07:22 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-02-14 18:19:03 +1300 |
commit | aa2a6548b3ebf19794813148b0d73f7924100b2e (patch) | |
tree | 8e2f2257801ec37e53ddb7a4da5f01bd72b23f62 /dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild | |
parent | dev-perl/Specio: Bump to version 0.350.0 (diff) | |
download | gentoo-aa2a6548b3ebf19794813148b0d73f7924100b2e.tar.gz gentoo-aa2a6548b3ebf19794813148b0d73f7924100b2e.tar.bz2 gentoo-aa2a6548b3ebf19794813148b0d73f7924100b2e.zip |
dev-perl/Variable-Magic: Bump to version 0.610.0
Upstream:
- Fix compatability against perl 5.25.3+ due to stack unwind reworks.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild')
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild new file mode 100644 index 000000000000..5b27c5764126 --- /dev/null +++ b/dev-perl/Variable-Magic/Variable-Magic-0.610.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=VPIT +DIST_VERSION=0.61 +DIST_EXAMPLES=("samples/*") +inherit perl-module + +DESCRIPTION="Associate user-defined magic to variables from Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x86-fbsd ~x64-macos" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-XSLoader +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" |