summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-04-11 17:02:29 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-04-11 17:02:29 +0000
commit06554bdc98f1abd60e10c55d700ddf628143fc1f (patch)
tree11fa2f782df54faa4c98e590cb296fe17c3e4ed5 /dev-perl
parenttrailing whitespace or something (diff)
downloadhistorical-06554bdc98f1abd60e10c55d700ddf628143fc1f.tar.gz
historical-06554bdc98f1abd60e10c55d700ddf628143fc1f.tar.bz2
historical-06554bdc98f1abd60e10c55d700ddf628143fc1f.zip
bugs 88267, 88354, 83789
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Module-Signature/ChangeLog17
-rw-r--r--dev-perl/Module-Signature/Module-Signature-0.44.ebuild37
-rw-r--r--dev-perl/Module-Signature/files/digest-Module-Signature-0.441
-rw-r--r--dev-perl/Module-Signature/metadata.xml10
4 files changed, 65 insertions, 0 deletions
diff --git a/dev-perl/Module-Signature/ChangeLog b/dev-perl/Module-Signature/ChangeLog
new file mode 100644
index 000000000000..eefd58a5e8c9
--- /dev/null
+++ b/dev-perl/Module-Signature/ChangeLog
@@ -0,0 +1,17 @@
+# ChangeLog for dev-perl/Module-Signature
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/ChangeLog,v 1.1 2005/04/11 17:02:29 mcummings Exp $
+
+*Module-Signature-0.44 (11 Apr 2005)
+
+ 11 Apr 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml,
+ +Module-Signature-0.44.ebuild:
+ Bugs 88267,88354(ok, that one i created for this), and the one that brought it
+ up first, 83789. Here's the sum up: we tell users to use cpan or g-cpan if a
+ module isn't in the tree. Fine. But if they do that, they can end up with a
+ Module::Signature install because it becoming a silent dep in a lot of places
+ to confirm the security/validity of a module installation. At least this way
+ we can A) provide an ebuild that we can track/fix and B) we have some minor
+ influence in the sanity of their environment. This should override any already
+ installed versions and be safe for future uses.
+
diff --git a/dev-perl/Module-Signature/Module-Signature-0.44.ebuild b/dev-perl/Module-Signature/Module-Signature-0.44.ebuild
new file mode 100644
index 000000000000..83cb25f79741
--- /dev/null
+++ b/dev-perl/Module-Signature/Module-Signature-0.44.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Signature/Module-Signature-0.44.ebuild,v 1.1 2005/04/11 17:02:29 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Module signature file manipulation "
+HOMEPAGE="http://search.cpan.org/~autrijus/${P}/"
+SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-perl/MIME-Base64
+ dev-perl/Compress-Zlib
+ dev-perl/crypt-cbc
+ dev-perl/Crypt-DES
+ dev-perl/Crypt-Blowfish
+ dev-perl/Crypt-RIPEMD160
+ dev-perl/class-loader
+ dev-perl/tie-encryptedhash
+ dev-perl/convert-ascii-armour
+ dev-perl/data-buffer
+ dev-perl/digest-md2
+ >=dev-perl/math-pari-2.010603*
+ dev-perl/crypt-random
+ dev-perl/crypt-primes
+ dev-perl/Crypt-DES_EDE3
+ dev-perl/crypt-dsa
+ dev-perl/crypt-rsa
+ dev-perl/Convert-ASN1
+ dev-perl/convert-pem
+ dev-perl/Crypt-OpenPGP"
diff --git a/dev-perl/Module-Signature/files/digest-Module-Signature-0.44 b/dev-perl/Module-Signature/files/digest-Module-Signature-0.44
new file mode 100644
index 000000000000..9026288a15b0
--- /dev/null
+++ b/dev-perl/Module-Signature/files/digest-Module-Signature-0.44
@@ -0,0 +1 @@
+MD5 f1928d481376c1402878890feec26a1f Module-Signature-0.44.tar.gz 54622
diff --git a/dev-perl/Module-Signature/metadata.xml b/dev-perl/Module-Signature/metadata.xml
new file mode 100644
index 000000000000..86672fe64c10
--- /dev/null
+++ b/dev-perl/Module-Signature/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>perl@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <longdescription></longdescription>
+</pkgmetadata>