commit:     69ec45f1e13d79e062baa3f0e8332ea455134537
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 19:06:38 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 19:22:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ec45f1

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 <candrews <AT> gentoo.org>

 .../Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild   | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

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 00000000000..ec3993e513a
--- /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
+       )"

Reply via email to