summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-15 22:14:37 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-16 21:32:39 +0100
commit7b36c632f273cb90e1a429bd05bd4a8c74822c10 (patch)
treea1bb68b865f82cfd80990a3c16d5df939db72db0 /dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0-r1.ebuild
parentdev-perl/Module-Runtime: EAPI=8 bump (diff)
downloadgentoo-7b36c632f273cb90e1a429bd05bd4a8c74822c10.tar.gz
gentoo-7b36c632f273cb90e1a429bd05bd4a8c74822c10.tar.bz2
gentoo-7b36c632f273cb90e1a429bd05bd4a8c74822c10.zip
dev-perl/Module-Runtime-Conflicts: EAPI=8 bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0-r1.ebuild')
-rw-r--r--dev-perl/Module-Runtime-Conflicts/Module-Runtime-Conflicts-0.3.0-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
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
+ )
+"