dev-perl/CryptX: Drop old versions

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2024-03-14 12:43:03 -04:00
parent a01e3509dc
commit f25f89ed48
6 changed files with 0 additions and 265 deletions

View File

@@ -1,60 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=MIK
DIST_VERSION=0.072
inherit perl-module
DESCRIPTION="Self-contained crypto toolkit"
LICENSE="|| ( Artistic GPL-1+ ) public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc64 sparc x86"
IUSE="test minimal"
RESTRICT="!test? ( test )"
RDEPEND="
!minimal? (
|| (
dev-perl/Cpanel-JSON-XS
dev-perl/JSON-XS
virtual/perl-JSON-PP
)
)
"
# dev-libs/libtommath
# dev-libs/libtomcrypt
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
)
)
"
#DEPEND="
# dev-libs/libtommath
# dev-libs/libtomcrypt
#"
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
)
#src_configure() {
# CRYPTX_LDFLAGS='-ltommath -ltomcrypt' perl-module_src_configure
#}
src_compile() {
mymake=(
"OPTIMIZE=${CFLAGS}"
)
perl-module_src_compile
}

View File

@@ -1,56 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MIK
DIST_VERSION=0.073
inherit perl-module
DESCRIPTION="Self-contained crypto toolkit"
LICENSE="|| ( Artistic GPL-1+ ) public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv sparc x86"
IUSE="minimal"
RDEPEND="
!minimal? (
dev-perl/JSON
)
"
# dev-libs/libtommath
# dev-libs/libtomcrypt
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
)
)
"
#DEPEND="
# dev-libs/libtommath
# dev-libs/libtomcrypt
#"
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
)
#src_configure() {
# CRYPTX_LDFLAGS='-ltommath -ltomcrypt' perl-module_src_configure
#}
src_compile() {
mymake=(
"OPTIMIZE=${CFLAGS}"
)
perl-module_src_compile
}

View File

@@ -1,47 +0,0 @@
# Copyright 1999-2023 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.077
inherit perl-module
DESCRIPTION="Self-contained crypto toolkit"
LICENSE="|| ( Artistic GPL-1+ ) public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv 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
)
#src_configure() {
# CRYPTX_LDFLAGS='-ltommath -ltomcrypt' perl-module_src_configure
#}

View File

@@ -1,47 +0,0 @@
# Copyright 1999-2023 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.078
inherit perl-module
DESCRIPTION="Self-contained crypto toolkit"
LICENSE="|| ( Artistic GPL-1+ ) public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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
)
#src_configure() {
# CRYPTX_LDFLAGS='-ltommath -ltomcrypt' perl-module_src_configure
#}

View File

@@ -1,51 +0,0 @@
# Copyright 1999-2023 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.080
inherit perl-module
DESCRIPTION="Self-contained crypto toolkit"
LICENSE="|| ( Artistic GPL-1+ ) public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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.80.0-respect-flags.patch
)
#src_configure() {
# CRYPTX_LDFLAGS='-ltommath -ltomcrypt' perl-module_src_configure
#}

View File

@@ -1,5 +1 @@
DIST CryptX-0.072.tar.gz 1643459 BLAKE2B 28bb06ef870287ccd9f46c2ed5d7b434e33563046598cff5c505c74c68d29b5bf58ad0dd3a5d968c6717ccb6cfdbf1b33982b49a87b9e4f7c85af9ab40d617d5 SHA512 9e51181b14c08f8c0769089f8c9a5feefa7c4f1a8dff2501cf1d1d475ae162f8df35c7cceff9d1742552951e13450cac9d70eb1ead8178e0c95cd1abfea5e03c
DIST CryptX-0.073.tar.gz 1643681 BLAKE2B 01a8a9082d4abbe6ae17b1fb53f9e0fbcf2aa8124381f11124ee55a23046f2c08aa403ce3a38a14f6bd36b3f61b539d704c913b0bea18d5c90a1b8336c464229 SHA512 592e4d657870785d7d13ba74bdc28c62575c4cf1ed95fb8de4524617ae92d196c5f1bc031ea4a39601ddb6ea8484dc28a4f2ddf53e2348466e9f8307956d0646
DIST CryptX-0.077.tar.gz 1647312 BLAKE2B bc685f298f10c73812b13496a42d180f19d85c3e37a1ec47b4561835faaf66a7c5d3d6dcd9769df72c89e69f77858358c0f34498467bfc8436fe621c0601dcf5 SHA512 dde98e40fac2e4107e54ea81ddbe2db1e39134802aca3a82cc83fe1d5c7cea9cc6ceedc2a8eb48a08df9e09b7cbe9b82a6d0bdb35b8a94df580982e36f5f2a92
DIST CryptX-0.078.tar.gz 1647544 BLAKE2B 6589fc46abaca313a8f1a5e32d8744ee523427646e35e530ea8c26521479889a4ca42df0f69eb5bb7e58de76dea00db0d60521b5be44accfef6df913c82cf0c4 SHA512 c930b337fdc958de73dcf62291410a992690c1c735e68f16859c1ea50d21d6fad2c6d05d13a39797505ed746172f1885e5038c4ccff04259862d59b40dd12fe1
DIST CryptX-0.080.tar.gz 1651772 BLAKE2B a1c85cde7531eecbb2f82a715636de6bd9b5f9f209beb8a913757b0da955e8077c8ec01faf69dadc9f20744e0c03748d37ea0907d172e7b89315192c60780f18 SHA512 5702f59f28c70858eb2e78046c6415a816d94f45214092d4e2e938c0655a37e58e5295b2a7f753ee42e0fe4c2ce5632c068d80c7b3055cce1ecb0e5784fca475