From 7b36c632f273cb90e1a429bd05bd4a8c74822c10 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Mon, 15 Nov 2021 22:14:37 +0100 Subject: dev-perl/Module-Runtime-Conflicts: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- .../Module-Runtime-Conflicts-0.3.0-r1.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0-r1.ebuild (limited to 'dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0-r1.ebuild') diff --git a/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0-r1.ebuild b/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0-r1.ebuild new file mode 100644 index 000000000000..eb7f995c39d3 --- /dev/null +++ b/dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ETHER +DIST_VERSION=0.003 +inherit perl-module + +DESCRIPTION="Provide information on conflicts for Module::Runtime" +SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + dev-perl/Dist-CheckConflicts + dev-perl/Module-Runtime +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + virtual/perl-Module-Metadata + test? ( + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.880.0 + virtual/perl-if + ) +" -- cgit v1.2.3-65-gdbad