commit: 7923a4324766e3e3aa9a1ff60e1ac81c871c8562
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Oct 10 03:24:27 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Sat Oct 10 03:24:27 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7923a432
dev-perl/Config-Std: version bump to 0.903
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-perl/Config-Std/Config-Std-0.903.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-perl/Config-Std/Config-Std-0.903.ebuild
b/dev-perl/Config-Std/Config-Std-0.903.ebuild
new file mode 100644
index 000000000..e80b378c4
--- /dev/null
+++ b/dev-perl/Config-Std/Config-Std-0.903.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR="BRICKER"
+inherit perl-module
+
+DESCRIPTION="Load and save configuration files in a standard format"
+
+#LICENSE="|| ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-perl/Class-Std
+ dev-perl/Module-Build
+"
+DEPEND="${RDEPEND}"