public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CryptX/
Date: Fri,  7 May 2021 18:18:21 +0000 (UTC)	[thread overview]
Message-ID: <1620411480.c53184b56971c71a30b4884841004f7794a0a9bd.dilfridge@gentoo> (raw)

commit:     c53184b56971c71a30b4884841004f7794a0a9bd
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 21:56:25 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May  7 18:18:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53184b5

dev-perl/CryptX: Version bump 0.072

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/CryptX/CryptX-0.72.0.ebuild | 60 ++++++++++++++++++++++++++++++++++++
 dev-perl/CryptX/Manifest             |  1 +
 2 files changed, 61 insertions(+)

diff --git a/dev-perl/CryptX/CryptX-0.72.0.ebuild b/dev-perl/CryptX/CryptX-0.72.0.ebuild
new file mode 100644
index 00000000000..63d1cc48caa
--- /dev/null
+++ b/dev-perl/CryptX/CryptX-0.72.0.ebuild
@@ -0,0 +1,60 @@
+# 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="~amd64 ~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
+
+BEPEND="${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
+}

diff --git a/dev-perl/CryptX/Manifest b/dev-perl/CryptX/Manifest
index 96d001fd50b..1d1cd0da35d 100644
--- a/dev-perl/CryptX/Manifest
+++ b/dev-perl/CryptX/Manifest
@@ -1,2 +1,3 @@
 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


             reply	other threads:[~2021-05-07 18:18 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-07 18:18 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-14  9:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CryptX/ Sam James
2025-07-14  9:54 Sam James
2025-07-14  9:54 Sam James
2025-07-14  9:54 Sam James
2025-07-12 11:51 Arthur Zamarin
2025-07-12  2:56 Sam James
2025-06-13 16:08 Sam James
2025-06-10 11:22 Sam James
2024-12-05 12:29 Sam James
2024-12-01 22:36 Jakov Smolić
2024-12-01 18:35 Arthur Zamarin
2024-11-14  3:39 Sam James
2024-11-14  2:49 Sam James
2024-10-17  3:12 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-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
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=1620411480.c53184b56971c71a30b4884841004f7794a0a9bd.dilfridge@gentoo \
    --to=dilfridge@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