diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-10 22:41:42 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-10 22:42:14 +1200 |
commit | 3332729547dde432a27febd3eac3e50c41eed6df (patch) | |
tree | 149dcc55b450a51118fd450605f87f1c02bc2f25 /dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild | |
parent | dev-libs/mingw-libgnurx: initial ebuild #101468 (diff) | |
download | gentoo-3332729547dde432a27febd3eac3e50c41eed6df.tar.gz gentoo-3332729547dde432a27febd3eac3e50c41eed6df.tar.bz2 gentoo-3332729547dde432a27febd3eac3e50c41eed6df.zip |
dev-perl/Dist-CheckConflicts: Bump to version 0.110.0
- EAPI6
Upstream:
- (optional) Runtime Conflict warnings
- use Exporter instead of Sub::Exporter
- Don't ignore conflicts that fail to compile
- Don't use Test::Warnings or List::MoreUtils
- use newer Module::Runtime
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm hppa ia64 mips nios2 ppc ppc64 riscv sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild')
-rw-r--r-- | dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild new file mode 100644 index 000000000000..9f6c29cc9ab7 --- /dev/null +++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.110.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=DOY +DIST_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Declare version conflicts for your dist" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + >=dev-perl/Module-Runtime-0.9.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + virtual/perl-File-Spec + virtual/perl-IO + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.88 + )" |