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-DecHpwd/
Date: Sun, 08 May 2011 14:19:46
Message-Id: b1455001a9303e6cd20a6b06097001d8a15aefcc.kent@gentoo
1 commit: b1455001a9303e6cd20a6b06097001d8a15aefcc
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun May 8 12:54:45 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun May 8 14:18:51 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b1455001
7
8 [newversion] Authen-DecHpwd-2.6.0
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 .../Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild | 48 ++++++++++++++++++++
14 dev-perl/Authen-DecHpwd/ChangeLog | 6 +++
15 dev-perl/Authen-DecHpwd/metadata.xml | 6 ++-
16 3 files changed, 59 insertions(+), 1 deletions(-)
17
18 diff --git a/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild b/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild
19 new file mode 100644
20 index 0000000..a0d53bc
21 --- /dev/null
22 +++ b/dev-perl/Authen-DecHpwd/Authen-DecHpwd-2.6.0.ebuild
23 @@ -0,0 +1,48 @@
24 +# Copyright 1999-2011 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Header: $
27 +
28 +EAPI=4
29 +
30 +MODULE_AUTHOR=ZEFRAM
31 +MODULE_VERSION="2.006"
32 +inherit perl-module
33 +
34 +DESCRIPTION="DEC VMS password hashing"
35 +
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE="test +recommended"
39 +comment() { echo ''; }
40 +COMMON_DEPEND="
41 + >=dev-perl/Data-Integer-0.003 $(comment 0.3.0)
42 + >=dev-perl/Digest-CRC-0.14 $(comment 0.140.0)
43 + $(comment virtual/perl-Exporter)
44 + dev-perl/Scalar-String
45 + $(comment virtual/perl-constant)
46 + virtual/perl-parent
47 + $(comment virtual/perl-strict)
48 + $(comment virtual/perl-warnings)
49 + recommended? ( virtual/perl-XSLoader )
50 +"
51 +DEPEND="
52 + ${COMMON_DEPEND}
53 +$(comment config requires)
54 + virtual/perl-Module-Build
55 + $(comment virtual/perl-strict)
56 + $(comment virtual/perl-warnings)
57 +$(comment config recommends)
58 + recommended? ( >=virtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.150.0) )
59 +$(comment build requires)
60 + virtual/perl-Module-Build
61 + dev-perl/Scalar-String
62 + virtual/perl-Test-Simple
63 + $(comment virtual/perl-strict)
64 + $(comment virtual/perl-warnings)
65 +$(comment build recommends)
66 + recommended? ( >=virtual/perl-ExtUtils-CBuilder-0.15.0 $(comment 0.150.0) )
67 +"
68 +RDEPEND="
69 + ${COMMON_DEPEND}
70 +"
71 +SRC_TEST="do"
72
73 diff --git a/dev-perl/Authen-DecHpwd/ChangeLog b/dev-perl/Authen-DecHpwd/ChangeLog
74 index 9aed09b..1ea64ce 100644
75 --- a/dev-perl/Authen-DecHpwd/ChangeLog
76 +++ b/dev-perl/Authen-DecHpwd/ChangeLog
77 @@ -2,6 +2,12 @@
78 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
79 # $Header: $
80
81 +*Authen-DecHpwd-2.6.0 (08 May 2011)
82 +
83 + 08 May 2011; Kent Fredric <kentfredric@×××××.com>
84 + +Authen-DecHpwd-2.6.0.ebuild, metadata.xml:
85 + Bump
86 +
87 *Authen-DecHpwd-2.5.0 (12 Apr 2011)
88 *Authen-DecHpwd-2.4.0 (12 Apr 2011)
89
90
91 diff --git a/dev-perl/Authen-DecHpwd/metadata.xml b/dev-perl/Authen-DecHpwd/metadata.xml
92 index ccc7e0f..277753f 100644
93 --- a/dev-perl/Authen-DecHpwd/metadata.xml
94 +++ b/dev-perl/Authen-DecHpwd/metadata.xml
95 @@ -5,5 +5,9 @@
96 <maintainer>
97 <email>kentfredric@×××××.com</email>
98 <name>Kent Fredric</name>
99 - </maintainer>
100 + </maintainer>
101 + <use>
102 + <flag name="recommended">Pull in recommended dependencies to ensure XS
103 + Modules are built</flag>
104 + </use>
105 </pkgmetadata>