summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-07-18 15:21:56 -0400
committerCraig Andrews <candrews@gentoo.org>2019-07-18 15:22:39 -0400
commitaf5638f305fc1ac1cecb1a94fe74be9b8c117165 (patch)
treebe1e0f8c185a67a1fcb599333dcb5d9c6fb42881 /dev-perl
parentdev-perl/Conf-Libconfig: Fix version; it should be 0.100.0 (diff)
downloadgentoo-af5638f305fc1ac1cecb1a94fe74be9b8c117165.tar.gz
gentoo-af5638f305fc1ac1cecb1a94fe74be9b8c117165.tar.bz2
gentoo-af5638f305fc1ac1cecb1a94fe74be9b8c117165.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.ebuild27
1 files changed, 0 insertions, 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 ec3993e513ac..000000000000
--- 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
- )"