From 69ec45f1e13d79e062baa3f0e8332ea455134537 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Thu, 18 Jul 2019 15:06:38 -0400 Subject: [PATCH] dev-perl/Conf-Libconfig: Fix version; it should be 0.100.0 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 --- .../Conf-Libconfig-0.100.0.ebuild | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild 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 index 000000000000..ec3993e513ac --- /dev/null +++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild @@ -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 + )" -- 2.26.2