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-Types-Stringlike: Bump to version 0.3.0
- use EAPI6 - fixup deps Upstream: - adds ArrayRefOfStringlike and ArrayRefOfStringable types Package-Manager: portage-2.2.27
- Loading branch information
1 parent
5da2b45
commit cfe3c3b
Showing
2 changed files
with
33 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-Types-Stringlike-0.001.tar.gz 10357 SHA256 2ba71fff105d851ea6aee85bef5d6629726138a2b005b77a163a8bfb403cea03 SHA512 7e83f53bf2778ad2af36dd210a30f5c76b20270a4dd0ffa0610ded6fc5128ec1e772ee471783e4b084cf1fda9bc72e5e69631684a32751a97aa8a2b2244aa126 WHIRLPOOL f445d93fa8fc56f8cf9b6150e3be9cb760d4ae463fab3624dbd513e45a3ecbb1e65402be8e937aabe9ddc6747fd600c8b3e585fdb655cbc0805b7aeb44182a64 | ||
DIST MooseX-Types-Stringlike-0.003.tar.gz 13510 SHA256 2ee349ec5c529a6f347f42ff640e47b245564b93cca305df63c7821f5b55cf19 SHA512 a9312e5441cdab2d01ef1f86babf2f4f5fdb595dcb1de4374759ee5543d13cc7f1431f0a4db4edbc4a168b8410cc7aff41bb60fb1ef7d1db64642501e6212d9d WHIRLPOOL bf9601b4d6127ca0412fd36a688766f556f3248aa53b486514c48eb7cfca693939850597143730c34413f52fa2a91704e4d18a032aa22e344ec9f8bc729f8725 |
32 changes: 32 additions & 0 deletions
32
dev-perl/MooseX-Types-Stringlike/MooseX-Types-Stringlike-0.3.0.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,32 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=DAGOLDEN | ||
DIST_VERSION=0.003 | ||
|
||
inherit perl-module | ||
|
||
DESCRIPTION="Moose type constraints for strings or string-like objects" | ||
|
||
LICENSE="Apache-2.0" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="test" | ||
|
||
RDEPEND=" | ||
dev-perl/MooseX-Types | ||
" | ||
DEPEND="${RDEPEND} | ||
>=virtual/perl-ExtUtils-MakeMaker-6.170.0 | ||
test? ( | ||
virtual/perl-File-Spec | ||
virtual/perl-Scalar-List-Utils | ||
dev-perl/Moose | ||
virtual/perl-File-Temp | ||
>=virtual/perl-Test-Simple-0.960.0 | ||
virtual/perl-version | ||
) | ||
" |