mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-perl/DBI-Shell: cleanup
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
144e3e50f7
commit
355ed89011
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2024 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -11,33 +11,22 @@ DESCRIPTION="Interactive command shell for the DBI"
|
|||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="amd64 ppc x86"
|
KEYWORDS="amd64 ppc x86"
|
||||||
IUSE="minimal test"
|
IUSE="minimal"
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
!minimal? (
|
!minimal? (
|
||||||
virtual/perl-IO
|
|
||||||
dev-perl/TermReadKey
|
dev-perl/TermReadKey
|
||||||
virtual/perl-Text-ParseWords
|
|
||||||
virtual/perl-Text-Tabs+Wrap
|
|
||||||
)
|
)
|
||||||
virtual/perl-Carp
|
|
||||||
dev-perl/DBI
|
dev-perl/DBI
|
||||||
virtual/perl-Data-Dumper
|
|
||||||
virtual/perl-Exporter
|
|
||||||
>=dev-perl/File-HomeDir-0.500.0
|
>=dev-perl/File-HomeDir-0.500.0
|
||||||
virtual/perl-File-Spec
|
|
||||||
dev-perl/IO-Interactive
|
dev-perl/IO-Interactive
|
||||||
dev-perl/IO-Tee
|
dev-perl/IO-Tee
|
||||||
virtual/perl-Term-ReadLine
|
|
||||||
dev-perl/Text-CSV_XS
|
dev-perl/Text-CSV_XS
|
||||||
dev-perl/Text-Reform
|
dev-perl/Text-Reform
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
${RDEPEND}
|
${RDEPEND}
|
||||||
virtual/perl-ExtUtils-MakeMaker
|
|
||||||
test? (
|
test? (
|
||||||
>=virtual/perl-Getopt-Long-2.170.0
|
>=virtual/perl-Getopt-Long-2.170.0
|
||||||
virtual/perl-Test-Simple
|
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
Loading…
x
Reference in New Issue
Block a user