summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-10 19:26:56 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-10 19:44:00 +0200
commit14330395467247bc72cf3ecfdb2c38af85f36881 (patch)
treeb2bbbc82d27944cce66b96595b6efbaa7b1e20d6 /dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.0-r1.ebuild
parentdev-perl/Cisco-IPPhone: EAPI=8 bump (diff)
downloadgentoo-14330395467247bc72cf3ecfdb2c38af85f36881.tar.gz
gentoo-14330395467247bc72cf3ecfdb2c38af85f36881.tar.bz2
gentoo-14330395467247bc72cf3ecfdb2c38af85f36881.zip
dev-perl/Cisco-Reconfig: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.0-r1.ebuild')
-rw-r--r--dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.0-r1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.0-r1.ebuild b/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.0-r1.ebuild
new file mode 100644
index 000000000000..6561b836d876
--- /dev/null
+++ b/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.912.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=MUIR
+DIST_VERSION=0.912
+DIST_SECTION=modules
+inherit perl-module
+
+DESCRIPTION="Parse and generate Cisco configuration files"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+ >=virtual/perl-Scalar-List-Utils-1.70.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"