mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03:00
[sam: Dropped the 'drop' part as it conflicted.] Closes: https://bugs.gentoo.org/930479 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/39125 Closes: https://github.com/gentoo/gentoo/pull/39125 Signed-off-by: Sam James <sam@gentoo.org>
43 lines
989 B
Bash
43 lines
989 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=SZABGAB
|
|
DIST_VERSION=0.32
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Client side code for perl debugger"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~riscv ~x86"
|
|
|
|
RDEPEND="
|
|
>=virtual/perl-Carp-1.330.100
|
|
>=virtual/perl-Exporter-5.700.0
|
|
>=virtual/perl-IO-Socket-IP-0.290.0
|
|
>=dev-perl/PadWalker-1.980.0
|
|
>=dev-perl/Term-ReadLine-Gnu-1.200.0
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
|
|
test? (
|
|
>=dev-perl/File-HomeDir-1.0.0
|
|
>=virtual/perl-File-Temp-0.230.400
|
|
>=virtual/perl-Scalar-List-Utils-1.380.0
|
|
>=dev-perl/Test-CheckDeps-0.10.0
|
|
>=dev-perl/Test-Class-0.420.0
|
|
>=dev-perl/Test-Deep-0.112.0
|
|
>=virtual/perl-Test-Simple-1.1.3
|
|
>=dev-perl/Test-Requires-0.70.0
|
|
>=virtual/perl-parent-0.228.0
|
|
>=virtual/perl-version-0.990.800
|
|
>=dev-perl/PadWalker-1.920.0
|
|
>=dev-perl/Term-ReadLine-Perl-1.30.300
|
|
)
|
|
"
|
|
PERL_RM_FILES=(
|
|
t/03-pod.t
|
|
t/04-pod-coverage.t
|
|
)
|