summaryrefslogtreecommitdiff
path: root/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-17 23:35:33 +0000
committerLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-17 23:35:33 +0000
commit8e8120eabdd28020aa69c7a60505cce2edd20adc (patch)
tree061bf0acdc672720e0bc3a2d575f67d25aedb2d8 /dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
parentc16790af2c9b4cbc38e565d4311252193ff85484 (diff)
downloadbaldeagleos-repo-21.1.2.tar.gz
baldeagleos-repo-21.1.2.tar.xz
baldeagleos-repo-21.1.2.zip
Updating liguros repo21.1.2
Diffstat (limited to 'dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild')
-rw-r--r--dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild b/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
deleted file mode 100644
index 0dfa4a34074a..000000000000
--- a/dev-perl/Conf-Libconfig/Conf-Libconfig-0.100.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 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
-}