diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-perl/Crypt-OpenSSL-RSA | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-perl/Crypt-OpenSSL-RSA')
| -rw-r--r-- | dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.350.0.ebuild | 38 | ||||
| -rw-r--r-- | dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.370.0.ebuild | 41 | ||||
| -rw-r--r-- | dev-perl/Crypt-OpenSSL-RSA/Manifest | 2 | ||||
| -rw-r--r-- | dev-perl/Crypt-OpenSSL-RSA/metadata.xml | 9 |
4 files changed, 90 insertions, 0 deletions
diff --git a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.350.0.ebuild b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.350.0.ebuild new file mode 100644 index 000000000000..c38b13bbd750 --- /dev/null +++ b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.350.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=TODDR +DIST_VERSION=0.35 +inherit perl-module + +DESCRIPTION="RSA encoding and decoding using the OpenSSL libraries" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" + +RDEPEND=" + dev-perl/Crypt-OpenSSL-Bignum + dev-perl/Crypt-OpenSSL-Random + dev-libs/openssl:= +" +DEPEND=" + dev-libs/openssl:= +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Crypt-OpenSSL-Guess-0.110.0 +" + +PERL_RM_FILES=( + t/z_kwalitee.t + t/z_perl_minimum_version.t + t/z_meta.t + t/z_pod-coverage.t + t/z_pod.t +) + +mydoc="rfc*.txt" + +export OPENSSL_PREFIX="${ESYSROOT}/usr" diff --git a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.370.0.ebuild b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.370.0.ebuild new file mode 100644 index 000000000000..6ab06c4bdc37 --- /dev/null +++ b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.370.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=TODDR +DIST_VERSION=0.37 +inherit perl-module + +DESCRIPTION="RSA encoding and decoding using the OpenSSL libraries" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + +RDEPEND=" + dev-perl/Crypt-OpenSSL-Bignum + dev-perl/Crypt-OpenSSL-Random + dev-libs/openssl:= +" +DEPEND=" + dev-libs/openssl:= +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Crypt-OpenSSL-Guess-0.110.0 +" + +PERL_RM_FILES=( + t/z_kwalitee.t + t/z_perl_minimum_version.t + t/z_meta.t + t/z_pod-coverage.t + t/z_pod.t +) + +mydoc="rfc*.txt" + +src_configure() { + export OPENSSL_PREFIX="${ESYSROOT}/usr" + perl-module_src_configure +} diff --git a/dev-perl/Crypt-OpenSSL-RSA/Manifest b/dev-perl/Crypt-OpenSSL-RSA/Manifest new file mode 100644 index 000000000000..8680985b1387 --- /dev/null +++ b/dev-perl/Crypt-OpenSSL-RSA/Manifest @@ -0,0 +1,2 @@ +DIST Crypt-OpenSSL-RSA-0.35.tar.gz 32027 BLAKE2B d3021dd76deddf0291f7fa8a75dd9ce4ff3bf669379a980a7a6fba4ea69573563bc6909c54ea05876e1ab7868ed46d43b3a6cdd479e07b5bb8218f73ffba862e SHA512 27fbf7d0cc65778b07700b375e8ebed457f237a465582eca07b3fb50d4c966cd4afc71919a50e14bf660dfa3c4ecc202a6410ad9301994d454a78e6e7bcb9608 +DIST Crypt-OpenSSL-RSA-0.37.tar.gz 34148 BLAKE2B 17e320c855945f97563b230c49e806098485f216ef9bb9ab2b53e279b7216165fb09336caf0eb41f68ea283889de56018bdaace7b53dc877fb5c73c433e33760 SHA512 e53f041c5b4f579678da8c7d8c950e52ecea85d09365f4387f5e5066ed8efda35d4448085720f47dcb7b3e78a467f9160a282c2288335c92e0e3d052ee8eea1b diff --git a/dev-perl/Crypt-OpenSSL-RSA/metadata.xml b/dev-perl/Crypt-OpenSSL-RSA/metadata.xml new file mode 100644 index 000000000000..89c67f49bdb9 --- /dev/null +++ b/dev-perl/Crypt-OpenSSL-RSA/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> |
