summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/crypt-dsa
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/crypt-dsa')
-rw-r--r--dev-perl/crypt-dsa/Manifest1
-rw-r--r--dev-perl/crypt-dsa/crypt-dsa-1.170.0.ebuild27
-rw-r--r--dev-perl/crypt-dsa/files/crypt-dsa-1.16-dsaparam.patch14
-rw-r--r--dev-perl/crypt-dsa/metadata.xml16
4 files changed, 58 insertions, 0 deletions
diff --git a/dev-perl/crypt-dsa/Manifest b/dev-perl/crypt-dsa/Manifest
new file mode 100644
index 000000000000..8b52deaa4e45
--- /dev/null
+++ b/dev-perl/crypt-dsa/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..57ddb7e9c7c7
--- /dev/null
+++ b/dev-perl/crypt-dsa/crypt-dsa-1.170.0.ebuild
@@ -0,0 +1,27 @@
+# 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
new file mode 100644
index 000000000000..fe3dfbb6480d
--- /dev/null
+++ b/dev-perl/crypt-dsa/files/crypt-dsa-1.16-dsaparam.patch
@@ -0,0 +1,14 @@
+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
new file mode 100644
index 000000000000..57c6ee08d0db
--- /dev/null
+++ b/dev-perl/crypt-dsa/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <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>