diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-11 19:28:51 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-11 19:47:44 +0100 |
commit | e9edaefeeaf83767faf8968c5d7674032f129a74 (patch) | |
tree | 881d5e7cb09a6a15836b8d69bb1fc15fee147fdd /dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild | |
parent | dev-perl/LWP-Online: EAPI=8 bump (diff) | |
download | gentoo-e9edaefeeaf83767faf8968c5d7674032f129a74.tar.gz gentoo-e9edaefeeaf83767faf8968c5d7674032f129a74.tar.bz2 gentoo-e9edaefeeaf83767faf8968c5d7674032f129a74.zip |
dev-perl/LWP-Protocol-http10: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild')
-rw-r--r-- | dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild new file mode 100644 index 000000000000..0598fa5edbb8 --- /dev/null +++ b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=GAAS +DIST_VERSION=6.03 +inherit perl-module + +DESCRIPTION="Legacy HTTP/1.0 support for LWP" +SLOT="0" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" + +RDEPEND=" + >=dev-perl/HTTP-Message-6.0.0 + virtual/perl-IO + >=dev-perl/libwww-perl-6.0.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |