dev-perl/REST-Client: Version bump 280

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2021-12-15 02:42:10 +01:00
parent fab14b91a2
commit cbde214859
2 changed files with 27 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST REST-Client-273.tar.gz 20405 BLAKE2B e11e061579f2034854e294eac21a23a471afafd430647a2ef6827348c72601074e9c4ff87a5e44f6a15977afa617111b2bf3dca2309f264411365ffc625dff0d SHA512 3e41b0281929f45f3c0c1bc95e772233ab31f54f0cb2f23fe5b884636575ba131fd26eca150bab6f33fae7eddcd4de7043781e27a071306bf46b16469033a57c
DIST REST-Client-280.tar.gz 10335 BLAKE2B b034492a648e5a3690d5bbdf97f06ba95386d052a97a1dba2098c0369446b1e91fa573ea4d0a5750534c3cea8af8b4e89f2d429852bc14c7eac78f61070f6f0f SHA512 bfe4c1abae886224326e9791aef37108673d35520c068adae7fcaf0a6bae0873a8725ad7da1cdd6a5107d4bfd10fa417582b3bdbd89f40f378904e5ec053beba

View File

@@ -0,0 +1,26 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=AKHUETTEL
inherit perl-module
DESCRIPTION="A simple client for interacting with RESTful http/https resources"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-perl/LWP-Protocol-https
dev-perl/libwww-perl
dev-perl/URI
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/HTTP-Server-Simple
virtual/perl-File-Spec
virtual/perl-Test-Simple
)
"