summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-05 22:53:16 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-05 23:14:38 +0200
commite6bafd8cb60e7fce30d2ac929e0f4c1c05e98f3e (patch)
tree79b2c8a643d01df18295729a4cda5b02975378c9 /dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
parentdev-perl/Return-Value: EAPI=8 bump (diff)
downloadgentoo-e6bafd8cb60e7fce30d2ac929e0f4c1c05e98f3e.tar.gz
gentoo-e6bafd8cb60e7fce30d2ac929e0f4c1c05e98f3e.tar.bz2
gentoo-e6bafd8cb60e7fce30d2ac929e0f4c1c05e98f3e.zip
dev-perl/Role-Basic: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild')
-rw-r--r--dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
new file mode 100644
index 000000000000..eb50cb3684c1
--- /dev/null
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=OVID
+DIST_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION="Just roles. Nothing else"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="amd64"
+
+RDEPEND=""
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ test? ( virtual/perl-Test-Simple )
+"