mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-perl/Config-IniFiles: add 3.1.0
- fixes CVE-2026-11527 - EAPI -> 8 - fix MissingVersionedVirtualPerlDependency Bug: https://bugs.gentoo.org/979587 Signed-off-by: Brett A C Sheffield <bacs@librecast.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1474 Merges: https://codeberg.org/gentoo/gentoo/pulls/1474 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
0bee02e0fe
commit
d4e976ea94
28
dev-perl/Config-IniFiles/Config-IniFiles-3.1.0.ebuild
Normal file
28
dev-perl/Config-IniFiles/Config-IniFiles-3.1.0.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=SHLOMIF
|
||||
DIST_VERSION=3.001000
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Module for reading .ini-style configuration files"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc ~x86"
|
||||
|
||||
# needs List::Util and Scalar::Util
|
||||
RDEPEND="
|
||||
dev-perl/IO-stringy
|
||||
>=virtual/perl-Scalar-List-Utils-1.330.0
|
||||
"
|
||||
DEPEND="
|
||||
dev-perl/Module-Build
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
>=dev-perl/Module-Build-0.280.0
|
||||
test? (
|
||||
>=virtual/perl-Test-Simple-0.880.0
|
||||
)
|
||||
"
|
||||
@@ -1 +1,2 @@
|
||||
DIST Config-IniFiles-3.000003.tar.gz 70024 BLAKE2B 215896e05d09ab5c7d6d6ddda768c7eccfbac808eed3b3a6c89218a06bb813af404c621e1dce28a3aa4869fe49d2dbd40da354ec3b3b36a2a1e5d1c50d9f0a32 SHA512 29278b7f6aaf9ffcc0cd8b48ca0e1f1084b10278e50764b2b93e3e9b156ef13d6e54f779f41d0a6cbf6e0b23da1b73a3bb83fbf873add0a604693a41312b91f5
|
||||
DIST Config-IniFiles-3.001000.tar.gz 71583 BLAKE2B 268475e53afdddadb737d9cf504503ad646e8a007bae2912685478d6ff5e232f5d012b4393aa500460e46eac9c6a259f62097bb8e548bd936481d97f796e43e7 SHA512 a985abdf2bb33baa6a60f7fd4c68c6ee45c9e5a3a3602dd07c9995b5c6cea6f57be0c9b9c0c781d40f65b6bb774ec5650d2158c682335dbe5648a80cd5e1eda5
|
||||
|
||||
Reference in New Issue
Block a user