diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-perl/Crypt-OpenSSL-RSA | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.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 | 13 |
4 files changed, 0 insertions, 94 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 deleted file mode 100644 index c38b13bbd750..000000000000 --- a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.350.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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 deleted file mode 100644 index 6ab06c4bdc37..000000000000 --- a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.370.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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 deleted file mode 100644 index 8680985b1387..000000000000 --- a/dev-perl/Crypt-OpenSSL-RSA/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 83b607ba0863..000000000000 --- a/dev-perl/Crypt-OpenSSL-RSA/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>perl@gentoo.org</email> - <name>Gentoo Perl Project</name> - </maintainer> - <upstream> - <remote-id type="cpan">Crypt-OpenSSL-RSA</remote-id> - <remote-id type="cpan-module">Crypt::OpenSSL::RSA</remote-id> - <remote-id type="github">cpan-authors/Crypt-OpenSSL-RSA</remote-id> - </upstream> -</pkgmetadata> |
