From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/CryptX/
Date: Wed, 7 Sep 2016 08:07:40 +0000 (UTC) [thread overview]
Message-ID: <1473235594.7ea26146553df3b2f79f78d83699eae5e86964c3.kentnl@gentoo> (raw)
commit: 7ea26146553df3b2f79f78d83699eae5e86964c3
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 7 08:05:48 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Sep 7 08:06:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea26146
dev-perl/CryptX: Bump to version 0.39.0
- EAPI6
Package-Manager: portage-2.3.0
dev-perl/CryptX/CryptX-0.39.0.ebuild | 36 +++++++++++++++++
dev-perl/CryptX/Manifest | 1 +
dev-perl/CryptX/metadata.xml | 76 ++++++++++++++++++++++++++++++++++++
3 files changed, 113 insertions(+)
diff --git a/dev-perl/CryptX/CryptX-0.39.0.ebuild b/dev-perl/CryptX/CryptX-0.39.0.ebuild
new file mode 100644
index 00000000..92f4b26
--- /dev/null
+++ b/dev-perl/CryptX/CryptX-0.39.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+DIST_AUTHOR=MIK
+DIST_VERSION=0.039
+inherit perl-module
+
+DESCRIPTION="Self-contained crypto toolkit"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.590.0
+ !minimal? (
+ || ( 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/Manifest b/dev-perl/CryptX/Manifest
index 10ee282..318f240 100644
--- a/dev-perl/CryptX/Manifest
+++ b/dev-perl/CryptX/Manifest
@@ -1 +1,2 @@
DIST CryptX-0.025.tar.gz 1322492 SHA256 f8b7e3ec1713c8dfe3eef9d114f45f223b97e2340f81a20589b5605fa49cfe38 SHA512 73495601ff9ca70090dc2eb75ab382ef34ca1357b4f6cf82c07fe5c1a38ab5b4cf8fa79b44dcf9145be13ca0b2e7e5e99903d5a9fd425de2e46526fd4ac17554 WHIRLPOOL 12c338aca513b5ccbce69359acb99e5ca1182a61467d864050990e68fe8f2010604676f39fe650890ae8b37745954364f781e0d7ee6d20c1658a782c81500f65
+DIST CryptX-0.039.tar.gz 1200451 SHA256 2d06975459d53799d50b0f07971c995bd2cbfceac7d26c571e852ce79a701087 SHA512 7bb0401628873721ab1d38fdc98b8b8f4f53f1c82aa4c22f095fe997b8ffa2e8072b24f6f2e8c3784ccdad2ebbd1aec67cffa6aaf57e8005f9b2b0532454b9d5 WHIRLPOOL 3e0df5b890526cb0e886caede4f62d77e76a1650877d4e25b1c7f2d66e0d74519bda0d235bff25e24c890db26057c69ef4c607ed5279f8fbf84bca2d78ea0a89
diff --git a/dev-perl/CryptX/metadata.xml b/dev-perl/CryptX/metadata.xml
index f3c47d6..95d80b3 100644
--- a/dev-perl/CryptX/metadata.xml
+++ b/dev-perl/CryptX/metadata.xml
@@ -11,6 +11,82 @@
</maintainer>
<upstream>
<remote-id type="cpan">CryptX</remote-id>
+ <remote-id type="cpan-module">Crypt::AuthEnc</remote-id>
+ <remote-id type="cpan-module">Crypt::AuthEnc::CCM</remote-id>
+ <remote-id type="cpan-module">Crypt::AuthEnc::EAX</remote-id>
+ <remote-id type="cpan-module">Crypt::AuthEnc::GCM</remote-id>
+ <remote-id type="cpan-module">Crypt::AuthEnc::OCB</remote-id>
+ <remote-id type="cpan-module">Crypt::Checksum</remote-id>
+ <remote-id type="cpan-module">Crypt::Checksum::Adler32</remote-id>
+ <remote-id type="cpan-module">Crypt::Checksum::CRC32</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::AES</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::Anubis</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::Blowfish</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::CAST5</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::Camellia</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::DES</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::DES_EDE</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::KASUMI</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::Khazad</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::MULTI2</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::Noekeon</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::RC2</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::RC5</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::RC6</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::SAFERP</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::SAFER_K128</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::SAFER_K64</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::SAFER_SK128</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::SAFER_SK64</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::SEED</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::Skipjack</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::Twofish</remote-id>
+ <remote-id type="cpan-module">Crypt::Cipher::XTEA</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::CHAES</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::MD2</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::MD4</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::MD5</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::RIPEMD128</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::RIPEMD160</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::RIPEMD256</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::RIPEMD320</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::SHA1</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::SHA224</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::SHA256</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::SHA384</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::SHA512</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::SHA512_224</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::SHA512_256</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::Tiger192</remote-id>
+ <remote-id type="cpan-module">Crypt::Digest::Whirlpool</remote-id>
+ <remote-id type="cpan-module">Crypt::KeyDerivation</remote-id>
+ <remote-id type="cpan-module">Crypt::Mac</remote-id>
+ <remote-id type="cpan-module">Crypt::Mac::F9</remote-id>
+ <remote-id type="cpan-module">Crypt::Mac::HMAC</remote-id>
+ <remote-id type="cpan-module">Crypt::Mac::OMAC</remote-id>
+ <remote-id type="cpan-module">Crypt::Mac::PMAC</remote-id>
+ <remote-id type="cpan-module">Crypt::Mac::Pelican</remote-id>
+ <remote-id type="cpan-module">Crypt::Mac::XCBC</remote-id>
+ <remote-id type="cpan-module">Crypt::Misc</remote-id>
+ <remote-id type="cpan-module">Crypt::Mode</remote-id>
+ <remote-id type="cpan-module">Crypt::Mode::CBC</remote-id>
+ <remote-id type="cpan-module">Crypt::Mode::CFB</remote-id>
+ <remote-id type="cpan-module">Crypt::Mode::CTR</remote-id>
+ <remote-id type="cpan-module">Crypt::Mode::ECB</remote-id>
+ <remote-id type="cpan-module">Crypt::Mode::OFB</remote-id>
+ <remote-id type="cpan-module">Crypt::PK</remote-id>
+ <remote-id type="cpan-module">Crypt::PK::DH</remote-id>
+ <remote-id type="cpan-module">Crypt::PK::DSA</remote-id>
+ <remote-id type="cpan-module">Crypt::PK::ECC</remote-id>
+ <remote-id type="cpan-module">Crypt::PK::RSA</remote-id>
+ <remote-id type="cpan-module">Crypt::PRNG</remote-id>
+ <remote-id type="cpan-module">Crypt::PRNG::Fortuna</remote-id>
+ <remote-id type="cpan-module">Crypt::PRNG::RC4</remote-id>
+ <remote-id type="cpan-module">Crypt::PRNG::Sober128</remote-id>
+ <remote-id type="cpan-module">Crypt::PRNG::Yarrow</remote-id>
<remote-id type="cpan-module">CryptX</remote-id>
+ <remote-id type="cpan-module">Math::BigInt::LTM</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2016-09-07 8:07 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-07 8:07 Kent Fredric [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-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
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=1473235594.7ea26146553df3b2f79f78d83699eae5e86964c3.kentnl@gentoo \
--to=kentnl@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