mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
29 lines
582 B
Bash
29 lines
582 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=ETHER
|
|
DIST_VERSION=1.07
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Implements a flat filesystem"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~hppa ~mips ppc x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/File-Copy-Recursive-0.350.0
|
|
>=dev-perl/File-Remove-0.380.0
|
|
>=virtual/perl-File-Spec-0.850.0
|
|
>=virtual/perl-File-Temp-0.170.0
|
|
>=dev-perl/prefork-0.20.0
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
test? (
|
|
>=virtual/perl-CPAN-Meta-2.120.900
|
|
>=dev-perl/Test-ClassAPI-1.40.0
|
|
>=virtual/perl-Test-Simple-0.470.0
|
|
)
|
|
"
|