Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Authen-Passphrase/
Date: Sat, 11 Feb 2012 13:46:19
Message-Id: 80b5c039e4c41ff6122f1d9289cc75e0fdf29945.kent@gentoo
1 commit: 80b5c039e4c41ff6122f1d9289cc75e0fdf29945
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 11 12:29:39 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Feb 11 12:29:39 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=80b5c039
7
8 [newversion] Authen-Passphrase-0.8.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../Authen-Passphrase-0.8.0.ebuild | 88 ++++++++++++++++++++
14 1 files changed, 88 insertions(+), 0 deletions(-)
15
16 diff --git a/dev-perl/Authen-Passphrase/Authen-Passphrase-0.8.0.ebuild b/dev-perl/Authen-Passphrase/Authen-Passphrase-0.8.0.ebuild
17 new file mode 100644
18 index 0000000..d4e3486
19 --- /dev/null
20 +++ b/dev-perl/Authen-Passphrase/Authen-Passphrase-0.8.0.ebuild
21 @@ -0,0 +1,88 @@
22 +# Copyright 1999-2012 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +EAPI=4
26 +MODULE_AUTHOR=ZEFRAM
27 +MODULE_VERSION=0.008
28 +inherit perl-module
29 +
30 +DESCRIPTION='hashed passwords/passphrases as objects'
31 +LICENSE=" || ( Artistic GPL-2 )"
32 +SLOT="0"
33 +KEYWORDS="~amd64 ~x86"
34 +IUSE=""
35 +perl_meta_configure() {
36 + # Module::Build
37 + echo virtual/perl-Module-Build
38 + # perl 5.006 ( 5.6.0 )
39 + echo \>=dev-lang/perl-5.6.0
40 + # strict
41 + echo dev-lang/perl
42 + # warnings
43 + echo dev-lang/perl
44 +}
45 +perl_meta_build() {
46 + # MIME::Base64 2.21 ( 2.210.0 )
47 + echo \>=virtual/perl-MIME-Base64-2.21
48 + # Module::Build
49 + echo virtual/perl-Module-Build
50 + # Test::More
51 + echo virtual/perl-Test-Simple
52 + # perl 5.006 ( 5.6.0 )
53 + echo \>=dev-lang/perl-5.6.0
54 + # strict
55 + echo dev-lang/perl
56 + # warnings
57 + echo dev-lang/perl
58 +}
59 +perl_meta_runtime() {
60 + # Authen::DecHpwd 2.003 ( 2.3.0 )
61 + echo \>=dev-perl/Authen-DecHpwd-2.3.0
62 + # Carp
63 + echo dev-lang/perl
64 + # Crypt::DES
65 + echo dev-perl/Crypt-DES
66 + # Crypt::Eksblowfish::Bcrypt 0.008 ( 0.8.0 )
67 + echo \>=dev-perl/Crypt-Eksblowfish-0.8.0
68 + # Crypt::Eksblowfish::Uklblowfish 0.008 ( 0.8.0 )
69 + echo \>=dev-perl/Crypt-Eksblowfish-0.8.0
70 + # Crypt::MySQL 0.03 ( 0.30.0 )
71 + echo \>=dev-perl/Crypt-MySQL-0.30.0
72 + # Crypt::PasswdMD5 1.0 ( 1.0.0 )
73 + echo \>=dev-perl/Crypt-PasswdMD5-1.0.0
74 + # Crypt::UnixCrypt_XS 0.08 ( 0.80.0 )
75 + echo \>=dev-perl/Crypt-UnixCrypt_XS-0.80.0
76 + # Data::Entropy::Algorithms
77 + echo dev-perl/Data-Entropy
78 + # Digest 1.00 ( 1.0.0 )
79 + echo \>=virtual/perl-digest-base-1.0.0
80 + # Digest::MD4 1.2 ( 1.200.0 )
81 + echo \>=dev-perl/Digest-MD4-1.200.0
82 + # Digest::MD5 1.9953 ( 1.995.300 )
83 + echo \>=virtual/perl-Digest-MD5-1.9953
84 + # Digest::SHA
85 + echo virtual/perl-Digest-SHA
86 + # MIME::Base64 2.21 ( 2.210.0 )
87 + echo \>=virtual/perl-MIME-Base64-2.21
88 + # Module::Runtime 0.011 ( 0.11.0 )
89 + echo \>=dev-perl/Module-Runtime-0.11.0
90 + # Params::Classify
91 + echo dev-perl/Params-Classify
92 + # parent
93 + echo virtual/perl-parent
94 + # perl 5.006 ( 5.6.0 )
95 + echo \>=dev-lang/perl-5.6.0
96 + # strict
97 + echo dev-lang/perl
98 + # warnings
99 + echo dev-lang/perl
100 +}
101 +DEPEND="
102 + $(perl_meta_configure)
103 + $(perl_meta_build)
104 + $(perl_meta_runtime)
105 +"
106 +RDEPEND="
107 + $(perl_meta_runtime)
108 +"
109 +SRC_TEST="do"