dev-perl/Conf-Libconfig: Fix version; it should be 0.100.0
authorCraig Andrews <candrews@gentoo.org>
Thu, 18 Jul 2019 19:06:38 +0000 (15:06 -0400)
committerCraig Andrews <candrews@gentoo.org>
Thu, 18 Jul 2019 19:22:28 +0000 (15:22 -0400)
See https://wiki.gentoo.org/wiki/Project:Perl/Version-Scheme

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild [new file with mode: 0644]

diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild
new file mode 100644 (file)
index 0000000..ec3993e
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR="CNANGEL"
+DIST_VERSION="0.100"
+
+inherit perl-module
+
+DESCRIPTION="Perl extension for libconfig"
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-libs/libconfig
+       virtual/perl-XSLoader"
+DEPEND="${RDEPEND}
+       dev-perl/ExtUtils-PkgConfig
+       test? (
+               dev-perl/Test-Pod
+               >=dev-perl/Test-Exception-0.430.0
+               >=dev-perl/Test-Deep-1.127.0
+               >=dev-perl/Test-Warn-0.320.0
+       )"