Skip to content

Commit

Permalink
dev-perl/Any-Moose: Bump to version 0.270.0
Browse files Browse the repository at this point in the history
Upstream:
- Add runtime deprecation notices

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
kentfredric committed Sep 18, 2017
1 parent e744634 commit a01c6a6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=ETHER
DIST_VERSION=0.27
inherit perl-module

DESCRIPTION="Use Moose or Mouse modules (DEPRECATED)"

SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="test"
PERL_RM_FILES=(
"t/001-basic-mouse.t"
"t/002-other-modules-mouse.t"
"t/003-is_moose_loaded.t"
"t/004-x-modules-mouse.t"
"t/005-aliases-mouse.t"
"t/010-use_mouse_roles.t"
"t/012-use_mouse_util.t"
)
RDEPEND="dev-perl/Moose
virtual/perl-version"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.31
test? (
dev-perl/Moose
dev-perl/MooseX-Types
)
"
1 change: 1 addition & 0 deletions dev-perl/Any-Moose/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST Any-Moose-0.26.tar.gz 30456 SHA256 0404e192cac9c6fe43999e9291a9ed2dfab32022fd7e30cdec1ba2d12f0d8df1 SHA512 2883a216a76e5c58acea3679e1e20ab5f4646acc62644c40db3688c554730af6836628a0df259efba0a3f3fec6abf9575f53deb70f2acf0d253ba123248e9384 WHIRLPOOL 0b2b8f4700646ca8ada0fc2b814ab75223de1be4ebe8c5f93e2fcf069257f26d5f9dc6d127cbf4dc8acb4a6fb411ed0e1367a9075fb621782a2cd5b685023d1a
DIST Any-Moose-0.27.tar.gz 32856 SHA256 a8a63e37fa802e8258be99983916cde4512581dc8062de50e73d66af6e2d8535 SHA512 5c97caf2e64462bae95fc4d5dd41868c01f856bd8f74872985254b7cc6ce0e13b4accad7955047ff5c4013399f7aea2ad6d48ae3592883a3b6cd20c0e4478b7b WHIRLPOOL a4a74eae9a759573a2b1c21131985ec30c9d4d2a5cb62650bbf75ead4d4bf16e425d1c3af0f989cea4fec012c8ae9168127a755b9626600750a8624b73f72598

0 comments on commit a01c6a6

Please sign in to comment.