diff options
author | 2021-01-02 00:44:07 +0000 | |
---|---|---|
committer | 2021-01-02 00:44:07 +0000 | |
commit | f90694ad7db0d93598e948f9506f632ae361b9cc (patch) | |
tree | 4978536d6c1aff52ec2ccb268174590dc6396d37 /dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild | |
parent | dev-util/conf2struct: revbump for libconfig subslot dep (diff) | |
download | gentoo-f90694ad7db0d93598e948f9506f632ae361b9cc.tar.gz gentoo-f90694ad7db0d93598e948f9506f632ae361b9cc.tar.bz2 gentoo-f90694ad7db0d93598e948f9506f632ae361b9cc.zip |
dev-perl/Conf-Libconfig: revbump for libconfig subslot dep
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild')
-rw-r--r-- | dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild new file mode 100644 index 00000000000..8ad922bbd82 --- /dev/null +++ b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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=" + dev-libs/libconfig:= +" +BDEPEND="${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 + ) +" +src_compile() { + mymake=( + "OPTIMIZE=${CFLAGS}" + ) + perl-module_src_compile +} |