From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27709139360 for ; Fri, 13 Aug 2021 01:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D68FE0830; Fri, 13 Aug 2021 01:05:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8372BE0830 for ; Fri, 13 Aug 2021 01:05:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70D82342B2B for ; Fri, 13 Aug 2021 01:05:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E87938A8 for ; Fri, 13 Aug 2021 01:05:33 +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: <1628816695.64fe68f716be8aa8c3e14da96d545a23ff1aaff8.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.64.0.ebuild dev-perl/CryptX/CryptX-0.69.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: 64fe68f716be8aa8c3e14da96d545a23ff1aaff8 X-VCS-Branch: master Date: Fri, 13 Aug 2021 01:05:33 +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: 67b4637b-288a-49c0-8c80-50d6900e0d72 X-Archives-Hash: 26e8c984ef1891e81b8ed8d3823a3ab2 commit: 64fe68f716be8aa8c3e14da96d545a23ff1aaff8 Author: Sam James gentoo org> AuthorDate: Fri Aug 13 00:44:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 13 01:04:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64fe68f7 dev-perl/CryptX: drop 0.64.0, 0.69.0 Signed-off-by: Sam James gentoo.org> dev-perl/CryptX/CryptX-0.64.0.ebuild | 35 --------------------------- dev-perl/CryptX/CryptX-0.69.0.ebuild | 46 ------------------------------------ dev-perl/CryptX/Manifest | 2 -- 3 files changed, 83 deletions(-) diff --git a/dev-perl/CryptX/CryptX-0.64.0.ebuild b/dev-perl/CryptX/CryptX-0.64.0.ebuild deleted file mode 100644 index de3cd02b8b4..00000000000 --- a/dev-perl/CryptX/CryptX-0.64.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -DIST_AUTHOR=MIK -DIST_VERSION=0.064 -inherit perl-module - -DESCRIPTION="Self-contained crypto toolkit" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test minimal" -RESTRICT="!test? ( test )" - -RDEPEND=" - !minimal? ( - || ( dev-perl/Cpanel-JSON-XS dev-perl/JSON-XS virtual/perl-JSON-PP ) - ) -" -DEPEND="${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 - ) - ) -" - -src_test() { - perl_rm_files t/003_all_pm_pod.t - perl-module_src_test -} diff --git a/dev-perl/CryptX/CryptX-0.69.0.ebuild b/dev-perl/CryptX/CryptX-0.69.0.ebuild deleted file mode 100644 index 16923aa39d9..00000000000 --- a/dev-perl/CryptX/CryptX-0.69.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -DIST_AUTHOR=MIK -DIST_VERSION=0.069 -inherit perl-module - -DESCRIPTION="Self-contained crypto toolkit" -LICENSE="|| ( Artistic GPL-1+ ) public-domain" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test minimal" -RESTRICT="!test? ( test )" - -RDEPEND=" - !minimal? ( - || ( - dev-perl/Cpanel-JSON-XS - dev-perl/JSON-XS - virtual/perl-JSON-PP - ) - ) -" -DEPEND="${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_compile() { - mymake=( - "OPTIMIZE=${CFLAGS}" - ) - perl-module_src_compile -} diff --git a/dev-perl/CryptX/Manifest b/dev-perl/CryptX/Manifest index 1d1cd0da35d..717792cc14f 100644 --- a/dev-perl/CryptX/Manifest +++ b/dev-perl/CryptX/Manifest @@ -1,3 +1 @@ -DIST CryptX-0.064.tar.gz 1619390 BLAKE2B 19741c71e36efc2339d2ade3b1f1125a7441ab00509892c7b1cdcbfc004eeca46ba15962dc0f3f92569ff2b9d936059420237a80f03ff71a596d7061ff075e04 SHA512 b153512d1036461de795cd40b71b55f32908ac84101079e3e62c2690736de102046fe1f66007c4b0af6ded797709e1f06934d171f349bf983d53a2f1ab1f0d1d -DIST CryptX-0.069.tar.gz 1644304 BLAKE2B 59ef37494856d38b00bbb88578160e34f16aaa5372cc73e2db69d665f59d769e86e058dc249bfa8e0259d89779d89ba8efbbe41964c525bb0ecee66975bdbda7 SHA512 59fed5c6a0c990807003e4b0eecd469c54d3ea9df231df865002379f5b6f70542a1b7f7af2872491796017624758adfad47ea5e360e84bb1462979f44339701e DIST CryptX-0.072.tar.gz 1643459 BLAKE2B 28bb06ef870287ccd9f46c2ed5d7b434e33563046598cff5c505c74c68d29b5bf58ad0dd3a5d968c6717ccb6cfdbf1b33982b49a87b9e4f7c85af9ab40d617d5 SHA512 9e51181b14c08f8c0769089f8c9a5feefa7c4f1a8dff2501cf1d1d475ae162f8df35c7cceff9d1742552951e13450cac9d70eb1ead8178e0c95cd1abfea5e03c