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/Data-Entropy/
Date: Thu, 05 May 2011 08:44:42
Message-Id: f3f6175ce0a39a9d7c4b8c000feeee24e7f8f9ef.kent@gentoo
1 commit: f3f6175ce0a39a9d7c4b8c000feeee24e7f8f9ef
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 08:32:20 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 08:32:20 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f3f6175c
7
8 [newversion] Data-Entropy-0.7.0
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Data-Entropy/ChangeLog | 5 ++
14 dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild | 53 +++++++++++++++++++++++
15 2 files changed, 58 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Data-Entropy/ChangeLog b/dev-perl/Data-Entropy/ChangeLog
18 index bfe3152..656c88a 100644
19 --- a/dev-perl/Data-Entropy/ChangeLog
20 +++ b/dev-perl/Data-Entropy/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Data-Entropy-0.7.0 (05 May 2011)
26 +
27 + 05 May 2011; Kent Fredric <kentfredric@×××××.com> +Data-Entropy-0.7.0.ebuild:
28 + Bump
29 +
30 *Data-Entropy-0.6.0 (05 May 2011)
31
32 05 May 2011; Kent Fredric <kentfredric@×××××.com> -Data-Entropy-0.006.ebuild,
33
34 diff --git a/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild b/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild
35 new file mode 100644
36 index 0000000..001d5d8
37 --- /dev/null
38 +++ b/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild
39 @@ -0,0 +1,53 @@
40 +# Copyright 1999-2011 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +EAPI=4
44 +MODULE_AUTHOR=ZEFRAM
45 +MODULE_VERSION=0.007
46 +inherit perl-module
47 +
48 +DESCRIPTION="entropy (randomness) management"
49 +LICENSE="|| ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE=""
53 +comment() { echo ''; }
54 +COMMON_DEPEND="
55 + $(comment virtual/perl-Carp)
56 + dev-perl/Crypt-Rijndael
57 + >=dev-perl/Data-Float-0.008 $(comment 0.8.0)
58 + $(comment virtual/perl-Errno 1.0.0)
59 + $(comment virtual/perl-Exporter)
60 + >=dev-perl/HTTP-Lite-2.2 $(comment 2.200.0)
61 + >=virtual/perl-IO-1.03 $(comment 1.30.0 IO::File)
62 + dev-perl/Params-Classify
63 + $(comment virtual/perl-constant)
64 + $(comment virtual/perl-integer)
65 + virtual/perl-parent
66 + $(comment perl 5.6 w/ strict and warnings)
67 +
68 + $(comment CONFLICTS)
69 + !<virtual/perl-Math-BigInt-1.60 $(comment 1.600.0)
70 + !<virtual/perl-Math-BigRat-0.04 $(comment 0.40.0)
71 + !<perl-core/Math-BigRat-0.04 $(comment 0.40.0)
72 +"
73 +DEPEND="
74 + ${COMMON_DEPEND}
75 +
76 + $(comment CONFIGURE REQUIRES)
77 + virtual/perl-Module-Build
78 + $(comment perl 5.6 w/ strict and warnings)
79 +
80 + $(comment BUILD REQUIRES)
81 + dev-perl/Crypt-Rijndael
82 + >=dev-perl/Data-Float-0.008 $(comment 0.8.0)
83 + >=virtual/perl-IO-1.03 $(comment 1.30.0 IO::File)
84 + virtual/perl-Module-Build
85 + virtual/perl-Test-Simple $(comment Test::More)
86 + $(comment virtual/perl-constant)
87 + $(comment perl 5.6 w/ strict and warnings)
88 +"
89 +RDEPEND="
90 + ${COMMON_DEPEND}
91 +"
92 +SRC_TEST="do"