diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-07 19:12:22 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-07 19:14:02 +1300 |
commit | e6ff73e853488d4e3ceb6dbc6e9b955c19912c42 (patch) | |
tree | a2758aa399008579a277b20830d9a0b83376c05b /dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.3.0.ebuild | |
parent | dev-perl/DBIx-Class-InflateColumn-Boolean: Remove Pod author tests (diff) | |
download | gentoo-e6ff73e853488d4e3ceb6dbc6e9b955c19912c42.tar.gz gentoo-e6ff73e853488d4e3ceb6dbc6e9b955c19912c42.tar.bz2 gentoo-e6ff73e853488d4e3ceb6dbc6e9b955c19912c42.zip |
dev-perl/DBIx-Class-InflateColumn-Boolean: Bump to version 0.3.0
- EAPI6
- Parallel Testing
Upstream:
- Remove Contextual::Return with lightweight object
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.3.0.ebuild')
-rw-r--r-- | dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.3.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.3.0.ebuild b/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.3.0.ebuild new file mode 100644 index 000000000000..d4439f967353 --- /dev/null +++ b/dev-perl/DBIx-Class-InflateColumn-Boolean/DBIx-Class-InflateColumn-Boolean-0.3.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=GRAF +DIST_VERSION=0.003000 +inherit perl-module + +DESCRIPTION="Auto-create boolean objects from columns" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-perl/DBIx-Class-0.80.0" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Path-Class + dev-perl/SQL-Translator + virtual/perl-Test-Simple + ) +" + +src_test() { + perl_rm_files t/pod-coverage.t t/pod.t + perl-module_src_test +} |