summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-12-18 03:22:50 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-12-18 03:22:50 +0000
commit5fc6b3bb6c406d1e714e257d016862ad38e8e834 (patch)
tree40cabf7b093f4ea6bf7cda25fcc6f9d5f1d642db /dev-perl
parentVersion bump and removed old ebuilds. (diff)
downloadgentoo-2-5fc6b3bb6c406d1e714e257d016862ad38e8e834.tar.gz
gentoo-2-5fc6b3bb6c406d1e714e257d016862ad38e8e834.tar.bz2
gentoo-2-5fc6b3bb6c406d1e714e257d016862ad38e8e834.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Crypt-OpenPGP/ChangeLog8
-rw-r--r--dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.04.ebuild45
2 files changed, 52 insertions, 1 deletions
diff --git a/dev-perl/Crypt-OpenPGP/ChangeLog b/dev-perl/Crypt-OpenPGP/ChangeLog
index 468e06451045..99b91114f66e 100644
--- a/dev-perl/Crypt-OpenPGP/ChangeLog
+++ b/dev-perl/Crypt-OpenPGP/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Crypt-OpenPGP
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.16 2009/07/19 17:36:37 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/ChangeLog,v 1.17 2009/12/18 03:22:49 robbat2 Exp $
+
+*Crypt-OpenPGP-1.04 (18 Dec 2009)
+
+ 18 Dec 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Crypt-OpenPGP-1.04.ebuild:
+ Version bump via perl-bump experimental tool.
19 Jul 2009; Torsten Veller <tove@gentoo.org> Crypt-OpenPGP-1.03.ebuild:
IO-Compress replaces Compress-Zlib
diff --git a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.04.ebuild b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.04.ebuild
new file mode 100644
index 000000000000..3fab4fb6f03a
--- /dev/null
+++ b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.04.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.04.ebuild,v 1.1 2009/12/18 03:22:50 robbat2 Exp $
+
+inherit perl-module
+
+DESCRIPTION="Pure-Perl OpenPGP-compatible PGP implementation"
+HOMEPAGE="http://search.cpan.org/~btrott/"
+SRC_URI="mirror://cpan/authors/id/B/BT/BTROTT/${P}.tar.gz"
+
+LICENSE="Artistic"
+#LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+#SRC_TEST="do"
+
+# Core dependancies are:
+# >=Data-Buffer 0.04
+# MIME-Base64
+# Math-Pari
+# Compress-Zlib
+# LWP-UserAgent
+# URI-Escape
+
+DEPEND=">=dev-perl/data-buffer-0.04
+ virtual/perl-MIME-Base64
+ >=dev-perl/math-pari-2.010603
+ virtual/perl-IO-Compress
+ dev-perl/libwww-perl
+ dev-perl/URI
+ dev-perl/crypt-dsa
+ dev-perl/crypt-rsa
+ dev-perl/crypt-idea
+ virtual/perl-Digest-MD5
+ dev-perl/crypt-des-ede3
+ dev-perl/Digest-SHA1
+ dev-perl/Crypt-Rijndael
+ dev-perl/Crypt-CAST5_PP
+ dev-perl/Crypt-RIPEMD160
+ dev-perl/Crypt-Blowfish
+ >=dev-perl/Crypt-Twofish-2.00
+ dev-perl/ExtUtils-AutoInstall
+ dev-lang/perl"