Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 09a63af038bfd39aaf6b3e58a3eca814bbf0eba6
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 5 17:27:15 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 5 17:27:15 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=09a63af0
[newversion] Cache-Ref-0.50.0_rc
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Cache-Ref/Cache-Ref-0.50.0_rc.ebuild | 34 +++++++++++++++++++++++++
dev-perl/Cache-Ref/ChangeLog | 6 ++++
2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Cache-Ref/Cache-Ref-0.50.0_rc.ebuild b/dev-perl/Cache-Ref/Cache-Ref-0.50.0_rc.ebuild
new file mode 100644
index 0000000..c6d4099
--- /dev/null
+++ b/dev-perl/Cache-Ref/Cache-Ref-0.50.0_rc.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=BRUNOV
+MODULE_VERSION=0.05-TRIAL
+MODULE_DZIL_TRIAL=1
+inherit perl-module
+
+DESCRIPTION="Memory only cache of live references"
+
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+ dev-perl/Hash-Util-FieldHash-Compat
+ dev-perl/Moose
+ dev-perl/MooseX-Role-Parameterized
+ dev-perl/namespace-autoclean
+ virtual/perl-Scalar-List-Utils
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.56
+ dev-perl/Moose
+ virtual/perl-Test-Simple
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Cache-Ref/ChangeLog b/dev-perl/Cache-Ref/ChangeLog
index 47bf74d..d0c1d6f 100644
--- a/dev-perl/Cache-Ref/ChangeLog
+++ b/dev-perl/Cache-Ref/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Cache-Ref-0.50.0_rc (05 Apr 2011)
+
+ 05 Apr 2011; Kent Fredric <kentfredric@...>
+ +Cache-Ref-0.50.0_rc.ebuild:
+ Bump
+
*Cache-Ref-0.40.0 (05 Apr 2011)
*Cache-Ref-0.20.0 (05 Apr 2011)
|
|