mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
dev-perl/BZ-Client: EAPI bump; cleanup
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
25ee7aa1f3
commit
d29b83b7b1
@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=DJZORT
|
||||
DIST_VERSION=4.4004
|
||||
@ -12,35 +12,25 @@ DESCRIPTION="A client for the Bugzilla web services API"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/DateTime-Format-ISO8601
|
||||
dev-perl/DateTime-Format-Strptime
|
||||
dev-perl/DateTime-TimeZone
|
||||
virtual/perl-Encode
|
||||
virtual/perl-File-Spec
|
||||
dev-perl/HTTP-CookieJar
|
||||
virtual/perl-HTTP-Tiny
|
||||
virtual/perl-MIME-Base64
|
||||
dev-perl/URI
|
||||
dev-perl/XML-Parser
|
||||
dev-perl/XML-Writer
|
||||
virtual/perl-parent
|
||||
"
|
||||
DEPEND="dev-perl/Module-Build"
|
||||
BDEPEND="${RDEPEND}
|
||||
>=dev-perl/Module-Build-0.280.0
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
>=virtual/perl-CPAN-Meta-2.120.900
|
||||
dev-perl/Clone
|
||||
virtual/perl-Data-Dumper
|
||||
dev-perl/DateTime
|
||||
dev-perl/IO-Socket-SSL
|
||||
dev-perl/Test-RequiresInternet
|
||||
virtual/perl-Test-Simple
|
||||
dev-perl/Text-Password-Pronounceable
|
||||
)
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user