diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-perl/LWP-Protocol-https | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'dev-perl/LWP-Protocol-https')
| -rw-r--r-- | dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.140.0.ebuild | 27 | ||||
| -rw-r--r-- | dev-perl/LWP-Protocol-https/Manifest | 1 | ||||
| -rw-r--r-- | dev-perl/LWP-Protocol-https/metadata.xml | 9 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.140.0.ebuild b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.140.0.ebuild new file mode 100644 index 000000000000..00848de7d58a --- /dev/null +++ b/dev-perl/LWP-Protocol-https/LWP-Protocol-https-6.140.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=OALDERS +DIST_VERSION=6.14 +inherit perl-module + +DESCRIPTION="Provide https support for LWP::UserAgent" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" + +RDEPEND=" + >=dev-perl/IO-Socket-SSL-1.970.0 + >=dev-perl/libwww-perl-6.60.0 + >=dev-perl/Net-HTTP-6 +" +BDEPEND=" + ${RDEPEND} + test? ( + dev-perl/Net-SSLeay + >=dev-perl/Test-Needs-0.2.10 + dev-perl/Test-RequiresInternet + ) +" diff --git a/dev-perl/LWP-Protocol-https/Manifest b/dev-perl/LWP-Protocol-https/Manifest new file mode 100644 index 000000000000..2171dd8a7d56 --- /dev/null +++ b/dev-perl/LWP-Protocol-https/Manifest @@ -0,0 +1 @@ +DIST LWP-Protocol-https-6.14.tar.gz 33714 BLAKE2B 2a519c2f9c14596cfe03fb903ab83c37656958a5155de88dd3354598beb99eb500556f53e042c6a7f0c86b3badca9d988bdef9c6a78620bc72709fec9a5d5ffe SHA512 8f220c307833a803a8539a1c794598097133f24017edda9030eba2ff558d54104040fbae64d7068e99b9e03142e6e96a8b11c478e2a5571e908754a385b59fab diff --git a/dev-perl/LWP-Protocol-https/metadata.xml b/dev-perl/LWP-Protocol-https/metadata.xml new file mode 100644 index 000000000000..89c67f49bdb9 --- /dev/null +++ b/dev-perl/LWP-Protocol-https/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
