mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
51
dev-perl/CryptX/CryptX-0.84.0.ebuild
Normal file
51
dev-perl/CryptX/CryptX-0.84.0.ebuild
Normal file
@@ -0,0 +1,51 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# TODO: unbundle libtommath, libtomcrypt. There's experimental support upstream.
|
||||
# bug #732634
|
||||
|
||||
DIST_AUTHOR=MIK
|
||||
DIST_VERSION=0.084
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Self-contained crypto toolkit"
|
||||
|
||||
LICENSE="|| ( Artistic GPL-1+ ) public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||
IUSE="minimal"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Math-BigInt
|
||||
!minimal? (
|
||||
dev-perl/JSON
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
>=virtual/perl-Test-Simple-0.880.0
|
||||
!minimal? (
|
||||
>=virtual/perl-Math-BigInt-1.999.715
|
||||
>=virtual/perl-Storable-2.0.0
|
||||
)
|
||||
)
|
||||
"
|
||||
|
||||
PERL_RM_FILES=(
|
||||
t/002_all_pm.t
|
||||
t/003_all_pm_pod.t
|
||||
t/004_all_pm_pod_spelling.t
|
||||
t/005_all_pm_pod_coverage.t
|
||||
)
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.82.0-respect-flags.patch
|
||||
)
|
||||
|
||||
#src_configure() {
|
||||
# CRYPTX_LDFLAGS='-ltommath -ltomcrypt' perl-module_src_configure
|
||||
#}
|
||||
@@ -1,2 +1,3 @@
|
||||
DIST CryptX-0.080.tar.gz 1651772 BLAKE2B a1c85cde7531eecbb2f82a715636de6bd9b5f9f209beb8a913757b0da955e8077c8ec01faf69dadc9f20744e0c03748d37ea0907d172e7b89315192c60780f18 SHA512 5702f59f28c70858eb2e78046c6415a816d94f45214092d4e2e938c0655a37e58e5295b2a7f753ee42e0fe4c2ce5632c068d80c7b3055cce1ecb0e5784fca475
|
||||
DIST CryptX-0.082.tar.gz 1719511 BLAKE2B 05f1ac12fd6ae04408f2ebe2568aa8cd6782e87cf8db1d2511a20a6cb49facc24c19526db223e8859f8a57bc5c3313997c6d8747923669018d0fc979d78ee034 SHA512 70b42717f4695ae77b5227b5e6a92d12d351796f06e36c38613020c2d9f0ebbc742ad3e258851ab65ad8d8b95e2d7b590b5a54c06755fec4c44b88a27f486590
|
||||
DIST CryptX-0.084.tar.gz 1786781 BLAKE2B 25df25f6ba67f34193dccd15051c6ceb9b71ab9a42735f6560bccdaf10918ed9217a7f7d4ca73b617981c385a18e961b27bdd8f6acf82c15cb246e8e3deba8b2 SHA512 c67c5b0aca1899155c37c3dbdb92249d1bc3e1781478a0aec3b3d4e01c70efd806bc325dc991462f9064ba0f18ec7c56c6d8383f068277ae1fc684cad88d4bd9
|
||||
|
||||
Reference in New Issue
Block a user