From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CryptX/
Date: Fri, 13 Aug 2021 01:05:33 +0000 (UTC) [thread overview]
Message-ID: <1628816695.64fe68f716be8aa8c3e14da96d545a23ff1aaff8.sam@gentoo> (raw)
commit: 64fe68f716be8aa8c3e14da96d545a23ff1aaff8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 00:44:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
next reply other threads:[~2021-08-13 1:05 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-13 1:05 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-17 3:12 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CryptX/ Sam James
2024-01-04 18:11 Arthur Zamarin
2024-01-04 10:02 Sam James
2024-01-04 10:02 Sam James
2024-01-04 10:02 Sam James
2024-01-04 10:02 Sam James
2024-01-03 22:59 Sam James
2024-01-03 22:59 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-08-19 7:42 Arthur Zamarin
2023-08-19 7:42 Arthur Zamarin
2023-08-19 6:33 Sam James
2023-08-19 6:18 Sam James
2023-08-19 6:10 Sam James
2023-08-05 12:42 Arthur Zamarin
2023-06-30 6:25 Sam James
2023-03-04 8:44 Arthur Zamarin
2023-03-04 8:31 Arthur Zamarin
2023-03-04 7:22 Arthur Zamarin
2023-03-04 7:04 Arthur Zamarin
2023-03-04 5:38 Arthur Zamarin
2023-03-04 5:35 Arthur Zamarin
2022-06-30 7:01 Agostino Sarubbo
2022-06-29 17:41 Arthur Zamarin
2022-06-29 17:15 Arthur Zamarin
2022-06-29 16:56 Sam James
2021-12-08 10:14 Yixun Lan
2021-11-21 4:58 Arthur Zamarin
2021-11-18 21:43 Arthur Zamarin
2021-10-16 17:17 Andreas K. Hüttel
2021-08-07 14:49 Sam James
2021-05-31 17:49 David Seifert
2021-05-25 0:52 Sam James
2021-05-25 0:19 Joshua Kinard
2021-05-16 0:13 Sam James
2021-05-15 1:55 Sam James
2021-05-13 16:18 Sam James
2021-05-13 16:15 Sam James
2021-05-13 16:15 Sam James
2021-05-11 18:41 Sergei Trofimovich
2021-05-11 15:45 Sergei Trofimovich
2021-05-07 18:18 Andreas K. Hüttel
2020-10-04 5:21 Kent Fredric
2020-08-26 18:30 Kent Fredric
2020-08-06 16:56 Kent Fredric
2020-07-02 17:53 Kent Fredric
2019-10-16 4:35 Andreas K. Hüttel
2018-09-08 5:30 Mikle Kolyada
2018-07-22 14:51 Thomas Deutschmann
2017-10-05 12:22 Kent Fredric
2017-06-03 11:14 Kent Fredric
2017-04-11 20:23 Kent Fredric
2017-04-06 8:37 Kent Fredric
2017-04-04 13:07 Kent Fredric
2016-12-04 17:16 Kent Fredric
2016-09-07 8:07 Kent Fredric
2016-09-07 8:07 Kent Fredric
2015-12-31 10:46 Andreas Hüttel
2015-09-07 19:32 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1628816695.64fe68f716be8aa8c3e14da96d545a23ff1aaff8.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox