From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 802A915807A for ; Tue, 10 Jun 2025 11:22:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6F44B34323B for ; Tue, 10 Jun 2025 11:22:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CE4871104B3; Tue, 10 Jun 2025 11:22:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C978D1104B3 for ; Tue, 10 Jun 2025 11:22:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 867BE3431E8 for ; Tue, 10 Jun 2025 11:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F27D81C for ; Tue, 10 Jun 2025 11:22:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1749554243.95781099be3f42a74b7f5ca213695b239daab3f7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CryptX/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/CryptX/CryptX-0.84.0.ebuild dev-perl/CryptX/Manifest X-VCS-Directories: dev-perl/CryptX/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 95781099be3f42a74b7f5ca213695b239daab3f7 X-VCS-Branch: master Date: Tue, 10 Jun 2025 11:22:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c75fc6a9-37d0-42f5-b895-3854cbcc9e27 X-Archives-Hash: d3b47dd19619d74fa79d4b4f34107161 commit: 95781099be3f42a74b7f5ca213695b239daab3f7 Author: Sam James gentoo org> AuthorDate: Tue Jun 10 11:17:23 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 10 11:17:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95781099 dev-perl/CryptX: drop 0.84.0 Signed-off-by: Sam James gentoo.org> dev-perl/CryptX/CryptX-0.84.0.ebuild | 51 ------------------------------------ dev-perl/CryptX/Manifest | 1 - 2 files changed, 52 deletions(-) diff --git a/dev-perl/CryptX/CryptX-0.84.0.ebuild b/dev-perl/CryptX/CryptX-0.84.0.ebuild deleted file mode 100644 index 4f0f79d7bae3..000000000000 --- a/dev-perl/CryptX/CryptX-0.84.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# 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 -#} diff --git a/dev-perl/CryptX/Manifest b/dev-perl/CryptX/Manifest index 2fd4a80429b0..5fd5b4a6e633 100644 --- a/dev-perl/CryptX/Manifest +++ b/dev-perl/CryptX/Manifest @@ -1,3 +1,2 @@ -DIST CryptX-0.084.tar.gz 1786781 BLAKE2B 25df25f6ba67f34193dccd15051c6ceb9b71ab9a42735f6560bccdaf10918ed9217a7f7d4ca73b617981c385a18e961b27bdd8f6acf82c15cb246e8e3deba8b2 SHA512 c67c5b0aca1899155c37c3dbdb92249d1bc3e1781478a0aec3b3d4e01c70efd806bc325dc991462f9064ba0f18ec7c56c6d8383f068277ae1fc684cad88d4bd9 DIST CryptX-0.085.tar.gz 1786764 BLAKE2B c29f3092e65f6c48d44989b108c799a53c8636eafe26a926e2931de460b049adaad2c104700008f8ddaf763bb69202dd4f9e4b15ad4db4249912db96a1179da3 SHA512 620eb8d9a8a1e9fbd2d877491d34667fbafb7d29a4de0bc1b95e9eddef22b4b6fa749a1f8f86ff25088bc8d4d3efdeea0a462b0a32b03e63c343392884b79cd9 DIST CryptX-0.086.tar.gz 1793617 BLAKE2B 62e2b08e6b4f7bd013ba3890ac631da2d1809ff4ac3404e85110eaafcd17034702f0ca03cc9ef962b0e84beceb8b1a06af5c958b0fe2d9ab9f469bb584249de1 SHA512 bbfee8faee2643d21bfeb03fa9a1001a30dfbdf1c1a18ef5f3b25250205aaad2bfaa625e9d4c7fe3d6af77eae816c0ce37accac0ff2cb7337cafb69be671c4d6