commit: af5638f305fc1ac1cecb1a94fe74be9b8c117165 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Thu Jul 18 19:21:56 2019 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Thu Jul 18 19:22:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5638f3
dev-perl/Conf-Libconfig: Remove 0.100, the correct version is 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.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild deleted file mode 100644 index ec3993e513a..00000000000 --- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 - )"
