mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-perl/CryptX: add 0.87.0
Bug: https://bugs.gentoo.org/958034 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
49
dev-perl/CryptX/CryptX-0.87.0.ebuild
Normal file
49
dev-perl/CryptX/CryptX-0.87.0.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2025 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.087
|
||||
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="
|
||||
!minimal? (
|
||||
dev-perl/JSON
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
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.85.0-respect-flags.patch
|
||||
)
|
||||
|
||||
#src_configure() {
|
||||
# CRYPTX_LDFLAGS='-ltommath -ltomcrypt' perl-module_src_configure
|
||||
#}
|
||||
@@ -1,2 +1,3 @@
|
||||
DIST CryptX-0.085.tar.gz 1786764 BLAKE2B c29f3092e65f6c48d44989b108c799a53c8636eafe26a926e2931de460b049adaad2c104700008f8ddaf763bb69202dd4f9e4b15ad4db4249912db96a1179da3 SHA512 620eb8d9a8a1e9fbd2d877491d34667fbafb7d29a4de0bc1b95e9eddef22b4b6fa749a1f8f86ff25088bc8d4d3efdeea0a462b0a32b03e63c343392884b79cd9
|
||||
DIST CryptX-0.086.tar.gz 1793617 BLAKE2B 62e2b08e6b4f7bd013ba3890ac631da2d1809ff4ac3404e85110eaafcd17034702f0ca03cc9ef962b0e84beceb8b1a06af5c958b0fe2d9ab9f469bb584249de1 SHA512 bbfee8faee2643d21bfeb03fa9a1001a30dfbdf1c1a18ef5f3b25250205aaad2bfaa625e9d4c7fe3d6af77eae816c0ce37accac0ff2cb7337cafb69be671c4d6
|
||||
DIST CryptX-0.087.tar.gz 1859357 BLAKE2B e823e82a33837273463a78768877b20fe5835f0f177b2b96ee7451e9b21616ddea5150b1b6c1978499da8d6bcd2d0984469787e5b38081f5443017bdf7b7a277 SHA512 1395e1acbf7d090d6b89c78adb8e6f2dadd39dbbb255c43977bef7af5e141de31b1e77e8680aa6bfa404342e32b98dfcb0fe7c6c0f4549859bcb7339d438dcb8
|
||||
|
||||
Reference in New Issue
Block a user