public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CryptX/
Date: Thu, 17 Oct 2024 03:12:09 +0000 (UTC)	[thread overview]
Message-ID: <1729134699.0b4e8a1a15bd4438fa1b48a4aa40506d793657e5.sam@gentoo> (raw)

commit:     0b4e8a1a15bd4438fa1b48a4aa40506d793657e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 02:56:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 03:11:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4e8a1a

dev-perl/CryptX: add 0.84.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/CryptX/CryptX-0.84.0.ebuild | 51 ++++++++++++++++++++++++++++++++++++
 dev-perl/CryptX/Manifest             |  1 +
 2 files changed, 52 insertions(+)

diff --git a/dev-perl/CryptX/CryptX-0.84.0.ebuild b/dev-perl/CryptX/CryptX-0.84.0.ebuild
new file mode 100644
index 000000000000..4404468aacfd
--- /dev/null
+++ b/dev-perl/CryptX/CryptX-0.84.0.ebuild
@@ -0,0 +1,51 @@
+# 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 25705621b936..ee04ce6110ec 100644
--- a/dev-perl/CryptX/Manifest
+++ b/dev-perl/CryptX/Manifest
@@ -1,2 +1,3 @@
 DIST CryptX-0.080.tar.gz 1651772 BLAKE2B a1c85cde7531eecbb2f82a715636de6bd9b5f9f209beb8a913757b0da955e8077c8ec01faf69dadc9f20744e0c03748d37ea0907d172e7b89315192c60780f18 SHA512 5702f59f28c70858eb2e78046c6415a816d94f45214092d4e2e938c0655a37e58e5295b2a7f753ee42e0fe4c2ce5632c068d80c7b3055cce1ecb0e5784fca475
 DIST CryptX-0.082.tar.gz 1719511 BLAKE2B 05f1ac12fd6ae04408f2ebe2568aa8cd6782e87cf8db1d2511a20a6cb49facc24c19526db223e8859f8a57bc5c3313997c6d8747923669018d0fc979d78ee034 SHA512 70b42717f4695ae77b5227b5e6a92d12d351796f06e36c38613020c2d9f0ebbc742ad3e258851ab65ad8d8b95e2d7b590b5a54c06755fec4c44b88a27f486590
+DIST CryptX-0.084.tar.gz 1786781 BLAKE2B 25df25f6ba67f34193dccd15051c6ceb9b71ab9a42735f6560bccdaf10918ed9217a7f7d4ca73b617981c385a18e961b27bdd8f6acf82c15cb246e8e3deba8b2 SHA512 c67c5b0aca1899155c37c3dbdb92249d1bc3e1781478a0aec3b3d4e01c70efd806bc325dc991462f9064ba0f18ec7c56c6d8383f068277ae1fc684cad88d4bd9


             reply	other threads:[~2024-10-17  3:12 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-17  3:12 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-04 18:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CryptX/ 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-13  1:05 Sam James
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=1729134699.0b4e8a1a15bd4438fa1b48a4aa40506d793657e5.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