diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-09-26 21:34:18 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-09-26 21:36:19 +1200 |
commit | b20f7527c8091a7f8fa80c3e84f2b66b701472c4 (patch) | |
tree | af2f5e6c9ec5a5f5632e23724e2d5f98875e4514 /dev-perl/Conf-Libconfig | |
parent | dev-perl/Class-XPath: Cleanup old 1.400.0-r1 (diff) | |
download | gentoo-b20f7527c8091a7f8fa80c3e84f2b66b701472c4.tar.gz gentoo-b20f7527c8091a7f8fa80c3e84f2b66b701472c4.tar.bz2 gentoo-b20f7527c8091a7f8fa80c3e84f2b66b701472c4.zip |
dev-perl/Conf-Libconfig: Cleanup old 0.100.0
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Conf-Libconfig')
-rw-r--r-- | dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild deleted file mode 100644 index 2edcf500111d..000000000000 --- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 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="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~s390 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -PERL_RM_FILES=( - "t/boilerplate.t" - "t/pod-coverage.t" - "t/pod-spell.t" - "t/pod.t" -) -RDEPEND="dev-libs/libconfig - virtual/perl-XSLoader" -DEPEND="${RDEPEND} - dev-perl/ExtUtils-PkgConfig - test? ( - >=dev-perl/Test-Exception-0.430.0 - >=dev-perl/Test-Deep-1.127.0 - >=dev-perl/Test-Warn-0.320.0 - )" |