* [gentoo-commits] repo/gentoo:master commit in: dev-perl/crypt-dsa/, dev-perl/crypt-dsa/files/
@ 2016-03-05 11:56 Patrice Clement
0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2016-03-05 11:56 UTC (permalink / raw
To: gentoo-commits
commit: 609957989f469cf5c1238823c2cd85ae716550b4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 4 08:04:27 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 5 08:31:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60995798
dev-perl/crypt-dsa: Remove from tree, moved to Crypt-DSA
dev-perl/crypt-dsa/Manifest | 1 -
dev-perl/crypt-dsa/crypt-dsa-1.170.0.ebuild | 27 ----------------------
.../crypt-dsa/files/crypt-dsa-1.16-dsaparam.patch | 14 -----------
dev-perl/crypt-dsa/metadata.xml | 19 ---------------
4 files changed, 61 deletions(-)
diff --git a/dev-perl/crypt-dsa/Manifest b/dev-perl/crypt-dsa/Manifest
deleted file mode 100644
index 8b52dea..0000000
--- a/dev-perl/crypt-dsa/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Crypt-DSA-1.17.tar.gz 42930 SHA256 d1b8585f6bf746f76e5dc5da3641d325ed656bc2e5f344b54514b55c31009a03 SHA512 2eac27cb08439a6d5cfdf1ee5f38412bc1dddb53c1865e5adc4f8c758ba1d221e5d30608bd12178beb15aed28940fa5db547520d57d8714919e20f0588fb1bfc WHIRLPOOL 2a2b40311526a5cb7990d1de0ce06afd31fd10f95e3d5141ac6c7034856dfca65f13953c40aae8a9e9aa8d1f9c081c04e35d4b6c491f3b9185afdca41410a117
diff --git a/dev-perl/crypt-dsa/crypt-dsa-1.170.0.ebuild b/dev-perl/crypt-dsa/crypt-dsa-1.170.0.ebuild
deleted file mode 100644
index 57ddb7e..0000000
--- a/dev-perl/crypt-dsa/crypt-dsa-1.170.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=Crypt-DSA
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.17
-inherit perl-module
-
-DESCRIPTION="DSA Signatures and Key Generation"
-
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc sparc x86 ~x86-solaris"
-IUSE="test"
-
-RDEPEND="dev-perl/data-buffer
- dev-perl/Digest-SHA1
- virtual/perl-File-Spec
- dev-perl/File-Which
- virtual/perl-MIME-Base64
- >=virtual/perl-Math-BigInt-1.78"
-DEPEND="test? ( ${RDEPEND}
- dev-perl/Math-BigInt-GMP )"
-
-SRC_TEST="do"
diff --git a/dev-perl/crypt-dsa/files/crypt-dsa-1.16-dsaparam.patch b/dev-perl/crypt-dsa/files/crypt-dsa-1.16-dsaparam.patch
deleted file mode 100644
index fe3dfbb..0000000
--- a/dev-perl/crypt-dsa/files/crypt-dsa-1.16-dsaparam.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://rt.cpan.org/Public/Bug/Display.html?id=49668
-http://cvs.fedoraproject.org/viewvc/rpms/perl-Crypt-DSA/devel/perl-Crypt-DSA-dsaparam.patch?view=log
-
---- lib/Crypt/DSA/KeyChain.pm
-+++ lib/Crypt/DSA/KeyChain.pm
-@@ -53,7 +53,7 @@
- my $cur_part;
- foreach (@res) {
- if (/^\s+(\w):\s*$/) {
-- $cur_part = $1;
-+ $cur_part = lc($1);
- next;
- }
- if (/^\s*((?:[0-9a-f]{2,2}:?)+)\s*$/) {
diff --git a/dev-perl/crypt-dsa/metadata.xml b/dev-perl/crypt-dsa/metadata.xml
deleted file mode 100644
index bb3e7a6..0000000
--- a/dev-perl/crypt-dsa/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Crypt-DSA</remote-id>
- <remote-id type="cpan-module">BufferWithInt</remote-id>
- <remote-id type="cpan-module">Crypt::DSA</remote-id>
- <remote-id type="cpan-module">Crypt::DSA::Key</remote-id>
- <remote-id type="cpan-module">Crypt::DSA::Key::PEM</remote-id>
- <remote-id type="cpan-module">Crypt::DSA::Key::SSH2</remote-id>
- <remote-id type="cpan-module">Crypt::DSA::KeyChain</remote-id>
- <remote-id type="cpan-module">Crypt::DSA::Signature</remote-id>
- <remote-id type="cpan-module">Crypt::DSA::Util</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-DSA/, dev-perl/Crypt-DSA/files/
@ 2020-06-30 23:21 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-06-30 23:21 UTC (permalink / raw
To: gentoo-commits
commit: 01793cf31060c68d178d5d5e6d26eafcbc30e15b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 23:20:13 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 23:21:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01793cf3
dev-perl/Crypt-DSA: -r bump for EAPI7 and fixes
- EAPI7
- Parallel tests
- Improve dependencies to satisfy more tests
- Migrate "sed" to "patch"
Keywords:
- Dropped ~sparc due to new test dependency dev-perl/Convert-PEM
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Crypt-DSA/Crypt-DSA-1.170.0-r1.ebuild | 35 ++++++++++++++++++++++
.../files/Crypt-DSA-1.17-no-dot-inc.patch | 21 +++++++++++++
2 files changed, 56 insertions(+)
diff --git a/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0-r1.ebuild b/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0-r1.ebuild
new file mode 100644
index 00000000000..55bac478b23
--- /dev/null
+++ b/dev-perl/Crypt-DSA/Crypt-DSA-1.170.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ADAMK
+DIST_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION="DSA Signatures and Key Generation"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/Data-Buffer-0.10.0
+ dev-perl/Digest-SHA1
+ virtual/perl-File-Spec
+ >=dev-perl/File-Which-0.50.0
+ virtual/perl-MIME-Base64
+ >=virtual/perl-Math-BigInt-1.780.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+ test? (
+ dev-perl/Convert-PEM
+ dev-perl/Math-BigInt-GMP
+ >=virtual/perl-Test-Simple-0.420.0
+ )
+"
+PATCHES=(
+ "${FILESDIR}/${PN}-1.17-no-dot-inc.patch"
+)
diff --git a/dev-perl/Crypt-DSA/files/Crypt-DSA-1.17-no-dot-inc.patch b/dev-perl/Crypt-DSA/files/Crypt-DSA-1.17-no-dot-inc.patch
new file mode 100644
index 00000000000..5f0012ec33f
--- /dev/null
+++ b/dev-perl/Crypt-DSA/files/Crypt-DSA-1.17-no-dot-inc.patch
@@ -0,0 +1,21 @@
+From 0e063bbea153b923ed0997e2990a2f30ef48c71f Mon Sep 17 00:00:00 2001
+From: Kent Fredric <kentnl@gentoo.org>
+Date: Wed, 1 Jul 2020 10:59:21 +1200
+Subject: Include '.' in @INC for perl 5.26+
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index f29461b..0d015e9 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,3 +1,4 @@
++use lib '.';
+ use inc::Module::Install 1.01;
+
+ all_from 'lib/Crypt/DSA.pm';
+--
+2.27.0
+
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-30 23:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-30 23:21 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-DSA/, dev-perl/Crypt-DSA/files/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2016-03-05 11:56 [gentoo-commits] repo/gentoo:master commit in: dev-perl/crypt-dsa/, dev-perl/crypt-dsa/files/ Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox