summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-03-28 00:24:53 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-03-28 00:24:53 +0000
commit59f8713358701c73f668452d7c8e13aca863fd63 (patch)
tree6f1318bee1db265870ffde6b8cf5f4d2b3cc7145 /dev-perl
parentInitial commit. Dep for dev-perl/Devel-REPL-1.003009. (diff)
downloadhistorical-59f8713358701c73f668452d7c8e13aca863fd63.tar.gz
historical-59f8713358701c73f668452d7c8e13aca863fd63.tar.bz2
historical-59f8713358701c73f668452d7c8e13aca863fd63.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Devel-REPL/ChangeLog8
-rw-r--r--dev-perl/Devel-REPL/Devel-REPL-1.003009.ebuild46
-rw-r--r--dev-perl/Lexical-Persistence/ChangeLog10
-rw-r--r--dev-perl/Lexical-Persistence/Lexical-Persistence-1.02.0.ebuild25
4 files changed, 86 insertions, 3 deletions
diff --git a/dev-perl/Devel-REPL/ChangeLog b/dev-perl/Devel-REPL/ChangeLog
index 8f4c02bae22f..9070639ed7ae 100644
--- a/dev-perl/Devel-REPL/ChangeLog
+++ b/dev-perl/Devel-REPL/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Devel-REPL
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-REPL/ChangeLog,v 1.5 2010/03/05 11:13:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-REPL/ChangeLog,v 1.6 2010/03/28 00:22:20 robbat2 Exp $
+
+*Devel-REPL-1.003009 (28 Mar 2010)
+
+ 28 Mar 2010; Robin H. Johnson <robbat2@gentoo.org>
+ +Devel-REPL-1.003009.ebuild:
+ Version bump via perl-bump experimental tool.
*Devel-REPL-1.003007-r1 (05 Mar 2010)
diff --git a/dev-perl/Devel-REPL/Devel-REPL-1.003009.ebuild b/dev-perl/Devel-REPL/Devel-REPL-1.003009.ebuild
new file mode 100644
index 000000000000..831d6f7be904
--- /dev/null
+++ b/dev-perl/Devel-REPL/Devel-REPL-1.003009.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-REPL/Devel-REPL-1.003009.ebuild,v 1.1 2010/03/28 00:22:20 robbat2 Exp $
+
+EAPI=2
+
+#MODULE_AUTHOR="OLIVER"
+#MODULE_AUTHOR="MSTROUT"
+MODULE_AUTHOR="DHOUSTON"
+inherit perl-module
+
+DESCRIPTION="a modern perl interactive shell"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/Moose-0.74
+ >=dev-perl/MooseX-Object-Pluggable-0.0009
+ >=dev-perl/MooseX-Getopt-0.18
+ >=dev-perl/MooseX-AttributeHelpers-0.16
+ dev-perl/namespace-clean
+ dev-perl/File-HomeDir
+ virtual/perl-File-Spec
+ virtual/perl-Term-ANSIColor
+
+ dev-perl/PPI
+ dev-perl/Data-Dump-Streamer
+ dev-perl/File-Next
+ dev-perl/B-Keywords
+ dev-perl/Lexical-Persistence
+ dev-perl/App-Nopaste
+ dev-perl/Module-Refresh
+ dev-perl/Task-Weaken
+ dev-perl/Data-Dumper-Concise
+ dev-perl/Sys-SigAction
+"
+# B::Concise? => perl
+# Devel::Peek => perl
+# Term::ReadLine => perl
+
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
+#PATCHES=( "${FILESDIR}"/cpan_rt_54579.patch )
diff --git a/dev-perl/Lexical-Persistence/ChangeLog b/dev-perl/Lexical-Persistence/ChangeLog
index ad5fbb37330f..11331a04ad43 100644
--- a/dev-perl/Lexical-Persistence/ChangeLog
+++ b/dev-perl/Lexical-Persistence/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Lexical-Persistence
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lexical-Persistence/ChangeLog,v 1.3 2009/09/07 08:55:34 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lexical-Persistence/ChangeLog,v 1.4 2010/03/28 00:24:53 robbat2 Exp $
+
+*Lexical-Persistence-1.02.0 (28 Mar 2010)
+
+ 28 Mar 2010; Robin H. Johnson <robbat2@gentoo.org>
+ +Lexical-Persistence-1.02.0.ebuild:
+ Version bump via perl-bump experimental tool.
07 Sep 2009; Torsten Veller <tove@gentoo.org>
-Lexical-Persistence-0.98.ebuild:
diff --git a/dev-perl/Lexical-Persistence/Lexical-Persistence-1.02.0.ebuild b/dev-perl/Lexical-Persistence/Lexical-Persistence-1.02.0.ebuild
new file mode 100644
index 000000000000..ec89a3a8af18
--- /dev/null
+++ b/dev-perl/Lexical-Persistence/Lexical-Persistence-1.02.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lexical-Persistence/Lexical-Persistence-1.02.0.ebuild,v 1.1 2010/03/28 00:24:53 robbat2 Exp $
+
+EAPI=2
+
+inherit versionator
+MODULE_AUTHOR="RCAPUTO"
+MY_P=${PN}-$(get_major_version).$(delete_all_version_separators $(get_after_major_version))
+S=${WORKDIR}/${MY_P}
+inherit perl-module
+
+DESCRIPTION="Bind lexicals to persistent data."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/PadWalker
+ >=dev-perl/Devel-LexAlias-0.04"
+DEPEND="${RDEPEND}
+ test? ( dev-perl/Test-Pod
+ dev-perl/Test-Pod-Coverage )"
+
+SRC_TEST=do