forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/MooseX-Object-Pluggable: Bump to version 0.1.400
- EAPI6 - Update dependencies Upstream: - Removed use of deprecated Class::MOP::load_class - better error handling and diagnostics Package-Manager: portage-2.2.27
- Loading branch information
1 parent
6fc3309
commit ca7c6b6
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST MooseX-Object-Pluggable-0.0011.tar.gz 25097 SHA256 c2625210482a40d32fa9f7e10b3abec823a87aa2e588d8d67a43dd16253af477 SHA512 7d2c65dcbe97a7038d5bd6f78b50e02d0a280e9605853c1b92a0679aa5228106f2754c8a0d795720a37467fa771726ea22c4a8156db6d2722e190e247cf0d44f WHIRLPOOL 5031fed9ca112363d3f45a645ddc4f2bdb2a1168a64e835f0c5e82926aa1b482eddeda47736ce4970336edd231a38f109c679ec1e10ed032ad679ee18d1f1f26 | ||
DIST MooseX-Object-Pluggable-0.0014.tar.gz 32080 SHA256 f3bf7cbbe83f59c2111463e0c7dc8e69fa53fb3a8903f36f36d3f886cc3e64e0 SHA512 0eab6798519fdf5f0b6c698112af62db9d3dade00d4e28d622f4dbabdb0d3f099ae1427d7a5913c8c6db25fc547c2b949672af1f8a58fdff2546b795814c36e5 WHIRLPOOL dcafe9308d421112ebc463c0f1fd1046cb480d0febdcaf540718b2e58a134e9c2fc1432fe878458a1944a903ab78951f92bac2e5d2a327b458e321ad8335630a |
33 changes: 33 additions & 0 deletions
33
dev-perl/MooseX-Object-Pluggable/MooseX-Object-Pluggable-0.1.400.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=ETHER | ||
DIST_VERSION=0.0014 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Make your classes pluggable" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~ppc ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
virtual/perl-Carp | ||
dev-perl/Module-Pluggable | ||
dev-perl/Module-Runtime | ||
dev-perl/Moose | ||
virtual/perl-Scalar-List-Utils | ||
dev-perl/Try-Tiny | ||
dev-perl/namespace-autoclean | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-perl/Module-Build-Tiny-0.39.0 | ||
test? ( | ||
virtual/perl-ExtUtils-MakeMaker | ||
virtual/perl-File-Spec | ||
dev-perl/Test-Fatal | ||
>=virtual/perl-Test-Simple-0.880.0 | ||
)" |