From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Data-Entropy/
Date: Thu, 5 May 2011 18:17:01 +0000 (UTC) [thread overview]
Message-ID: <f3f6175ce0a39a9d7c4b8c000feeee24e7f8f9ef.kent@gentoo> (raw)
commit: f3f6175ce0a39a9d7c4b8c000feeee24e7f8f9ef
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 08:32:20 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 08:32:20 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f3f6175c
[newversion] Data-Entropy-0.7.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Data-Entropy/ChangeLog | 5 ++
dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild | 53 +++++++++++++++++++++++
2 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Data-Entropy/ChangeLog b/dev-perl/Data-Entropy/ChangeLog
index bfe3152..656c88a 100644
--- a/dev-perl/Data-Entropy/ChangeLog
+++ b/dev-perl/Data-Entropy/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Data-Entropy-0.7.0 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com> +Data-Entropy-0.7.0.ebuild:
+ Bump
+
*Data-Entropy-0.6.0 (05 May 2011)
05 May 2011; Kent Fredric <kentfredric@gmail.com> -Data-Entropy-0.006.ebuild,
diff --git a/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild b/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild
new file mode 100644
index 0000000..001d5d8
--- /dev/null
+++ b/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION="entropy (randomness) management"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+ $(comment virtual/perl-Carp)
+ dev-perl/Crypt-Rijndael
+ >=dev-perl/Data-Float-0.008 $(comment 0.8.0)
+ $(comment virtual/perl-Errno 1.0.0)
+ $(comment virtual/perl-Exporter)
+ >=dev-perl/HTTP-Lite-2.2 $(comment 2.200.0)
+ >=virtual/perl-IO-1.03 $(comment 1.30.0 IO::File)
+ dev-perl/Params-Classify
+ $(comment virtual/perl-constant)
+ $(comment virtual/perl-integer)
+ virtual/perl-parent
+ $(comment perl 5.6 w/ strict and warnings)
+
+ $(comment CONFLICTS)
+ !<virtual/perl-Math-BigInt-1.60 $(comment 1.600.0)
+ !<virtual/perl-Math-BigRat-0.04 $(comment 0.40.0)
+ !<perl-core/Math-BigRat-0.04 $(comment 0.40.0)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+
+ $(comment CONFIGURE REQUIRES)
+ virtual/perl-Module-Build
+ $(comment perl 5.6 w/ strict and warnings)
+
+ $(comment BUILD REQUIRES)
+ dev-perl/Crypt-Rijndael
+ >=dev-perl/Data-Float-0.008 $(comment 0.8.0)
+ >=virtual/perl-IO-1.03 $(comment 1.30.0 IO::File)
+ virtual/perl-Module-Build
+ virtual/perl-Test-Simple $(comment Test::More)
+ $(comment virtual/perl-constant)
+ $(comment perl 5.6 w/ strict and warnings)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
WARNING: multiple messages have this Message-ID (diff)
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Data-Entropy/
Date: Thu, 5 May 2011 18:16:48 +0000 (UTC) [thread overview]
Message-ID: <f3f6175ce0a39a9d7c4b8c000feeee24e7f8f9ef.kent@gentoo> (raw)
Message-ID: <20110505181648.9Mj-FeTHJJUMySYyzaxAp_UJLv_v6SryRzkqoQaYyTU@z> (raw)
commit: f3f6175ce0a39a9d7c4b8c000feeee24e7f8f9ef
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 08:32:20 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 08:32:20 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f3f6175c
[newversion] Data-Entropy-0.7.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Data-Entropy/ChangeLog | 5 ++
dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild | 53 +++++++++++++++++++++++
2 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Data-Entropy/ChangeLog b/dev-perl/Data-Entropy/ChangeLog
index bfe3152..656c88a 100644
--- a/dev-perl/Data-Entropy/ChangeLog
+++ b/dev-perl/Data-Entropy/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Data-Entropy-0.7.0 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com> +Data-Entropy-0.7.0.ebuild:
+ Bump
+
*Data-Entropy-0.6.0 (05 May 2011)
05 May 2011; Kent Fredric <kentfredric@gmail.com> -Data-Entropy-0.006.ebuild,
diff --git a/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild b/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild
new file mode 100644
index 0000000..001d5d8
--- /dev/null
+++ b/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION="entropy (randomness) management"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+ $(comment virtual/perl-Carp)
+ dev-perl/Crypt-Rijndael
+ >=dev-perl/Data-Float-0.008 $(comment 0.8.0)
+ $(comment virtual/perl-Errno 1.0.0)
+ $(comment virtual/perl-Exporter)
+ >=dev-perl/HTTP-Lite-2.2 $(comment 2.200.0)
+ >=virtual/perl-IO-1.03 $(comment 1.30.0 IO::File)
+ dev-perl/Params-Classify
+ $(comment virtual/perl-constant)
+ $(comment virtual/perl-integer)
+ virtual/perl-parent
+ $(comment perl 5.6 w/ strict and warnings)
+
+ $(comment CONFLICTS)
+ !<virtual/perl-Math-BigInt-1.60 $(comment 1.600.0)
+ !<virtual/perl-Math-BigRat-0.04 $(comment 0.40.0)
+ !<perl-core/Math-BigRat-0.04 $(comment 0.40.0)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+
+ $(comment CONFIGURE REQUIRES)
+ virtual/perl-Module-Build
+ $(comment perl 5.6 w/ strict and warnings)
+
+ $(comment BUILD REQUIRES)
+ dev-perl/Crypt-Rijndael
+ >=dev-perl/Data-Float-0.008 $(comment 0.8.0)
+ >=virtual/perl-IO-1.03 $(comment 1.30.0 IO::File)
+ virtual/perl-Module-Build
+ virtual/perl-Test-Simple $(comment Test::More)
+ $(comment virtual/perl-constant)
+ $(comment perl 5.6 w/ strict and warnings)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
WARNING: multiple messages have this Message-ID (diff)
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Entropy/
Date: Thu, 5 May 2011 08:43:34 +0000 (UTC) [thread overview]
Message-ID: <f3f6175ce0a39a9d7c4b8c000feeee24e7f8f9ef.kent@gentoo> (raw)
Message-ID: <20110505084334.Fe0GEIQMaKhy2WCQtkYe5leM4632ckQ6PrELkGUB0us@z> (raw)
commit: f3f6175ce0a39a9d7c4b8c000feeee24e7f8f9ef
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May 5 08:32:20 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May 5 08:32:20 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f3f6175c
[newversion] Data-Entropy-0.7.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Data-Entropy/ChangeLog | 5 ++
dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild | 53 +++++++++++++++++++++++
2 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Data-Entropy/ChangeLog b/dev-perl/Data-Entropy/ChangeLog
index bfe3152..656c88a 100644
--- a/dev-perl/Data-Entropy/ChangeLog
+++ b/dev-perl/Data-Entropy/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Data-Entropy-0.7.0 (05 May 2011)
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com> +Data-Entropy-0.7.0.ebuild:
+ Bump
+
*Data-Entropy-0.6.0 (05 May 2011)
05 May 2011; Kent Fredric <kentfredric@gmail.com> -Data-Entropy-0.006.ebuild,
diff --git a/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild b/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild
new file mode 100644
index 0000000..001d5d8
--- /dev/null
+++ b/dev-perl/Data-Entropy/Data-Entropy-0.7.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ZEFRAM
+MODULE_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION="entropy (randomness) management"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+ $(comment virtual/perl-Carp)
+ dev-perl/Crypt-Rijndael
+ >=dev-perl/Data-Float-0.008 $(comment 0.8.0)
+ $(comment virtual/perl-Errno 1.0.0)
+ $(comment virtual/perl-Exporter)
+ >=dev-perl/HTTP-Lite-2.2 $(comment 2.200.0)
+ >=virtual/perl-IO-1.03 $(comment 1.30.0 IO::File)
+ dev-perl/Params-Classify
+ $(comment virtual/perl-constant)
+ $(comment virtual/perl-integer)
+ virtual/perl-parent
+ $(comment perl 5.6 w/ strict and warnings)
+
+ $(comment CONFLICTS)
+ !<virtual/perl-Math-BigInt-1.60 $(comment 1.600.0)
+ !<virtual/perl-Math-BigRat-0.04 $(comment 0.40.0)
+ !<perl-core/Math-BigRat-0.04 $(comment 0.40.0)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+
+ $(comment CONFIGURE REQUIRES)
+ virtual/perl-Module-Build
+ $(comment perl 5.6 w/ strict and warnings)
+
+ $(comment BUILD REQUIRES)
+ dev-perl/Crypt-Rijndael
+ >=dev-perl/Data-Float-0.008 $(comment 0.8.0)
+ >=virtual/perl-IO-1.03 $(comment 1.30.0 IO::File)
+ virtual/perl-Module-Build
+ virtual/perl-Test-Simple $(comment Test::More)
+ $(comment virtual/perl-constant)
+ $(comment perl 5.6 w/ strict and warnings)
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
next reply other threads:[~2011-05-05 18:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-05 18:17 Kent Fredric [this message]
2011-05-05 8:43 ` [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Entropy/ Kent Fredric
2011-05-05 18:16 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-05-05 18:17 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f3f6175ce0a39a9d7c4b8c000feeee24e7f8f9ef.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox