public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-07-20  3:17 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-07-20  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     53c94dce165b6402d7a7941934d4af3f0c0fd974
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 19 09:57:28 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 19 09:57:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=53c94dce

[newversion] Mojolicious-3.110.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.110.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 6ee1bfe..38f5554 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.110.0 (19 Jul 2012)
+
+  19 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.110.0.ebuild:
+  Version Bump
+
 *Mojolicious-3.100.0 (17 Jul 2012)
 
   17 Jul 2012; Dmytro Gorbunov <dmitro.gorbunov@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.110.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.110.0.ebuild
new file mode 100644
index 0000000..4e370fe
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.110.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=TEMPIRE
+MODULE_VERSION=3.11
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2016-11-22  6:54 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2016-11-22  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     15a01a40b1474e3bf9a9d5b7a72927865f1b3f7a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 06:48:14 2016 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 22 06:48:14 2016 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=15a01a40

dev-perl/Mojolicious: Gone to ::gentoo

 dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild |  34 -------
 dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild   |  34 -------
 dev-perl/Mojolicious/metadata.xml               | 121 ------------------------
 3 files changed, 189 deletions(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild
deleted file mode 100644
index 3d9d922..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.97
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild b/dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild
deleted file mode 100644
index 5acbc8a..0000000
--- a/dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=SRI
-MODULE_VERSION=4.0
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do parallel"

diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml
deleted file mode 100644
index 2917344..0000000
--- a/dev-perl/Mojolicious/metadata.xml
+++ /dev/null
@@ -1,121 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>perl@gentoo.org</email>
-		<name>Gentoo Perl Project</name>
-	</maintainer>
-	<maintainer type="person">
-		<email>mb@cattlegrid.info</email>
-		<name>Michele Beltrame</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">Mojolicious</remote-id>
-		<remote-id type="cpan-module">Mojo</remote-id>
-		<remote-id type="cpan-module">Mojo::Asset</remote-id>
-		<remote-id type="cpan-module">Mojo::Asset::File</remote-id>
-		<remote-id type="cpan-module">Mojo::Asset::Memory</remote-id>
-		<remote-id type="cpan-module">Mojo::Base</remote-id>
-		<remote-id type="cpan-module">Mojo::ByteStream</remote-id>
-		<remote-id type="cpan-module">Mojo::Cache</remote-id>
-		<remote-id type="cpan-module">Mojo::Collection</remote-id>
-		<remote-id type="cpan-module">Mojo::Content</remote-id>
-		<remote-id type="cpan-module">Mojo::Content::MultiPart</remote-id>
-		<remote-id type="cpan-module">Mojo::Content::Single</remote-id>
-		<remote-id type="cpan-module">Mojo::Cookie</remote-id>
-		<remote-id type="cpan-module">Mojo::Cookie::Request</remote-id>
-		<remote-id type="cpan-module">Mojo::Cookie::Response</remote-id>
-		<remote-id type="cpan-module">Mojo::DOM</remote-id>
-		<remote-id type="cpan-module">Mojo::DOM::CSS</remote-id>
-		<remote-id type="cpan-module">Mojo::DOM::HTML</remote-id>
-		<remote-id type="cpan-module">Mojo::Date</remote-id>
-		<remote-id type="cpan-module">Mojo::EventEmitter</remote-id>
-		<remote-id type="cpan-module">Mojo::Exception</remote-id>
-		<remote-id type="cpan-module">Mojo::Headers</remote-id>
-		<remote-id type="cpan-module">Mojo::HelloWorld</remote-id>
-		<remote-id type="cpan-module">Mojo::Home</remote-id>
-		<remote-id type="cpan-module">Mojo::IOLoop</remote-id>
-		<remote-id type="cpan-module">Mojo::IOLoop::Client</remote-id>
-		<remote-id type="cpan-module">Mojo::IOLoop::Delay</remote-id>
-		<remote-id type="cpan-module">Mojo::IOLoop::Server</remote-id>
-		<remote-id type="cpan-module">Mojo::IOLoop::Stream</remote-id>
-		<remote-id type="cpan-module">Mojo::JSON</remote-id>
-		<remote-id type="cpan-module">Mojo::JSON::Pointer</remote-id>
-		<remote-id type="cpan-module">Mojo::JSON::_Bool</remote-id>
-		<remote-id type="cpan-module">Mojo::Loader</remote-id>
-		<remote-id type="cpan-module">Mojo::Log</remote-id>
-		<remote-id type="cpan-module">Mojo::Message</remote-id>
-		<remote-id type="cpan-module">Mojo::Message::Request</remote-id>
-		<remote-id type="cpan-module">Mojo::Message::Response</remote-id>
-		<remote-id type="cpan-module">Mojo::Parameters</remote-id>
-		<remote-id type="cpan-module">Mojo::Path</remote-id>
-		<remote-id type="cpan-module">Mojo::Reactor</remote-id>
-		<remote-id type="cpan-module">Mojo::Reactor::EV</remote-id>
-		<remote-id type="cpan-module">Mojo::Reactor::Poll</remote-id>
-		<remote-id type="cpan-module">Mojo::Server</remote-id>
-		<remote-id type="cpan-module">Mojo::Server::CGI</remote-id>
-		<remote-id type="cpan-module">Mojo::Server::Daemon</remote-id>
-		<remote-id type="cpan-module">Mojo::Server::Hypnotoad</remote-id>
-		<remote-id type="cpan-module">Mojo::Server::Morbo</remote-id>
-		<remote-id type="cpan-module">Mojo::Server::PSGI</remote-id>
-		<remote-id type="cpan-module">Mojo::Server::PSGI::_IO</remote-id>
-		<remote-id type="cpan-module">Mojo::Server::Prefork</remote-id>
-		<remote-id type="cpan-module">Mojo::Template</remote-id>
-		<remote-id type="cpan-module">Mojo::Transaction</remote-id>
-		<remote-id type="cpan-module">Mojo::Transaction::HTTP</remote-id>
-		<remote-id type="cpan-module">Mojo::Transaction::WebSocket</remote-id>
-		<remote-id type="cpan-module">Mojo::URL</remote-id>
-		<remote-id type="cpan-module">Mojo::Upload</remote-id>
-		<remote-id type="cpan-module">Mojo::UserAgent</remote-id>
-		<remote-id type="cpan-module">Mojo::UserAgent::CookieJar</remote-id>
-		<remote-id type="cpan-module">Mojo::UserAgent::Proxy</remote-id>
-		<remote-id type="cpan-module">Mojo::UserAgent::Server</remote-id>
-		<remote-id type="cpan-module">Mojo::UserAgent::Transactor</remote-id>
-		<remote-id type="cpan-module">Mojo::Util</remote-id>
-		<remote-id type="cpan-module">Mojolicious</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::cgi</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::cpanify</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::daemon</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::eval</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::generate</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::generate::app</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::generate::lite_app</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::generate::makefile</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::generate::plugin</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::get</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::inflate</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::prefork</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::psgi</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::routes</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::test</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Command::version</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Commands</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Controller</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Lite</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugin</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugin::Charset</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugin::Config</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugin::DefaultHelpers</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugin::EPLRenderer</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugin::EPRenderer</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugin::HeaderCondition</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugin::JSONConfig</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugin::Mount</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugin::PODRenderer</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugin::TagHelpers</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Plugins</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Renderer</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Routes</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Routes::Match</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Routes::Pattern</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Routes::Route</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Sessions</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Static</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Types</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Validator</remote-id>
-		<remote-id type="cpan-module">Mojolicious::Validator::Validation</remote-id>
-		<remote-id type="cpan-module">Test::Mojo</remote-id>
-		<remote-id type="cpan-module">ojo</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2013-05-15 22:23 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2013-05-15 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c03c3cb1be674e2130d69c2546c995f9f290dea3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 15 21:49:57 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 15 21:49:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c03c3cb1

[newversion] dev-perl/Mojolicious-4.0.0

Package-Manager: portage-2.2.0_alpha174
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                |    6 ++++
 dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild |   34 +++++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml             |    2 -
 3 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 8b32d9e..92dfdb5 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-4.0.0 (15 May 2013)
+
+  15 May 2013; Kent Fredric <kentfredric@gmail.com> +Mojolicious-4.0.0.ebuild,
+  metadata.xml:
+  Version Bump
+
   09 May 2013; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.110.0.ebuild, -Mojolicious-3.320.0.ebuild,
   -Mojolicious-3.860.0.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild b/dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild
new file mode 100644
index 0000000..30bdad3
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-4.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SRI
+MODULE_VERSION=4.0
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do parallel"

diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml
index ba6f953..e16d960 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -98,8 +98,6 @@
         <remote-id type="cpan-module">Mojolicious::Plugin::JSONConfig</remote-id>
         <remote-id type="cpan-module">Mojolicious::Plugin::Mount</remote-id>
         <remote-id type="cpan-module">Mojolicious::Plugin::PODRenderer</remote-id>
-        <remote-id type="cpan-module">Mojolicious::Plugin::PoweredBy</remote-id>
-        <remote-id type="cpan-module">Mojolicious::Plugin::RequestTimer</remote-id>
         <remote-id type="cpan-module">Mojolicious::Plugin::TagHelpers</remote-id>
         <remote-id type="cpan-module">Mojolicious::Plugins</remote-id>
         <remote-id type="cpan-module">Mojolicious::Renderer</remote-id>


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2013-05-09 11:44 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2013-05-09 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d7a6b43abdbbf47ca2d17e306fe7190a213db652
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May  9 11:27:02 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May  9 11:27:02 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d7a6b43a

[cpanclean] dev-perl/Mojolicious-3.110.0

Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    5 +++
 dev-perl/Mojolicious/Mojolicious-3.110.0.ebuild |   34 -----------------------
 dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild |   34 -----------------------
 dev-perl/Mojolicious/Mojolicious-3.860.0.ebuild |   34 -----------------------
 4 files changed, 5 insertions(+), 102 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 3cc5d14..8b32d9e 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 May 2013; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-3.110.0.ebuild, -Mojolicious-3.320.0.ebuild,
+  -Mojolicious-3.860.0.ebuild:
+  Gone on CPAN
+
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.870.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-3.110.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.110.0.ebuild
deleted file mode 100644
index 4e370fe..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.110.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=TEMPIRE
-MODULE_VERSION=3.11
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild
deleted file mode 100644
index 589a506..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=AMS
-MODULE_VERSION=3.32
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-3.860.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.860.0.ebuild
deleted file mode 100644
index 1106ca1..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.860.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=JBERGER
-MODULE_VERSION=3.86
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2013-04-28 14:06 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2013-04-28 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     da0c066b2c810840ca24384d4a7daf976605c8b1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 13:47:56 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 13:47:56 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=da0c066b

[cpanclean] Mojolicious-3.870.0

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-3.870.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index b505d4d..3cc5d14 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-3.870.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-3.970.0 (28 Apr 2013)
 
   28 Apr 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.870.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.870.0.ebuild
deleted file mode 100644
index 0dc5e0c..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.870.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.87
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2013-04-28 14:06 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2013-04-28 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     80dea11582783dcfdc10425d6073fd068c8863e4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 13:47:15 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 13:47:15 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=80dea115

[newversion] Mojolicious-3.970.0

Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 9cc59c5..b505d4d 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.970.0 (28 Apr 2013)
+
+  28 Apr 2013; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.970.0.ebuild:
+  Version Bump
+
 *Mojolicious-3.870.0 (24 Feb 2013)
 
   24 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild
new file mode 100644
index 0000000..324e57a
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.970.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.97
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2013-02-24  6:00 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2013-02-24  6:00 UTC (permalink / raw
  To: gentoo-commits

commit:     1e44c2a11cb050b58e98fe229765cfed0aaa2a26
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 24 05:40:20 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 24 05:40:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1e44c2a1

[newversion] Mojolicious-3.870.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.870.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 162875b..9cc59c5 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.870.0 (24 Feb 2013)
+
+  24 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.870.0.ebuild:
+  Version Bump
+
   23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.840.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-3.870.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.870.0.ebuild
new file mode 100644
index 0000000..0dc5e0c
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.870.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.87
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2013-02-23 22:54 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2013-02-23 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     1deb1df209cc0d65fbcc1b633def4e845382dcdd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 21:48:41 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 23 21:48:41 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1deb1df2

[newversion] Mojolicious-3.860.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.860.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index b607acb..12546bb 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.860.0 (23 Feb 2013)
+
+  23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.860.0.ebuild:
+  Version Bump
+
   10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.510.0.ebuild, -Mojolicious-3.520.0.ebuild,
   -Mojolicious-3.580.0.ebuild, -Mojolicious-3.590.0.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-3.860.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.860.0.ebuild
new file mode 100644
index 0000000..1106ca1
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.860.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=JBERGER
+MODULE_VERSION=3.86
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2013-02-23 22:54 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2013-02-23 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     207b46baa34a376f0e40e15f684d9eb3c8270ee8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 21:49:03 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 23 21:49:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=207b46ba

[cpanclean] Mojolicious-3.840.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-3.840.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 12546bb..162875b 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-3.840.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-3.860.0 (23 Feb 2013)
 
   23 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.840.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.840.0.ebuild
deleted file mode 100644
index 3b7e728..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.840.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.84
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2013-02-10 12:18 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2013-02-10 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     43a15f411ee97888c646901762101732eb7a7f1f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 10 11:59:21 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 10 11:59:21 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=43a15f41

[cpanclean] Mojolicious-3.5{1,2,8,9}0.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    5 +++
 dev-perl/Mojolicious/Mojolicious-3.510.0.ebuild |   34 -----------------------
 dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild |   34 -----------------------
 dev-perl/Mojolicious/Mojolicious-3.580.0.ebuild |   34 -----------------------
 dev-perl/Mojolicious/Mojolicious-3.590.0.ebuild |   34 -----------------------
 5 files changed, 5 insertions(+), 136 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index f8e31b8..b607acb 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-3.510.0.ebuild, -Mojolicious-3.520.0.ebuild,
+  -Mojolicious-3.580.0.ebuild, -Mojolicious-3.590.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-3.840.0 (10 Feb 2013)
 
   10 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.510.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.510.0.ebuild
deleted file mode 100644
index 049d671..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.510.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.51
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild
deleted file mode 100644
index 1af5e69..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.52
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-3.580.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.580.0.ebuild
deleted file mode 100644
index 4652abb..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.580.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.58
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-3.590.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.590.0.ebuild
deleted file mode 100644
index a62bf43..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.590.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.59
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2013-02-10 12:18 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2013-02-10 12:18 UTC (permalink / raw
  To: gentoo-commits

commit:     6ac4e483e420881197bd6dfa657b652d3c5eede4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 10 11:58:31 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 10 11:58:31 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6ac4e483

[newversion] Mojolicious-3.840.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    8 +++++-
 dev-perl/Mojolicious/Mojolicious-3.840.0.ebuild |   34 +++++++++++++++++++++++
 dev-perl/Mojolicious/metadata.xml               |    2 +
 3 files changed, 43 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 44937c4..f8e31b8 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Mojolicious
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.840.0 (10 Feb 2013)
+
+  10 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.840.0.ebuild, metadata.xml:
+  Version Bump
+
 *Mojolicious-3.590.0 (21 Nov 2012)
 
   21 Nov 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.840.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.840.0.ebuild
new file mode 100644
index 0000000..3b7e728
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.840.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.84
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml
index 403cb6a..ba6f953 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -56,6 +56,7 @@
         <remote-id type="cpan-module">Mojo::Server::Morbo</remote-id>
         <remote-id type="cpan-module">Mojo::Server::PSGI</remote-id>
         <remote-id type="cpan-module">Mojo::Server::PSGI::_IO</remote-id>
+        <remote-id type="cpan-module">Mojo::Server::Prefork</remote-id>
         <remote-id type="cpan-module">Mojo::Template</remote-id>
         <remote-id type="cpan-module">Mojo::Transaction</remote-id>
         <remote-id type="cpan-module">Mojo::Transaction::HTTP</remote-id>
@@ -79,6 +80,7 @@
         <remote-id type="cpan-module">Mojolicious::Command::generate::plugin</remote-id>
         <remote-id type="cpan-module">Mojolicious::Command::get</remote-id>
         <remote-id type="cpan-module">Mojolicious::Command::inflate</remote-id>
+        <remote-id type="cpan-module">Mojolicious::Command::prefork</remote-id>
         <remote-id type="cpan-module">Mojolicious::Command::psgi</remote-id>
         <remote-id type="cpan-module">Mojolicious::Command::routes</remote-id>
         <remote-id type="cpan-module">Mojolicious::Command::test</remote-id>


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-11-22  2:19 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-11-22  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     07b72a210d97649e62712054bd7395e99d2d69a4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Nov 21 00:21:38 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Nov 21 00:21:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=07b72a21

[newversion] Mojolicious-3.590.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.590.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index d8e177b..44937c4 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.590.0 (21 Nov 2012)
+
+  21 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.590.0.ebuild:
+  Version Bump
+
   20 Nov 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.540.0.ebuild, -Mojolicious-3.560.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-3.590.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.590.0.ebuild
new file mode 100644
index 0000000..a62bf43
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.590.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.59
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-11-20 22:54 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-11-20 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e27eaf5098ed2ee81adbcd4d87ed46ec68464f0e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Nov 20 21:46:41 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 20 21:46:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e27eaf50

[newversion] Mojolicious-3.580.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.580.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index bfb8a3e..70a16b5 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.580.0 (20 Nov 2012)
+
+  20 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.580.0.ebuild:
+  Version Bump
+
 *Mojolicious-3.560.0 (10 Nov 2012)
 
   10 Nov 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.580.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.580.0.ebuild
new file mode 100644
index 0000000..4652abb
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.580.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.58
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-11-20 22:54 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-11-20 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     eccfac7446a8f886e5c5afc5cdf85d59420abce3
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Nov 20 21:47:37 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 20 21:47:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eccfac74

[cpanclean] Mojolicious-3.5{4,6}0.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-3.540.0.ebuild |   34 -----------------------
 dev-perl/Mojolicious/Mojolicious-3.560.0.ebuild |   34 -----------------------
 3 files changed, 4 insertions(+), 68 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 70a16b5..d8e177b 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-3.540.0.ebuild, -Mojolicious-3.560.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-3.580.0 (20 Nov 2012)
 
   20 Nov 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.540.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.540.0.ebuild
deleted file mode 100644
index 21ded5d..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.540.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.54
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-3.560.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.560.0.ebuild
deleted file mode 100644
index efa8436..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.560.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.56
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-11-10 15:05 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-11-10 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     d65f99db0f5425a430b47cffa72512d36032011f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Nov 10 13:08:28 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Nov 10 13:08:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d65f99db

[newversion] Mojolicious-3.560.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.560.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 52c6c79..bfb8a3e 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.560.0 (10 Nov 2012)
+
+  10 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.560.0.ebuild:
+  Version Bump
+
 *Mojolicious-3.540.0 (04 Nov 2012)
 
   04 Nov 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.560.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.560.0.ebuild
new file mode 100644
index 0000000..efa8436
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.560.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.56
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-11-04 13:51 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-11-04 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     6bfac3f03ba87665b419ffb7fab58b852b4235a9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Nov  4 13:27:04 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Nov  4 13:27:04 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6bfac3f0

[newversion] Mojolicious-3.540.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.540.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 4e6d934..52c6c79 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.540.0 (04 Nov 2012)
+
+  04 Nov 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.540.0.ebuild:
+  Version Bump
+
 *Mojolicious-3.520.0 (29 Oct 2012)
 
   29 Oct 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.540.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.540.0.ebuild
new file mode 100644
index 0000000..21ded5d
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.540.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.54
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-10-29 10:04 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-10-29 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c5af13b634d27c83f96307c1a12ae34855f93c16
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 29 09:20:34 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 29 09:20:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c5af13b6

[newversion] Mojolicious-3.52

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 3fa6c09..4e6d934 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.520.0 (29 Oct 2012)
+
+  29 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.520.0.ebuild:
+  Version Bump
+
   28 Oct 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.420.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild
new file mode 100644
index 0000000..1af5e69
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.520.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.52
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-09-17 10:30 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-09-17 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     573ecb8900a6a3a02fc18386e4a50da1fd927a1e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 05:45:00 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 17 05:45:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=573ecb89

[newversion] Mojolicious-3.420.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.420.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 3b1d7d6..4a2a916 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.420.0 (17 Sep 2012)
+
+  17 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.420.0.ebuild:
+  Version Bump
+
 *Mojolicious-3.340.0 (25 Aug 2012)
 
   25 Aug 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.420.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.420.0.ebuild
new file mode 100644
index 0000000..6789619
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.420.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.42
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-09-17 10:30 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-09-17 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9831b0a020f682162deebac244f3c6f4e1b4a29a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Sep 17 05:46:24 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Sep 17 05:46:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9831b0a0

[cpanclean] Mojolicious-3.340.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-3.340.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 4a2a916..bfe8985 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Sep 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-3.340.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-3.420.0 (17 Sep 2012)
 
   17 Sep 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.340.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.340.0.ebuild
deleted file mode 100644
index 24f058d..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.340.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.34
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-25  4:22 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-25  4:22 UTC (permalink / raw
  To: gentoo-commits

commit:     53ccf294e466076e0c645ff2573be71aa842a860
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 25 03:56:16 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 25 03:56:16 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=53ccf294

[newversion] Mojolicious-3.340.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.340.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index f5f6d98..3b1d7d6 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.340.0 (25 Aug 2012)
+
+  25 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.340.0.ebuild:
+  Version Bump
+
   23 Aug 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.280.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-3.340.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.340.0.ebuild
new file mode 100644
index 0000000..24f058d
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.340.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.34
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-23 12:35 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-23 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7cba50cb3a6c165c3a9640719098f092cf0c3acd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 23 10:49:56 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 23 10:49:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7cba50cb

[cpanclean] Mojolicious-3.280.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-3.280.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 6e48f85..f5f6d98 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-3.280.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-3.320.0 (23 Aug 2012)
 
   23 Aug 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.280.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.280.0.ebuild
deleted file mode 100644
index f94d8be..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.280.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.28
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-23 12:35 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-23 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d335cb09f918247687df13b7ba76805b64cc8362
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 23 10:47:31 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 23 10:47:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d335cb09

[newversion] Mojolicious-3.320.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index ba7eeb1..6e48f85 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.320.0 (23 Aug 2012)
+
+  23 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.320.0.ebuild:
+  Version Bump
+
   12 Aug 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.250.0.ebuild, -Mojolicious-3.260.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild
new file mode 100644
index 0000000..589a506
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.320.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=AMS
+MODULE_VERSION=3.32
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-12 12:07 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-12 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     8ef49296997422f525668e02f208f684427fce33
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 12 05:24:19 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 12 05:24:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8ef49296

[cpanclean] Mojolicious-3.2{5,6}0.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-3.250.0.ebuild |   34 -----------------------
 dev-perl/Mojolicious/Mojolicious-3.260.0.ebuild |   34 -----------------------
 3 files changed, 4 insertions(+), 68 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index db4ca0c..ba7eeb1 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-3.250.0.ebuild, -Mojolicious-3.260.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-3.280.0 (11 Aug 2012)
 
   11 Aug 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.250.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.250.0.ebuild
deleted file mode 100644
index 408ff84..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.250.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.25
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-3.260.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.260.0.ebuild
deleted file mode 100644
index c848d13..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.260.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.26
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-12 12:07 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-12 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     e71d727b50149676bda5b93df5f97ea612e8b864
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 11 08:53:26 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 11 08:53:26 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e71d727b

[newversion] Mojolicious-3.280.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.280.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 79da24c..db4ca0c 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.280.0 (11 Aug 2012)
+
+  11 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.280.0.ebuild:
+  Version Bump
+
 *Mojolicious-3.260.0 (08 Aug 2012)
 
   08 Aug 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.280.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.280.0.ebuild
new file mode 100644
index 0000000..f94d8be
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.280.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.28
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-08 10:54 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-08 10:54 UTC (permalink / raw
  To: gentoo-commits

commit:     810b279bfe7d8243fc11f3c9bb82fb2bc5960145
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug  8 10:47:56 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug  8 10:47:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=810b279b

[newversion] Mojolicious-3.260.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.260.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index ea2c889..79da24c 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.260.0 (08 Aug 2012)
+
+  08 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.260.0.ebuild:
+  Version Bump
+
   08 Aug 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
   Update metadata.xml ( +Mojo::UserAgent::CookieJar, +Mojolicious::Command,
   -Mojo::Command, -Mojo::CookieJar, -Mojolicious::Plugin::I18N,

diff --git a/dev-perl/Mojolicious/Mojolicious-3.260.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.260.0.ebuild
new file mode 100644
index 0000000..c848d13
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.260.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.26
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-08 10:32 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-08 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     93e1b357277ba1275ac62dff651e961969efd318
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug  8 10:27:01 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug  8 10:27:01 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=93e1b357

[metadata] update Mojolicious, -cpan-module: Mojo::{Command,CookieJar} +cpan-module: Mojo::UserAgent::CookieJar +cpan-module: Mojolicious::Command, -cpan-module:Mojolicious::Plugin::I18N{::_Handler}

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog    |    5 +++++
 dev-perl/Mojolicious/metadata.xml |    6 ++----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 7f171bd..ea2c889 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Aug 2012; Kent Fredric <kentfredric@gmail.com> metadata.xml:
+  Update metadata.xml ( +Mojo::UserAgent::CookieJar, +Mojolicious::Command,
+  -Mojo::Command, -Mojo::CookieJar, -Mojolicious::Plugin::I18N,
+  -Mojolicous::Plugin::I18N::_Handler )
+
   08 Aug 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.190.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/metadata.xml b/dev-perl/Mojolicious/metadata.xml
index 809382e..403cb6a 100644
--- a/dev-perl/Mojolicious/metadata.xml
+++ b/dev-perl/Mojolicious/metadata.xml
@@ -16,14 +16,12 @@
         <remote-id type="cpan-module">Mojo::ByteStream</remote-id>
         <remote-id type="cpan-module">Mojo::Cache</remote-id>
         <remote-id type="cpan-module">Mojo::Collection</remote-id>
-        <remote-id type="cpan-module">Mojo::Command</remote-id>
         <remote-id type="cpan-module">Mojo::Content</remote-id>
         <remote-id type="cpan-module">Mojo::Content::MultiPart</remote-id>
         <remote-id type="cpan-module">Mojo::Content::Single</remote-id>
         <remote-id type="cpan-module">Mojo::Cookie</remote-id>
         <remote-id type="cpan-module">Mojo::Cookie::Request</remote-id>
         <remote-id type="cpan-module">Mojo::Cookie::Response</remote-id>
-        <remote-id type="cpan-module">Mojo::CookieJar</remote-id>
         <remote-id type="cpan-module">Mojo::DOM</remote-id>
         <remote-id type="cpan-module">Mojo::DOM::CSS</remote-id>
         <remote-id type="cpan-module">Mojo::DOM::HTML</remote-id>
@@ -65,9 +63,11 @@
         <remote-id type="cpan-module">Mojo::URL</remote-id>
         <remote-id type="cpan-module">Mojo::Upload</remote-id>
         <remote-id type="cpan-module">Mojo::UserAgent</remote-id>
+        <remote-id type="cpan-module">Mojo::UserAgent::CookieJar</remote-id>
         <remote-id type="cpan-module">Mojo::UserAgent::Transactor</remote-id>
         <remote-id type="cpan-module">Mojo::Util</remote-id>
         <remote-id type="cpan-module">Mojolicious</remote-id>
+        <remote-id type="cpan-module">Mojolicious::Command</remote-id>
         <remote-id type="cpan-module">Mojolicious::Command::cgi</remote-id>
         <remote-id type="cpan-module">Mojolicious::Command::cpanify</remote-id>
         <remote-id type="cpan-module">Mojolicious::Command::daemon</remote-id>
@@ -93,8 +93,6 @@
         <remote-id type="cpan-module">Mojolicious::Plugin::EPLRenderer</remote-id>
         <remote-id type="cpan-module">Mojolicious::Plugin::EPRenderer</remote-id>
         <remote-id type="cpan-module">Mojolicious::Plugin::HeaderCondition</remote-id>
-        <remote-id type="cpan-module">Mojolicious::Plugin::I18N</remote-id>
-        <remote-id type="cpan-module">Mojolicious::Plugin::I18N::_Handler</remote-id>
         <remote-id type="cpan-module">Mojolicious::Plugin::JSONConfig</remote-id>
         <remote-id type="cpan-module">Mojolicious::Plugin::Mount</remote-id>
         <remote-id type="cpan-module">Mojolicious::Plugin::PODRenderer</remote-id>


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-08 10:32 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-08 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     50d039d2f405ad0d767c4fd71f6b530473fc0c3b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug  8 06:49:23 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug  8 06:49:23 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=50d039d2

[newversion] Mojolicious-3.250.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.250.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 9b96ba2..d727cdc 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.250.0 (08 Aug 2012)
+
+  08 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.250.0.ebuild:
+  Version Bump
+
   08 Aug 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.150.0.ebuild, -Mojolicious-3.160.0.ebuild,
   -Mojolicious-3.170.0.ebuild, -Mojolicious-3.180.0.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-3.250.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.250.0.ebuild
new file mode 100644
index 0000000..408ff84
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.250.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.25
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-08 10:32 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-08 10:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6a6abd70644906a9ffe5e12ecbafaedaf20ef455
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug  8 06:50:20 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug  8 06:50:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6a6abd70

[cpanclean] Mojolicious-3.190.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-3.190.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index d727cdc..7f171bd 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-3.190.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-3.250.0 (08 Aug 2012)
 
   08 Aug 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.190.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.190.0.ebuild
deleted file mode 100644
index 56b4ca0..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.190.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.19
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-03  3:10 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-03  3:10 UTC (permalink / raw
  To: gentoo-commits

commit:     825b9673816b0f91f55de1be5b98cc9f730b72ef
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug  2 23:21:36 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug  2 23:21:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=825b9673

[newversion] Mojolicious-3.190.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.190.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 7c1918a..17bd9e9 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.190.0 (02 Aug 2012)
+
+  02 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.190.0.ebuild:
+  Version Bump
+
 *Mojolicious-3.180.0 (02 Aug 2012)
 
   02 Aug 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.190.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.190.0.ebuild
new file mode 100644
index 0000000..56b4ca0
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.190.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.19
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-02 12:59 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-02 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     986c20911cb49d3a8cf5611b2435bd708eba00c1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug  2 12:30:45 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug  2 12:30:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=986c2091

[newversion] Mojolicious-3.180.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.180.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 7e6b8ab..7c1918a 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.180.0 (02 Aug 2012)
+
+  02 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.180.0.ebuild:
+  Version Bump
+
 *Mojolicious-3.170.0 (01 Aug 2012)
 
   01 Aug 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.180.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.180.0.ebuild
new file mode 100644
index 0000000..e2eaf7a
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.180.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.18
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-01  6:43 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-01  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1565ab0b583b03fcba477772e030055b62b9b68c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug  1 05:32:55 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug  1 05:32:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1565ab0b

[newversion] Mojolicious-3.170.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.170.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index b3a1d75..7e6b8ab 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.170.0 (01 Aug 2012)
+
+  01 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.170.0.ebuild:
+  Version Bump
+
 *Mojolicious-3.160.0 (31 Jul 2012)
 
   31 Jul 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.170.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.170.0.ebuild
new file mode 100644
index 0000000..3bafe96
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.170.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.17
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-08-01  1:44 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-08-01  1:44 UTC (permalink / raw
  To: gentoo-commits

commit:     66f68f77f3c1ee310fec974fe9451e0ddfcf5b92
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 31 22:19:09 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 31 22:19:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=66f68f77

[newversion] Mojolicious-3.160.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.160.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 69c1330..b3a1d75 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.160.0 (31 Jul 2012)
+
+  31 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.160.0.ebuild:
+  Version Bump
+
   31 Jul 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.130.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-3.160.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.160.0.ebuild
new file mode 100644
index 0000000..fcd13aa
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.160.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.16
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-07-31  3:04 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-07-31  3:04 UTC (permalink / raw
  To: gentoo-commits

commit:     0a4da2fd2dcde7c1ca196cc1776c1294d2760fcf
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 31 02:12:55 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 31 02:12:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0a4da2fd

[cpanclean] Mojolicious-3.130.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-3.130.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 5771700..69c1330 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-3.130.0.ebuild:
+  Gone on CPAN
+
   29 Jul 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.960.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-3.130.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.130.0.ebuild
deleted file mode 100644
index dd03b07..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.130.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=3.13
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-07-29  6:24 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-07-29  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d4f5d010a818b6fa1e69f774f195551e62d6c214
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jul 29 05:08:06 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jul 29 05:08:06 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d4f5d010

[cpanclean] Mojolicious-2.960.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-2.960.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 9fe57fd..5771700 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  29 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.960.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-3.150.0 (28 Jul 2012)
 
   28 Jul 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.960.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.960.0.ebuild
deleted file mode 100644
index ddf50de..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.960.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.96
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-07-29  4:22 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-07-29  4:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f4180a3dac33915dd3490316477bbb9af4b6b282
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 28 23:19:48 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 28 23:19:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f4180a3d

[newversion] Mojolicious-3.150.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.150.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 6d6280c..9fe57fd 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.150.0 (28 Jul 2012)
+
+  28 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.150.0.ebuild:
+  Version Bump
+
   26 Jul 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-3.100.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-3.150.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.150.0.ebuild
new file mode 100644
index 0000000..f260dcc
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.150.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.15
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-07-26  2:09 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-07-26  2:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d497ab56315054be469944061c8823efce73aeca
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 26 01:58:40 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 26 01:58:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d497ab56

[cpanclean] Mojolicious-3.100.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 12aa9a9..6d6280c 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-3.100.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-3.130.0 (26 Jul 2012)
 
   26 Jul 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild
deleted file mode 100644
index 257ff70..0000000
--- a/dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=TEMPIRE
-MODULE_VERSION=3.10
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-07-26  2:09 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-07-26  2:09 UTC (permalink / raw
  To: gentoo-commits

commit:     85aa095afb8e681e1940c3df5207c67e2ea2c5e7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 26 01:57:54 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 26 01:57:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=85aa095a

[newversion] Mojolicious-3.130.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-3.130.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 8d4a8be..12aa9a9 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-3.130.0 (26 Jul 2012)
+
+  26 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-3.130.0.ebuild:
+  Version Bump
+
   19 Jul 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.980.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-3.130.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.130.0.ebuild
new file mode 100644
index 0000000..dd03b07
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.130.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=3.13
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-07-20  3:17 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-07-20  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     af0ae7fa0ac26e21207a76e6855f17cd5eff9b6e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Jul 19 10:00:09 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 19 10:00:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=af0ae7fa

[cpanclean] Mojolicious-2.980.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-2.980.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 38f5554..8d4a8be 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  19 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.980.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-3.110.0 (19 Jul 2012)
 
   19 Jul 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.980.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.980.0.ebuild
deleted file mode 100644
index b626b7e..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.980.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=TEMPIRE
-MODULE_VERSION=2.98
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-07-20  3:17 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-07-20  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     f4f0c6c74f02f8602428e0aa7ad231e32b54ea29
Author:     Dmytro Gorbunov <dmitro.gorbunov <AT> gmail <DOT> com>
AuthorDate: Tue Jul 17 18:14:36 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Jul 19 09:49:47 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f4f0c6c7

dev-perl/Mojolicious updated to 3.10

dev-perl/Mojolicious updated to 3.10

---
 dev-perl/Mojolicious/ChangeLog                  |    6 +++-
 dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 39 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 88a4c00..6ee1bfe 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,7 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-*Mojolicious-2.980.0 (09 Jun 2012)
+*Mojolicious-3.100.0 (17 Jul 2012)
+
+  17 Jul 2012; Dmytro Gorbunov <dmitro.gorbunov@gmail.com>
+  +Mojolicious-3.100.0.ebuild:
+  Version Bump
 
   09 Jun 2012; Kent Fredric <kentfredric@gmail.com>
   +Mojolicious-2.980.0.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild b/dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild
new file mode 100644
index 0000000..257ff70
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-3.100.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=TEMPIRE
+MODULE_VERSION=3.10
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-06-09 14:33 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-06-09 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b88b7319488d076a19050f7cc3e7a911d4d1b298
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun  9 14:32:31 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun  9 14:32:31 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b88b7319

[newversion] Mojolicious-2.980.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.980.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index d18a057..88a4c00 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.980.0 (09 Jun 2012)
+
+  09 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.980.0.ebuild:
+  Version Bump
+
   08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.810.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-2.980.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.980.0.ebuild
new file mode 100644
index 0000000..b626b7e
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.980.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=TEMPIRE
+MODULE_VERSION=2.98
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-06-08 17:28 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-06-08 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f7ddcec0c25dd1401460b5210efeff8c395d94fb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  8 17:25:10 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  8 17:25:10 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f7ddcec0

[cpanclean] Mojolicious-2.810.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-2.810.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 4ae80ca..d18a057 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.810.0.ebuild:
+  Gone on CPAN
+
   26 May 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.930.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-2.810.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.810.0.ebuild
deleted file mode 100644
index c8a1b0c..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.810.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=TEMPIRE
-MODULE_VERSION=2.81
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-05-27  2:30 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-05-27  2:30 UTC (permalink / raw
  To: gentoo-commits

commit:     387bad2160eb0a5b5ec0d5d23774a2745edf2a7e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May 26 23:53:22 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May 26 23:53:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=387bad21

[cpanclean] Mojolicious-2.930.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-2.930.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 3b0c2b5..4ae80ca 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 May 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.930.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-2.960.0 (26 May 2012)
 
   26 May 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.930.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.930.0.ebuild
deleted file mode 100644
index 8a0347b..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.930.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.93
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-05-27  2:30 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-05-27  2:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b26b52e2d65c8da5e67f3c7de8b4875144512b13
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat May 26 23:52:48 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat May 26 23:52:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b26b52e2

[newversion] Mojolicious-2.960.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.960.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index a0a2f3f..3b0c2b5 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.960.0 (26 May 2012)
+
+  26 May 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.960.0.ebuild:
+  Version Bump
+
   07 May 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.910.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-2.960.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.960.0.ebuild
new file mode 100644
index 0000000..ddf50de
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.960.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.96
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-05-07  5:19 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-05-07  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c1b210a6d0afc4d9087634c5a2c10793c614ef7e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon May  7 03:40:44 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon May  7 03:40:44 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c1b210a6

[newversion] Mojolicious 2.930.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.930.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 01057f3..c7ac5c8 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.930.0 (07 May 2012)
+
+  07 May 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.930.0.ebuild:
+  Version Bump
+
   28 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.850.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-2.930.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.930.0.ebuild
new file mode 100644
index 0000000..8a0347b
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.930.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.93
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-05-07  5:19 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-05-07  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     277a123493cfd14a81a413164d6626807e38da8b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon May  7 03:41:18 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon May  7 03:41:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=277a1234

[cpanclean] Mojolicious 2.910.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-2.910.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index c7ac5c8..a0a2f3f 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 May 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.910.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-2.930.0 (07 May 2012)
 
   07 May 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.910.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.910.0.ebuild
deleted file mode 100644
index 20b14f4..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.910.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.91
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-28 10:40 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-28 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     6835c29bd7118c1b857960031afaefd85810cf3b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 28 10:27:23 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 28 10:30:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6835c29b

[cpanclean] Mojolicious-2.850.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 0d010de..01057f3 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.850.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-2.910.0 (28 Apr 2012)
 
   28 Apr 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild
deleted file mode 100644
index 516df42..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.85
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-28 10:40 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-28 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     899132cf2c3ffeb2ffb86a81fd2a0ee1aa2b93fd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 28 09:06:45 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 28 10:30:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=899132cf

[newversion] Mojolicious-2.910.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.910.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index cba75be..0d010de 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.910.0 (28 Apr 2012)
+
+  28 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.910.0.ebuild:
+  Version Bump
+
   22 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.820.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-2.910.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.910.0.ebuild
new file mode 100644
index 0000000..20b14f4
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.910.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.91
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-22 12:39 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-22 12:39 UTC (permalink / raw
  To: gentoo-commits

commit:     99aec95cbd5cb6930d2f21f9f5166bac4c61513e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 22 08:49:05 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 22 12:09:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=99aec95c

[cpanclean] Mojolicious-2.820.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-2.820.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 616d39a..cba75be 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.820.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-2.850.0 (20 Apr 2012)
 
   20 Apr 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.820.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.820.0.ebuild
deleted file mode 100644
index c71d5c4..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.820.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.82
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-20 12:58 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-20 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     832216eb8655983ffe30ba70116d1a52ac558767
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 20 08:42:30 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 20 08:42:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=832216eb

[newversion] Mojolicious-2.850.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index ffaee41..616d39a 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.850.0 (20 Apr 2012)
+
+  20 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.850.0.ebuild:
+  Version Bump
+
   20 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.800.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild
new file mode 100644
index 0000000..516df42
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.850.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.85
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-20  8:36 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-20  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6e0680de73c9a3367bfa5f5adf33b92f7c9ea08e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 20 08:35:49 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 20 08:35:49 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6e0680de

[cpanclean] Mojolicious-2.800.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-2.800.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 6919e80..ffaee41 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.800.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-2.820.0 (18 Apr 2012)
 
   18 Apr 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.800.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.800.0.ebuild
deleted file mode 100644
index 1406762..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.800.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.80
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-18  4:43 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-18  4:43 UTC (permalink / raw
  To: gentoo-commits

commit:     33f865278ab7fe43d427eeba72cd56b00cac4a8e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 18 04:29:08 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 18 04:29:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=33f86527

[newversion] Mojolicious-2.820.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.820.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 610719f..6919e80 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.820.0 (18 Apr 2012)
+
+  18 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.820.0.ebuild:
+  Version Bump
+
 *Mojolicious-2.810.0 (16 Apr 2012)
 
   16 Apr 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.820.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.820.0.ebuild
new file mode 100644
index 0000000..c71d5c4
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.820.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.82
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-16 19:33 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-16 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     ba32302cb8b3c6178336f30bd981d2b364072528
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr 16 18:31:28 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr 16 18:31:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ba32302c

[newversion] Mojolicious-2.810.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.810.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 76e9b21..610719f 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.810.0 (16 Apr 2012)
+
+  16 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.810.0.ebuild:
+  Version Bump
+
   14 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.770.0.ebuild, -Mojolicious-2.780.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-2.810.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.810.0.ebuild
new file mode 100644
index 0000000..c8a1b0c
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.810.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=TEMPIRE
+MODULE_VERSION=2.81
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-14 22:12 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-14 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7b938c1784897acf2f606950211817d696c0f863
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 14 22:01:48 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 14 22:01:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7b938c17

[cpanclean] Mojolicious-2.7{8,9}0.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-2.770.0.ebuild |   34 -----------------------
 dev-perl/Mojolicious/Mojolicious-2.780.0.ebuild |   34 -----------------------
 3 files changed, 4 insertions(+), 68 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 6a2e320..76e9b21 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.770.0.ebuild, -Mojolicious-2.780.0.ebuild:
+  Gone on CPAN
+
   12 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.760.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-2.770.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.770.0.ebuild
deleted file mode 100644
index 5d38721..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.770.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.77
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-2.780.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.780.0.ebuild
deleted file mode 100644
index 91e7347..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.780.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.78
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-12 19:09 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-12 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     57a69705eeadac4c11ed4580260ab19611886e84
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Apr 12 19:07:12 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Apr 12 19:07:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=57a69705

[cpanclean] Mojolicious-2.760.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +++
 dev-perl/Mojolicious/Mojolicious-2.760.0.ebuild |   34 -----------------------
 2 files changed, 4 insertions(+), 34 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index df35245..6a2e320 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  12 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.760.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-2.800.0 (11 Apr 2012)
 
   11 Apr 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.760.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.760.0.ebuild
deleted file mode 100644
index 537217b..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.760.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.76
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-11 23:32 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-11 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     a1a9808fa547faae187766df5ada106460622663
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 11 23:29:20 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 11 23:29:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a1a9808f

[newversion] Mojolicious-2.800.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.800.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 368c13f..df35245 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.800.0 (11 Apr 2012)
+
+  11 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.800.0.ebuild:
+  Version Bump
+
 *Mojolicious-2.780.0 (10 Apr 2012)
 
   10 Apr 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.800.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.800.0.ebuild
new file mode 100644
index 0000000..1406762
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.800.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.80
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-10 10:04 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-10 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f2b128e194568a1cebdf3d022c43e422feb871e5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 10 06:26:55 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Apr 10 06:26:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f2b128e1

[newversion] Mojolicious-2.780.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.780.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 5e8e927..368c13f 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.780.0 (10 Apr 2012)
+
+  10 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.780.0.ebuild:
+  Version Bump
+
 *Mojolicious-2.770.0 (09 Apr 2012)
 
   09 Apr 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.780.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.780.0.ebuild
new file mode 100644
index 0000000..91e7347
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.780.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.78
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-09 16:05 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-09 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     59f75bc003d2c5eeacb9ec5136ed704ab1c10905
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr  9 15:45:03 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr  9 15:45:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=59f75bc0

[newversion] Mojolicious-2.770.0

(Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.770.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 8e84781..5e8e927 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.770.0 (09 Apr 2012)
+
+  09 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.770.0.ebuild:
+  Version Bump
+
   08 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.550.0.ebuild, -Mojolicious-2.560.0.ebuild,
   -Mojolicious-2.570.0.ebuild, -Mojolicious-2.680.0.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-2.770.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.770.0.ebuild
new file mode 100644
index 0000000..5d38721
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.770.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.77
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-08 10:51 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-08 10:51 UTC (permalink / raw
  To: gentoo-commits

commit:     810c637d756898b3f11e2a81179884b285c6dbb6
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr  8 05:59:14 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr  8 05:59:14 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=810c637d

[cpanclean] Mojolicious-2.{55,56,57,68}0.0

(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    5 +
 dev-perl/Mojolicious/Mojolicious-2.550.0.ebuild |  104 -----------------------
 dev-perl/Mojolicious/Mojolicious-2.560.0.ebuild |   24 -----
 dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild |   24 -----
 dev-perl/Mojolicious/Mojolicious-2.680.0.ebuild |   34 --------
 5 files changed, 5 insertions(+), 186 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index b8e8642..8e84781 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.550.0.ebuild, -Mojolicious-2.560.0.ebuild,
+  -Mojolicious-2.570.0.ebuild, -Mojolicious-2.680.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-2.760.0 (06 Apr 2012)
 
   06 Apr 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.550.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.550.0.ebuild
deleted file mode 100644
index c5958fb..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.550.0.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.55
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_runtime() {
-	# B
-	echo dev-lang/perl
-	# Carp
-	# echo virtual/perl-Carp
-	# Config
-	#echo unresolved
-	# Cwd
-	echo virtual/perl-File-Spec
-	# Data::Dumper
-	echo virtual/perl-Data-Dumper
-	# Digest::MD5
-	echo virtual/perl-Digest-MD5
-	# Digest::SHA
-	echo virtual/perl-Digest-SHA
-	# Encode
-	echo virtual/perl-Encode
-	# Errno
-	#echo unresolved
-	# Exporter
-	echo virtual/perl-Exporter
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-	# Fcntl
-	echo dev-lang/perl
-	# File::Basename
-	echo dev-lang/perl
-	# File::Copy
-	echo dev-lang/perl
-	# File::Find
-	echo dev-lang/perl
-	# File::Path
-	echo virtual/perl-File-Path
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# FindBin
-	echo dev-lang/perl
-	# Getopt::Long
-	echo virtual/perl-Getopt-Long
-	# I18N::LangTags
-	echo dev-lang/perl
-	# I18N::LangTags::Detect
-	echo dev-lang/perl
-	# IO::File
-	echo virtual/perl-IO
-	# IO::Poll
-	echo virtual/perl-IO
-	# IO::Socket
-	echo virtual/perl-IO
-	# IO::Socket::INET
-	echo virtual/perl-IO
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Locale::Maketext
-	echo virtual/perl-locale-maketext
-	# MIME::Base64
-	echo virtual/perl-MIME-Base64
-	# MIME::QuotedPrint
-	echo virtual/perl-MIME-Base64
-	# POSIX
-	echo dev-lang/perl
-	# Pod::Simple::HTML
-	echo virtual/perl-Pod-Simple
-	# Pod::Simple::Search
-	echo virtual/perl-Pod-Simple
-	# Scalar::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Socket
-	echo virtual/perl-Socket
-	# Sys::Hostname
-	echo dev-lang/perl
-	# Test::Harness
-	echo virtual/perl-Test-Harness
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# Time::HiRes
-	echo virtual/perl-Time-HiRes
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-	# re
-	echo dev-lang/perl
-}
-DEPEND="
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-2.560.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.560.0.ebuild
deleted file mode 100644
index 167cbb1..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.560.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.56
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild
deleted file mode 100644
index b1cdba7..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.57
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-2.680.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.680.0.ebuild
deleted file mode 100644
index aef07c7..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.680.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.68
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-04-06 20:43 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-04-06 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6bde01160198b86c6f325d573f24f532bf4c6e1d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 16:27:57 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr  6 16:27:57 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6bde0116

[newversion] Mojolicious-2.760.0

(Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.760.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 5fe61bf..b8e8642 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.760.0 (06 Apr 2012)
+
+  06 Apr 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.760.0.ebuild:
+  Version Bump
+
 *Mojolicious-2.680.0 (27 Mar 2012)
 
   27 Mar 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.760.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.760.0.ebuild
new file mode 100644
index 0000000..537217b
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.760.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.76
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-03-27  9:30 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-03-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     31c6b050b17a97b81426ed13188f4f5fb31f963c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 08:43:38 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 27 08:43:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=31c6b050

[newversion] Mojolicious-2.680.0

(Portage version: 2.2.0_alpha95/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++++
 dev-perl/Mojolicious/Mojolicious-2.680.0.ebuild |   34 +++++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 94cc73c..5fe61bf 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.680.0 (27 Mar 2012)
+
+  27 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.680.0.ebuild:
+  Version Bump
+
 *Mojolicious-2.570.0 (04 Mar 2012)
 
   04 Mar 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.680.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.680.0.ebuild
new file mode 100644
index 0000000..aef07c7
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.680.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.68
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-03-04  1:48 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-03-04  1:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b914a9e744e094797cec27eb56db709f0dc43ec0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar  4 01:33:34 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Mar  4 01:33:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b914a9e7

[newversion] Mojolicious-2.570.0

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 +++++
 dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild |   24 +++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 977e63e..94cc73c 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.570.0 (04 Mar 2012)
+
+  04 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.570.0.ebuild:
+  Version Bump
+
 *Mojolicious-2.560.0 (01 Mar 2012)
 
   01 Mar 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild
new file mode 100644
index 0000000..b1cdba7
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.570.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.57
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-03-01 23:36 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-03-01 23:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ebfc63d9c5783796d6be28672275bb533622f1ac
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar  1 23:13:45 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar  1 23:13:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ebfc63d9

[newversion]  Mojolicious-2.560.0

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 +++++
 dev-perl/Mojolicious/Mojolicious-2.560.0.ebuild |   24 +++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 68def13..977e63e 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.560.0 (01 Mar 2012)
+
+  01 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.560.0.ebuild:
+  Version Bump
+
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-2.350.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-2.560.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.560.0.ebuild
new file mode 100644
index 0000000..167cbb1
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.560.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.56
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_runtime() {
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+}
+DEPEND="
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-02-27 21:01 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-02-27 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d660525cd50255bc9b765bd95640d667db3f4e8c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 20:58:30 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 20:58:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d660525c

[newversion]  Mojolicious-2.550.0

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    8 ++-
 dev-perl/Mojolicious/Mojolicious-2.550.0.ebuild |  104 +++++++++++++++++++++++
 2 files changed, 111 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 6624cca..976aee2 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Mojolicious
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-2.550.0 (27 Feb 2012)
+
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-2.550.0.ebuild:
+  Version Bump
+
 *Mojolicious-2.35.0 (04 Dec 2011)
 
   04 Dec 2011; Dmytro Gorbunov <dmitro.gorbunov@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.550.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.550.0.ebuild
new file mode 100644
index 0000000..c5958fb
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.550.0.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.55
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_runtime() {
+	# B
+	echo dev-lang/perl
+	# Carp
+	# echo virtual/perl-Carp
+	# Config
+	#echo unresolved
+	# Cwd
+	echo virtual/perl-File-Spec
+	# Data::Dumper
+	echo virtual/perl-Data-Dumper
+	# Digest::MD5
+	echo virtual/perl-Digest-MD5
+	# Digest::SHA
+	echo virtual/perl-Digest-SHA
+	# Encode
+	echo virtual/perl-Encode
+	# Errno
+	#echo unresolved
+	# Exporter
+	echo virtual/perl-Exporter
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+	# Fcntl
+	echo dev-lang/perl
+	# File::Basename
+	echo dev-lang/perl
+	# File::Copy
+	echo dev-lang/perl
+	# File::Find
+	echo dev-lang/perl
+	# File::Path
+	echo virtual/perl-File-Path
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# FindBin
+	echo dev-lang/perl
+	# Getopt::Long
+	echo virtual/perl-Getopt-Long
+	# I18N::LangTags
+	echo dev-lang/perl
+	# I18N::LangTags::Detect
+	echo dev-lang/perl
+	# IO::File
+	echo virtual/perl-IO
+	# IO::Poll
+	echo virtual/perl-IO
+	# IO::Socket
+	echo virtual/perl-IO
+	# IO::Socket::INET
+	echo virtual/perl-IO
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Locale::Maketext
+	echo virtual/perl-locale-maketext
+	# MIME::Base64
+	echo virtual/perl-MIME-Base64
+	# MIME::QuotedPrint
+	echo virtual/perl-MIME-Base64
+	# POSIX
+	echo dev-lang/perl
+	# Pod::Simple::HTML
+	echo virtual/perl-Pod-Simple
+	# Pod::Simple::Search
+	echo virtual/perl-Pod-Simple
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Socket
+	echo virtual/perl-Socket
+	# Sys::Hostname
+	echo dev-lang/perl
+	# Test::Harness
+	echo virtual/perl-Test-Harness
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# Time::HiRes
+	echo virtual/perl-Time-HiRes
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+	# re
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2012-02-27 21:01 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2012-02-27 21:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d9649eb1abc38e66cd23cb98b9586f5ba9fc1c16
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 20:59:23 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 20:59:23 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d9649eb1

[cpanclean] Mojolicious-2.350.0

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 +
 dev-perl/Mojolicious/Mojolicious-2.350.0.ebuild |  104 -----------------------
 2 files changed, 4 insertions(+), 104 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 976aee2..68def13 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-2.350.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-2.550.0 (27 Feb 2012)
 
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-2.350.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.350.0.ebuild
deleted file mode 100644
index 9f0ec18..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.350.0.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.35
-inherit perl-module
-
-DESCRIPTION='Real-time web framework'
-LICENSE=" Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_runtime() {
-	# B
-	echo dev-lang/perl
-	# Carp
-	echo dev-lang/perl
-	# Config
-	#echo 
-	# Cwd
-	echo virtual/perl-File-Spec
-	# Data::Dumper
-	echo virtual/perl-Data-Dumper
-	# Digest::MD5
-	echo virtual/perl-Digest-MD5
-	# Digest::SHA
-	echo virtual/perl-Digest-SHA
-	# Encode
-	echo virtual/perl-Encode
-	# Errno
-	#echo 
-	# Exporter
-	echo virtual/perl-Exporter
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-	# Fcntl
-	echo dev-lang/perl
-	# File::Basename
-	echo dev-lang/perl
-	# File::Copy
-	echo dev-lang/perl
-	# File::Find
-	echo dev-lang/perl
-	# File::Path
-	echo virtual/perl-File-Path
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# FindBin
-	echo dev-lang/perl
-	# Getopt::Long
-	echo virtual/perl-Getopt-Long
-	# I18N::LangTags
-	echo dev-lang/perl
-	# I18N::LangTags::Detect
-	echo dev-lang/perl
-	# IO::File
-	echo virtual/perl-IO
-	# IO::Poll
-	echo virtual/perl-IO
-	# IO::Socket
-	echo virtual/perl-IO
-	# IO::Socket::INET
-	echo virtual/perl-IO
-	# List::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Locale::Maketext
-	# echo dev-perl/Locale-Maketext
-	# MIME::Base64
-	echo virtual/perl-MIME-Base64
-	# MIME::QuotedPrint
-	echo virtual/perl-MIME-Base64
-	# POSIX
-	echo dev-lang/perl
-	# Pod::Simple::HTML
-	echo virtual/perl-Pod-Simple
-	# Pod::Simple::Search
-	echo virtual/perl-Pod-Simple
-	# Scalar::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Socket
-	# echo dev-perl/Socket
-	# Sys::Hostname
-	echo dev-lang/perl
-	# Test::Harness
-	echo virtual/perl-Test-Harness
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# Time::HiRes
-	echo virtual/perl-Time-HiRes
-	# perl 5.010001 ( 5.10.1 )
-	echo \>=dev-lang/perl-5.10.1
-	# re
-	echo dev-lang/perl
-}
-DEPEND="
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-12-05 21:45 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-12-05 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d92ebbb088577b4224c82271c9f5ddbfd095d4b4
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Dec  5 21:43:11 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Dec  5 21:43:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d92ebbb0

Fixup GDMs ebuild with a generated one/normalised version

(Portage version: 2.2.0_alpha79/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Mojolicious/Mojolicious-2.35.0.ebuild  |  102 ----------------------
 dev-perl/Mojolicious/Mojolicious-2.350.0.ebuild |  104 +++++++++++++++++++++++
 2 files changed, 104 insertions(+), 102 deletions(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-2.35.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.35.0.ebuild
deleted file mode 100644
index 560c1a0..0000000
--- a/dev-perl/Mojolicious/Mojolicious-2.35.0.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=SRI
-MODULE_VERSION=2.35
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_eumm_configure() {
-	#perl 5.010100
-	echo \>=dev-lang/perl-5.10.1
-	# strict
-
-	# warnings
-
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_eumm_prereq_pm() {
-	# B
-
-	# Carp
-
-	# Config
-
-	# Cwd
-	echo virtual/perl-File-Spec
-	# Data::Dumper
-	echo virtual/perl-Data-Dumper
-	# Digest::MD5
-	echo virtual/perl-Digest-MD5
-	# Encode
-	echo virtual/perl-Encode
-	# Errno
-
-	# Exporter
-
-	#ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-
-	#Fcntl
-
-	#File::Basename
-
-	#File::Copy
-
-	#File::Find
-
-	#File::Path
-	echo virtual/perl-File-Path
-	#File::Spec
-	echo virtual/perl-File-Spec
-	#File::Temp
-	echo virtual/perl-File-Temp
-	#FindBin
-
-	#Getopt::Long
-	echo virtual/perl-Getopt-Long
-	#I18N::LangTags
-	echo virtual/perl-i18n-langtags
-	#I18N::LangTags::Detect
-	echo virtual/perl-i18n-langtags
-	#IO::File
-	#IO::Poll
-	#IO::Socket
-	#IO::Socket::INET
-	echo virtual/perl-IO
-	#List::Util
-	echo virtual/perl-Scalar-List-Utils
-	#Locale::Maketextt
-	echo virtual/perl-locale-maketext
-	#MIME::Base64
-	echo virtual/perl-MIME-Base64
-	#MIME::QuotedPrint
-	echo virtual/perl-MIME-Base64
-	#POSIX
-
-	#Scalar::Util
-	echo virtual/perl-Scalar-List-Utils
-
-	#Socket
-
-	#Sys::Hostname
-
-	#Test::Harness
-	echo virtual/perl-Test-Harness
-	#Test::More
-	echo virtual/perl-Test-Simple
-	#Time::HiRes
-	echo virtual/perl-Time-HiRes
-}
-DEPEND="$(perl_eumm_configure) $(perl_eumm_prereq_pm)"
-RDEPEND="$(perl_eumm_prereq_pm)"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-2.350.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.350.0.ebuild
new file mode 100644
index 0000000..9f0ec18
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-2.350.0.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=SRI
+MODULE_VERSION=2.35
+inherit perl-module
+
+DESCRIPTION='Real-time web framework'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_runtime() {
+	# B
+	echo dev-lang/perl
+	# Carp
+	echo dev-lang/perl
+	# Config
+	#echo 
+	# Cwd
+	echo virtual/perl-File-Spec
+	# Data::Dumper
+	echo virtual/perl-Data-Dumper
+	# Digest::MD5
+	echo virtual/perl-Digest-MD5
+	# Digest::SHA
+	echo virtual/perl-Digest-SHA
+	# Encode
+	echo virtual/perl-Encode
+	# Errno
+	#echo 
+	# Exporter
+	echo virtual/perl-Exporter
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+	# Fcntl
+	echo dev-lang/perl
+	# File::Basename
+	echo dev-lang/perl
+	# File::Copy
+	echo dev-lang/perl
+	# File::Find
+	echo dev-lang/perl
+	# File::Path
+	echo virtual/perl-File-Path
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# FindBin
+	echo dev-lang/perl
+	# Getopt::Long
+	echo virtual/perl-Getopt-Long
+	# I18N::LangTags
+	echo dev-lang/perl
+	# I18N::LangTags::Detect
+	echo dev-lang/perl
+	# IO::File
+	echo virtual/perl-IO
+	# IO::Poll
+	echo virtual/perl-IO
+	# IO::Socket
+	echo virtual/perl-IO
+	# IO::Socket::INET
+	echo virtual/perl-IO
+	# List::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Locale::Maketext
+	# echo dev-perl/Locale-Maketext
+	# MIME::Base64
+	echo virtual/perl-MIME-Base64
+	# MIME::QuotedPrint
+	echo virtual/perl-MIME-Base64
+	# POSIX
+	echo dev-lang/perl
+	# Pod::Simple::HTML
+	echo virtual/perl-Pod-Simple
+	# Pod::Simple::Search
+	echo virtual/perl-Pod-Simple
+	# Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+	# Socket
+	# echo dev-perl/Socket
+	# Sys::Hostname
+	echo dev-lang/perl
+	# Test::Harness
+	echo virtual/perl-Test-Harness
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# Time::HiRes
+	echo virtual/perl-Time-HiRes
+	# perl 5.010001 ( 5.10.1 )
+	echo \>=dev-lang/perl-5.10.1
+	# re
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-12-05 21:45 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-12-05 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     5a6e3e111cfe470d3a7aba7a48b570c33dbaafab
Author:     Dmytro Gorbunov <dmitro.gorbunov <AT> gmail <DOT> com>
AuthorDate: Mon Dec  5 17:56:14 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Dec  5 20:51:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5a6e3e11

Version bump for Mojolicious-2.35

---
 dev-perl/Mojolicious/ChangeLog                     |    6 +++++-
 ...us-1.980.0.ebuild => Mojolicious-2.35.0.ebuild} |    6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index f811b7c..6624cca 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,7 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-*Mojolicious-1.980.0 (24 Sep 2011)
+*Mojolicious-2.35.0 (04 Dec 2011)
+
+  04 Dec 2011; Dmytro Gorbunov <dmitro.gorbunov@gmail.com>
+  -Mojolicious-1.980.0.ebuild, +Mojolicious-2.35.0.ebuild:
+  Version BUmp
 
   24 Sep 2011; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-1.940.0.ebuild, +Mojolicious-1.980.0.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-1.980.0.ebuild b/dev-perl/Mojolicious/Mojolicious-2.35.0.ebuild
similarity index 96%
rename from dev-perl/Mojolicious/Mojolicious-1.980.0.ebuild
rename to dev-perl/Mojolicious/Mojolicious-2.35.0.ebuild
index c6dc8fe..560c1a0 100644
--- a/dev-perl/Mojolicious/Mojolicious-1.980.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-2.35.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 
 MODULE_AUTHOR=SRI
-MODULE_VERSION=1.98
+MODULE_VERSION=2.35
 inherit perl-module
 
 DESCRIPTION="The Box!"
@@ -15,8 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 perl_eumm_configure() {
-	#perl 5.008007
-	echo \>=dev-lang/perl-5.8.7
+	#perl 5.010100
+	echo \>=dev-lang/perl-5.10.1
 	# strict
 
 	# warnings



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-09-25  7:44 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-09-25  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     8e14f23cf7f2d8226ba3cc3e7f4bea753f255a5b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Sep 25 00:32:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Sep 25 00:32:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8e14f23c

[newversion/cpanclean] Mojolicious-1.980.0 ( -Mojolicious-1.940.0 )

(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++
 dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild |   62 --------------
 dev-perl/Mojolicious/Mojolicious-1.980.0.ebuild |  102 +++++++++++++++++++++++
 3 files changed, 108 insertions(+), 62 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index e7e65dc..f811b7c 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.980.0 (24 Sep 2011)
+
+  24 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-1.940.0.ebuild, +Mojolicious-1.980.0.ebuild:
+  Version BUmp
+
   02 Sep 2011; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-1.920.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild
deleted file mode 100644
index fb1d7f5..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=SRI
-MODULE_VERSION=1.94
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	$(comment virtual/perl-B)
-	$(comment virtual/perl-Carp)
-	virtual/perl-File-Spec $(comment Cwd.pm)
-	$(comment virtual/perl-Config)
-	$(comment virtual/perl-Data-Dumper)
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	$(comment virtual/perl-Errno)
-	$(comment virtual/perl-Exporter)
-	virtual/perl-ExtUtils-MakeMaker
-	$(comment virtual/perl-Fcntl)
-	$(comment virtual/perl-File-Basename)
-	$(comment virtual/perl-File-Copy)
-	$(comment virtual/perl-File-Find)
-	virtual/perl-File-Path
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	$(comment virtual/perl-FindBin)
-	virtual/perl-Getopt-Long
-	virtual/perl-i18n-langtags
-	virtual/perl-i18n-langtags $(comment I18N::LangTags::Detect)
-	virtual/perl-IO $(comment IO::File)
-	virtual/perl-IO $(comment IO::Poll)
-	virtual/perl-IO $(comment IO::Socket)
-	virtual/perl-IO $(comment IO::Socket::INET)
-	virtual/perl-Scalar-List-Utils $(comment List::Util)
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-	virtual/perl-MIME-Base64 $(comment MIME::QuotedPrint)
-	$(comment virtual/perl-POSIX)
-	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
-	$(comment virtual/perl-Socket)
-	$(comment virtual/perl-Sys-Hostname)
-	virtual/perl-Test-Harness
-	virtual/perl-Test-Simple $(comment Test::More)
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-1.980.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.980.0.ebuild
new file mode 100644
index 0000000..c6dc8fe
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.980.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=SRI
+MODULE_VERSION=1.98
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_eumm_configure() {
+	#perl 5.008007
+	echo \>=dev-lang/perl-5.8.7
+	# strict
+
+	# warnings
+
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_eumm_prereq_pm() {
+	# B
+
+	# Carp
+
+	# Config
+
+	# Cwd
+	echo virtual/perl-File-Spec
+	# Data::Dumper
+	echo virtual/perl-Data-Dumper
+	# Digest::MD5
+	echo virtual/perl-Digest-MD5
+	# Encode
+	echo virtual/perl-Encode
+	# Errno
+
+	# Exporter
+
+	#ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+
+	#Fcntl
+
+	#File::Basename
+
+	#File::Copy
+
+	#File::Find
+
+	#File::Path
+	echo virtual/perl-File-Path
+	#File::Spec
+	echo virtual/perl-File-Spec
+	#File::Temp
+	echo virtual/perl-File-Temp
+	#FindBin
+
+	#Getopt::Long
+	echo virtual/perl-Getopt-Long
+	#I18N::LangTags
+	echo virtual/perl-i18n-langtags
+	#I18N::LangTags::Detect
+	echo virtual/perl-i18n-langtags
+	#IO::File
+	#IO::Poll
+	#IO::Socket
+	#IO::Socket::INET
+	echo virtual/perl-IO
+	#List::Util
+	echo virtual/perl-Scalar-List-Utils
+	#Locale::Maketextt
+	echo virtual/perl-locale-maketext
+	#MIME::Base64
+	echo virtual/perl-MIME-Base64
+	#MIME::QuotedPrint
+	echo virtual/perl-MIME-Base64
+	#POSIX
+
+	#Scalar::Util
+	echo virtual/perl-Scalar-List-Utils
+
+	#Socket
+
+	#Sys::Hostname
+
+	#Test::Harness
+	echo virtual/perl-Test-Harness
+	#Test::More
+	echo virtual/perl-Test-Simple
+	#Time::HiRes
+	echo virtual/perl-Time-HiRes
+}
+DEPEND="$(perl_eumm_configure) $(perl_eumm_prereq_pm)"
+RDEPEND="$(perl_eumm_prereq_pm)"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-09-02  5:06 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-09-02  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     3b979ec1c2996ba7c2b7bba7f806b57435656684
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep  2 00:15:39 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep  2 00:15:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3b979ec1

[cpanclean] Mojolicious-1.920.0

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 ++
 dev-perl/Mojolicious/Mojolicious-1.920.0.ebuild |   62 -----------------------
 2 files changed, 4 insertions(+), 62 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 8f66d46..e7e65dc 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  02 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-1.920.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-1.940.0 (28 Aug 2011)
 
   28 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-1.920.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.920.0.ebuild
deleted file mode 100644
index 6ed40b9..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.920.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=SRI
-MODULE_VERSION=1.92
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	$(comment virtual/perl-B)
-	$(comment virtual/perl-Carp)
-	virtual/perl-File-Spec $(comment Cwd.pm)
-	$(comment virtual/perl-Config)
-	$(comment virtual/perl-Data-Dumper)
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	$(comment virtual/perl-Errno)
-	$(comment virtual/perl-Exporter)
-	virtual/perl-ExtUtils-MakeMaker
-	$(comment virtual/perl-Fcntl)
-	$(comment virtual/perl-File-Basename)
-	$(comment virtual/perl-File-Copy)
-	$(comment virtual/perl-File-Find)
-	virtual/perl-File-Path
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	$(comment virtual/perl-FindBin)
-	virtual/perl-Getopt-Long
-	virtual/perl-i18n-langtags
-	virtual/perl-i18n-langtags $(comment I18N::LangTags::Detect)
-	virtual/perl-IO $(comment IO::File)
-	virtual/perl-IO $(comment IO::Poll)
-	virtual/perl-IO $(comment IO::Socket)
-	virtual/perl-IO $(comment IO::Socket::INET)
-	virtual/perl-Scalar-List-Utils $(comment List::Util)
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-	virtual/perl-MIME-Base64 $(comment MIME::QuotedPrint)
-	$(comment virtual/perl-POSIX)
-	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
-	$(comment virtual/perl-Socket)
-	$(comment virtual/perl-Sys-Hostname)
-	virtual/perl-Test-Harness
-	virtual/perl-Test-Simple $(comment Test::More)
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-08-28  2:57 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-08-28  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     5239141c6b46daf21035ff482aa90d49bcd79ac0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 02:24:01 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 02:24:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5239141c

[newversion]  Mojolicious-1.940.0

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++
 dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild |   62 +++++++++++++++++++++++
 2 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 7566e59..8f66d46 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.940.0 (28 Aug 2011)
+
+  28 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-1.940.0.ebuild:
+  Version Bump
+
 *Mojolicious-1.920.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild
new file mode 100644
index 0000000..fb1d7f5
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.940.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=SRI
+MODULE_VERSION=1.94
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+	$(comment virtual/perl-B)
+	$(comment virtual/perl-Carp)
+	virtual/perl-File-Spec $(comment Cwd.pm)
+	$(comment virtual/perl-Config)
+	$(comment virtual/perl-Data-Dumper)
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	$(comment virtual/perl-Errno)
+	$(comment virtual/perl-Exporter)
+	virtual/perl-ExtUtils-MakeMaker
+	$(comment virtual/perl-Fcntl)
+	$(comment virtual/perl-File-Basename)
+	$(comment virtual/perl-File-Copy)
+	$(comment virtual/perl-File-Find)
+	virtual/perl-File-Path
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	$(comment virtual/perl-FindBin)
+	virtual/perl-Getopt-Long
+	virtual/perl-i18n-langtags
+	virtual/perl-i18n-langtags $(comment I18N::LangTags::Detect)
+	virtual/perl-IO $(comment IO::File)
+	virtual/perl-IO $(comment IO::Poll)
+	virtual/perl-IO $(comment IO::Socket)
+	virtual/perl-IO $(comment IO::Socket::INET)
+	virtual/perl-Scalar-List-Utils $(comment List::Util)
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+	virtual/perl-MIME-Base64 $(comment MIME::QuotedPrint)
+	$(comment virtual/perl-POSIX)
+	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
+	$(comment virtual/perl-Socket)
+	$(comment virtual/perl-Sys-Hostname)
+	virtual/perl-Test-Harness
+	virtual/perl-Test-Simple $(comment Test::More)
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-08-26 18:49 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-08-26 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     84cf41a9d00d008409065d85a83877720e7ff16e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 18:19:05 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 18:19:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=84cf41a9

[newversion,clean] Mojolicious-1.920.0 , Mojolicious-1.640.0.ebuild

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Mojolicious/ChangeLog                     |    6 ++++++
 ...s-1.640.0.ebuild => Mojolicious-1.920.0.ebuild} |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 527e1f4..7566e59 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.920.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-1.640.0.ebuild, +Mojolicious-1.920.0.ebuild:
+  Clean old, Version Bump
+
   16 Jul 2011; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-1.410.0.ebuild, -Mojolicious-1.420.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-1.640.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.920.0.ebuild
similarity index 96%
rename from dev-perl/Mojolicious/Mojolicious-1.640.0.ebuild
rename to dev-perl/Mojolicious/Mojolicious-1.920.0.ebuild
index 35f8c99..6ed40b9 100644
--- a/dev-perl/Mojolicious/Mojolicious-1.640.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-1.920.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 
 MODULE_AUTHOR=SRI
-MODULE_VERSION=1.64
+MODULE_VERSION=1.92
 inherit perl-module
 
 DESCRIPTION="The Box!"
@@ -19,6 +19,7 @@ COMMON_DEPEND="
 	$(comment virtual/perl-B)
 	$(comment virtual/perl-Carp)
 	virtual/perl-File-Spec $(comment Cwd.pm)
+	$(comment virtual/perl-Config)
 	$(comment virtual/perl-Data-Dumper)
 	virtual/perl-Digest-MD5
 	virtual/perl-Encode
@@ -40,7 +41,6 @@ COMMON_DEPEND="
 	virtual/perl-IO $(comment IO::Poll)
 	virtual/perl-IO $(comment IO::Socket)
 	virtual/perl-IO $(comment IO::Socket::INET)
-	virtual/perl-IO $(comment IO::Socket::UNIX)
 	virtual/perl-Scalar-List-Utils $(comment List::Util)
 	virtual/perl-locale-maketext
 	virtual/perl-MIME-Base64



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-07-16  7:12 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-07-16  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e17c0e19f2a53a6764fbe2b3454f803e277f666e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 06:43:41 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 06:43:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e17c0e19

[cpanclean] Mojolicious-1.4{1,2}0.0

(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 ++
 dev-perl/Mojolicious/Mojolicious-1.410.0.ebuild |   42 -----------------------
 dev-perl/Mojolicious/Mojolicious-1.420.0.ebuild |   42 -----------------------
 3 files changed, 4 insertions(+), 84 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 6bf97ce..527e1f4 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-1.410.0.ebuild, -Mojolicious-1.420.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-1.640.0 (16 Jul 2011)
 
   16 Jul 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-1.410.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.410.0.ebuild
deleted file mode 100644
index c72c95b..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.410.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.41
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-1.420.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.420.0.ebuild
deleted file mode 100644
index bd36458..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.420.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.42
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-07-16  7:12 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-07-16  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     18142ba46fa7f9148dffc8f6b9feaf4359f77c62
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 06:42:57 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 06:42:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=18142ba4

[newversion] Mojolicious-1.640.0

(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 ++
 dev-perl/Mojolicious/Mojolicious-1.640.0.ebuild |   62 +++++++++++++++++++++++
 2 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 24f586d..6bf97ce 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.640.0 (16 Jul 2011)
+
+  16 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-1.640.0.ebuild:
+  Version Bump
+
 *Mojolicious-1.420.0 (09 Jun 2011)
 
   09 Jun 2011; Torsten Veller <tove@gentoo.org> +Mojolicious-1.420.0.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-1.640.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.640.0.ebuild
new file mode 100644
index 0000000..35f8c99
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.640.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=SRI
+MODULE_VERSION=1.64
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo ''; }
+COMMON_DEPEND="
+	$(comment virtual/perl-B)
+	$(comment virtual/perl-Carp)
+	virtual/perl-File-Spec $(comment Cwd.pm)
+	$(comment virtual/perl-Data-Dumper)
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	$(comment virtual/perl-Errno)
+	$(comment virtual/perl-Exporter)
+	virtual/perl-ExtUtils-MakeMaker
+	$(comment virtual/perl-Fcntl)
+	$(comment virtual/perl-File-Basename)
+	$(comment virtual/perl-File-Copy)
+	$(comment virtual/perl-File-Find)
+	virtual/perl-File-Path
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	$(comment virtual/perl-FindBin)
+	virtual/perl-Getopt-Long
+	virtual/perl-i18n-langtags
+	virtual/perl-i18n-langtags $(comment I18N::LangTags::Detect)
+	virtual/perl-IO $(comment IO::File)
+	virtual/perl-IO $(comment IO::Poll)
+	virtual/perl-IO $(comment IO::Socket)
+	virtual/perl-IO $(comment IO::Socket::INET)
+	virtual/perl-IO $(comment IO::Socket::UNIX)
+	virtual/perl-Scalar-List-Utils $(comment List::Util)
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+	virtual/perl-MIME-Base64 $(comment MIME::QuotedPrint)
+	$(comment virtual/perl-POSIX)
+	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
+	$(comment virtual/perl-Socket)
+	$(comment virtual/perl-Sys-Hostname)
+	virtual/perl-Test-Harness
+	virtual/perl-Test-Simple $(comment Test::More)
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-06-09 19:04 Torsten Veller
  0 siblings, 0 replies; 94+ messages in thread
From: Torsten Veller @ 2011-06-09 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     bfba0f18cd437c44a8397b88c3b9d3a9cd627c34
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 18:39:47 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 18:39:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bfba0f18

[bump] dev-perl/Mojolicious-1.420.0

(Portage version: 2.2.0_alpha38/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 dev-perl/Mojolicious/ChangeLog                  |    5 +++
 dev-perl/Mojolicious/Mojolicious-1.420.0.ebuild |   42 +++++++++++++++++++++++
 2 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index b846c87..24f586d 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.420.0 (09 Jun 2011)
+
+  09 Jun 2011; Torsten Veller <tove@gentoo.org> +Mojolicious-1.420.0.ebuild:
+  Version bump
+
   06 Jun 2011; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-1.320.0.ebuild, -Mojolicious-1.340.0.ebuild:
   Gone On CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-1.420.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.420.0.ebuild
new file mode 100644
index 0000000..bd36458
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.420.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.42
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-06-06 22:47 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-06-06 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     c145c1053b8e6f88e59de1316c6858be6ac0c1e7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun  6 22:36:50 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun  6 22:36:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c145c105

[cpanclean] Mojolicious-1.3{2,4}0.0

(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 ++
 dev-perl/Mojolicious/Mojolicious-1.320.0.ebuild |   43 -----------------------
 dev-perl/Mojolicious/Mojolicious-1.340.0.ebuild |   43 -----------------------
 3 files changed, 4 insertions(+), 86 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index b5ea0a3..b846c87 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-1.320.0.ebuild, -Mojolicious-1.340.0.ebuild:
+  Gone On CPAN
+
 *Mojolicious-1.410.0 (03 Jun 2011)
 
   03 Jun 2011; Torsten Veller <tove@gentoo.org> +Mojolicious-1.410.0.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-1.320.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.320.0.ebuild
deleted file mode 100644
index 83ea8b1..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.320.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.32
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-1.340.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.340.0.ebuild
deleted file mode 100644
index 93ac2af..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.340.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.34
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-06-03 19:29 Torsten Veller
  0 siblings, 0 replies; 94+ messages in thread
From: Torsten Veller @ 2011-06-03 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ac5cf1b9f1b358433f3c8048ebd9456d918e2479
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 19:12:41 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 19:12:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ac5cf1b9

[bump] dev-perl/Mojolicious-1.410.0

(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 dev-perl/Mojolicious/ChangeLog                  |    5 +++
 dev-perl/Mojolicious/Mojolicious-1.410.0.ebuild |   42 +++++++++++++++++++++++
 2 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 94ca143..b5ea0a3 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.410.0 (03 Jun 2011)
+
+  03 Jun 2011; Torsten Veller <tove@gentoo.org> +Mojolicious-1.410.0.ebuild:
+  Version bump
+
 *Mojolicious-1.340.0 (24 May 2011)
 
   24 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-1.410.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.410.0.ebuild
new file mode 100644
index 0000000..c72c95b
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.410.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.41
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-05-24  5:06 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-05-24  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d1020d8151b9c86e9b0f3e058917e3c1c142100d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 24 04:54:56 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue May 24 04:54:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d1020d81

[newversion] Mojolicious-1.340.0

(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 +++
 dev-perl/Mojolicious/Mojolicious-1.340.0.ebuild |   43 +++++++++++++++++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 9852d3a..94ca143 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.340.0 (24 May 2011)
+
+  24 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-1.340.0.ebuild:
+  Version BUmp
+
   24 May 2011; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-1.220.0.ebuild, -Mojolicious-1.300.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-1.340.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.340.0.ebuild
new file mode 100644
index 0000000..93ac2af
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.340.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.34
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-05-24  5:06 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-05-24  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a1e48abcf576a9add66ca4495728d4f340b1b44d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 24 04:50:56 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue May 24 04:50:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a1e48abc

[cpanclean] Mojolicious-1.{220,300}.0

(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 ++
 dev-perl/Mojolicious/Mojolicious-1.220.0.ebuild |   43 -----------------------
 dev-perl/Mojolicious/Mojolicious-1.300.0.ebuild |   43 -----------------------
 3 files changed, 4 insertions(+), 86 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 4b0c339..9852d3a 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  24 May 2011; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-1.220.0.ebuild, -Mojolicious-1.300.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-1.320.0 (14 May 2011)
 
   14 May 2011; Torsten Veller <tove@gentoo.org> +Mojolicious-1.320.0.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-1.220.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.220.0.ebuild
deleted file mode 100644
index 3605ec3..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.220.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.22
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-1.300.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.300.0.ebuild
deleted file mode 100644
index 8897acb..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.300.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.3
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-05-14  7:27 Torsten Veller
  0 siblings, 0 replies; 94+ messages in thread
From: Torsten Veller @ 2011-05-14  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     db6182e99bee3c63fb30cfcb1bf1422090aac334
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 07:19:51 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat May 14 07:19:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=db6182e9

[bump] dev-perl/Mojolicious-1.320.0

(Portage version: 2.2.0_alpha32/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 dev-perl/Mojolicious/ChangeLog                  |    5 +++
 dev-perl/Mojolicious/Mojolicious-1.320.0.ebuild |   43 +++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 0bdf215..4b0c339 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.320.0 (14 May 2011)
+
+  14 May 2011; Torsten Veller <tove@gentoo.org> +Mojolicious-1.320.0.ebuild:
+  Version bump
+
 *Mojolicious-1.300.0 (06 May 2011)
 
   06 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-1.320.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.320.0.ebuild
new file mode 100644
index 0000000..83ea8b1
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.320.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.32
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Mojolicious/
@ 2011-05-08 16:10 Kent Fredric
  2011-05-06  7:21 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  0 siblings, 1 reply; 94+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     753720f119c7031984359f08890d08f8adc333ec
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 07:12:24 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 07:12:24 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=753720f1

[newversion] Mojolicious-1.300.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 +++
 dev-perl/Mojolicious/Mojolicious-1.300.0.ebuild |   43 +++++++++++++++++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index ea34e4b..0bdf215 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.300.0 (06 May 2011)
+
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-1.300.0.ebuild:
+  Bump
+
   06 May 2011; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-1.210.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-1.300.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.300.0.ebuild
new file mode 100644
index 0000000..8897acb
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.300.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.3
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Mojolicious/
@ 2011-05-08 16:10 Kent Fredric
  2011-05-06  7:21 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  0 siblings, 1 reply; 94+ messages in thread
From: Kent Fredric @ 2011-05-08 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5dd41348b7dc59f0d0c9193aab388742527fb934
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  6 07:09:49 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  6 07:09:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5dd41348

[cpanclean] Mojolicious-1.210.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 ++
 dev-perl/Mojolicious/Mojolicious-1.210.0.ebuild |   43 -----------------------
 2 files changed, 4 insertions(+), 43 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index edcb7d0..ea34e4b 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 May 2011; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-1.210.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-1.220.0 (05 May 2011)
 
   05 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-1.210.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.210.0.ebuild
deleted file mode 100644
index 4d355f5..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.210.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.21
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Mojolicious/
@ 2011-05-05 18:16 Kent Fredric
  2011-05-05 18:09 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  0 siblings, 1 reply; 94+ messages in thread
From: Kent Fredric @ 2011-05-05 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a655009e1abf3feddb221ec20cbd87e47293568a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu May  5 17:59:49 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu May  5 17:59:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a655009e

[newversion] Mojolicious-1.220.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 +++
 dev-perl/Mojolicious/Mojolicious-1.220.0.ebuild |   43 +++++++++++++++++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index dae0c21..edcb7d0 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.220.0 (05 May 2011)
+
+  05 May 2011; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-1.220.0.ebuild:
+  Bump
+
   23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-1.150.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-1.220.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.220.0.ebuild
new file mode 100644
index 0000000..3605ec3
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.220.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.22
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Mojolicious/
@ 2011-04-23 14:47 Kent Fredric
  2011-04-23 14:45 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
  0 siblings, 1 reply; 94+ messages in thread
From: Kent Fredric @ 2011-04-23 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     733ecf78c4b79497b8ef165c038575dd29d7febd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 14:34:00 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 23 14:34:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=733ecf78

[cpanclean] Mojolicious-1.150.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 ++
 dev-perl/Mojolicious/Mojolicious-1.150.0.ebuild |   43 -----------------------
 2 files changed, 4 insertions(+), 43 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 6785935..dae0c21 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-1.150.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-1.210.0 (20 Apr 2011)
 
   20 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-1.150.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.150.0.ebuild
deleted file mode 100644
index 40bd262..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.150.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.15
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-04-20 16:25 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-04-20 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5f0e28d818e46060e4b389ce46bda230a581e07b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 16:09:14 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 16:09:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5f0e28d8

[newversion] Mojolicious-1.210.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 +++
 dev-perl/Mojolicious/Mojolicious-1.210.0.ebuild |   43 +++++++++++++++++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 9826047..6785935 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.210.0 (20 Apr 2011)
+
+  20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-1.210.0.ebuild:
+  Bump
+
   23 Mar 2011; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-1.130.0.ebuild, -Mojolicious-1.140.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-1.210.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.210.0.ebuild
new file mode 100644
index 0000000..4d355f5
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.210.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.21
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-03-23  6:24 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-03-23  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6f107432cae7eddef23b42e60532d8d371cd7f87
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 23 06:24:01 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 23 06:24:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6f107432

[cpanclean] Mojolicious 1.130.0 1.140.0

(Portage version: 2.2.0_alpha28/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 ++
 dev-perl/Mojolicious/Mojolicious-1.130.0.ebuild |   43 -----------------------
 dev-perl/Mojolicious/Mojolicious-1.140.0.ebuild |   43 -----------------------
 3 files changed, 4 insertions(+), 86 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 26677d9..9826047 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-1.130.0.ebuild, -Mojolicious-1.140.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-1.150.0 (22 Mar 2011)
 
   22 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-1.130.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.130.0.ebuild
deleted file mode 100644
index dcf010e..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.130.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.13
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-1.140.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.140.0.ebuild
deleted file mode 100644
index ec76ff1..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.140.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.14
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-03-22  1:34 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-03-22  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     875e00a2d261cbbeef0b4ccd12cb54bd8661a416
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar 22 00:30:11 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 22 00:30:11 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=875e00a2

[newversion] Mojolicious-1.150.0

(Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 +++
 dev-perl/Mojolicious/Mojolicious-1.150.0.ebuild |   43 +++++++++++++++++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 7fae41f..26677d9 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.150.0 (22 Mar 2011)
+
+  22 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-1.150.0.ebuild:
+  Bump
+
   17 Mar 2011; Kent Fredric <kentfredric@gmail.com>
   -Mojolicious-1.120.0.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-1.150.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.150.0.ebuild
new file mode 100644
index 0000000..40bd262
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.150.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.15
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-03-17 23:16 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-03-17 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8a34ea93772ee7f66fba59a3a05d97cc1d7d9bae
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 23:14:26 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 23:14:26 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8a34ea93

[cpanclean] Mojolicious-1.120.0

(Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    4 ++
 dev-perl/Mojolicious/Mojolicious-1.120.0.ebuild |   43 -----------------------
 2 files changed, 4 insertions(+), 43 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 856556b..7fae41f 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  -Mojolicious-1.120.0.ebuild:
+  Gone on CPAN
+
 *Mojolicious-1.140.0 (17 Mar 2011)
 
   17 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-1.120.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.120.0.ebuild
deleted file mode 100644
index 991d080..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.120.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-03-17 22:20 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-03-17 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bf83a90f98b88c25d456064528f5bd9209154976
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 22:19:25 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 22:19:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bf83a90f

[newversion] Mojolicious-1.140.0

(Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 +++
 dev-perl/Mojolicious/Mojolicious-1.140.0.ebuild |   43 +++++++++++++++++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 7d46050..856556b 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.140.0 (17 Mar 2011)
+
+  17 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-1.140.0.ebuild:
+  Bump
+
 *Mojolicious-1.120.0 (16 Mar 2011)
 
   16 Mar 2011; Kent Fredric <kentfredric@gmail.com> -Mojolicious-1.120.ebuild,

diff --git a/dev-perl/Mojolicious/Mojolicious-1.140.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.140.0.ebuild
new file mode 100644
index 0000000..ec76ff1
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.140.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.14
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-03-16  3:36 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-03-16  3:36 UTC (permalink / raw
  To: gentoo-commits

commit:     dd1be997d0d548be5f0cf4c7e2b3411a40bfb6b0
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 16 02:34:02 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 16 02:34:02 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=dd1be997

[addzero] Mojolicious

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                     |    6 ++++++
 ...ous-1.120.ebuild => Mojolicious-1.120.0.ebuild} |    0
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index b329c19..7d46050 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.120.0 (16 Mar 2011)
+
+  16 Mar 2011; Kent Fredric <kentfredric@gmail.com> -Mojolicious-1.120.ebuild,
+  +Mojolicious-1.120.0.ebuild:
+  Addzero
+
 *Mojolicious-1.130.0 (16 Mar 2011)
 
   16 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Mojolicious/Mojolicious-1.120.ebuild b/dev-perl/Mojolicious/Mojolicious-1.120.0.ebuild
similarity index 100%
rename from dev-perl/Mojolicious/Mojolicious-1.120.ebuild
rename to dev-perl/Mojolicious/Mojolicious-1.120.0.ebuild



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-03-16  3:36 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-03-16  3:36 UTC (permalink / raw
  To: gentoo-commits

commit:     74f635f58a3f9a3d2cc35809d23b18f2557d78fb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 16 02:29:55 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Mar 16 02:29:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=74f635f5

[newversion] Mojolicious-1.130.0 ( 1.13 )

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                  |    6 +++
 dev-perl/Mojolicious/Mojolicious-1.130.0.ebuild |   43 +++++++++++++++++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 7318f58..b329c19 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.130.0 (16 Mar 2011)
+
+  16 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  +Mojolicious-1.130.0.ebuild:
+  bump
+
   14 Mar 2011; Kent Fredric <kentfredric@gmail.com> -Mojolicious-1.110.ebuild:
   Gone on CPAN
 

diff --git a/dev-perl/Mojolicious/Mojolicious-1.130.0.ebuild b/dev-perl/Mojolicious/Mojolicious-1.130.0.ebuild
new file mode 100644
index 0000000..dcf010e
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.130.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.13
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-03-14 22:02 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-03-14 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4767968fe72bce32a609cbc2e9a690d6a9064356
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 21:56:47 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 21:56:47 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4767968f

[cpanclean] Mojolicious 1.110 ( 1.11 )

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                |    3 ++
 dev-perl/Mojolicious/Mojolicious-1.110.ebuild |   43 -------------------------
 2 files changed, 3 insertions(+), 43 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index b8330db..7318f58 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Mar 2011; Kent Fredric <kentfredric@gmail.com> -Mojolicious-1.110.ebuild:
+  Gone on CPAN
+
 *Mojolicious-1.120 (10 Mar 2011)
 
   10 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Mojolicious-1.120.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-1.110.ebuild b/dev-perl/Mojolicious/Mojolicious-1.110.ebuild
deleted file mode 100644
index d794126..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.110.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.11
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-03-10 23:59 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-03-10 23:59 UTC (permalink / raw
  To: gentoo-commits

commit:     751e36518f1bfd3feb01732d071d883d9170b69a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 23:46:19 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 23:46:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=751e3651

[newversion] Mojolicious-1.120

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                |    5 +++
 dev-perl/Mojolicious/Mojolicious-1.120.ebuild |   43 +++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index f700132..b8330db 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.120 (10 Mar 2011)
+
+  10 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Mojolicious-1.120.ebuild:
+  Bump
+
   10 Mar 2011; Kent Fredric <kentfredric@gmail.com> -Mojolicious-1.10.ebuild,
   -Mojolicious-1.100.ebuild:
   Gone on CPAN

diff --git a/dev-perl/Mojolicious/Mojolicious-1.120.ebuild b/dev-perl/Mojolicious/Mojolicious-1.120.ebuild
new file mode 100644
index 0000000..991d080
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.120.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-03-10 22:20 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-03-10 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     229b1fd4a9fcdc84a374f9c61d7ecd5959973630
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 19:36:41 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 19:36:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=229b1fd4

[cpanclean] Mojolicious 1.100.0 ( 1.1 ), 1.10.0 ( 1.01 )

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                |    4 ++
 dev-perl/Mojolicious/Mojolicious-1.10.ebuild  |   43 -------------------------
 dev-perl/Mojolicious/Mojolicious-1.100.ebuild |   43 -------------------------
 3 files changed, 4 insertions(+), 86 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index 885658e..f700132 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Mar 2011; Kent Fredric <kentfredric@gmail.com> -Mojolicious-1.10.ebuild,
+  -Mojolicious-1.100.ebuild:
+  Gone on CPAN
+
 *Mojolicious-1.110 (19 Feb 2011)
 
   19 Feb 2011; Torsten Veller <tove@gentoo.org> +Mojolicious-1.110.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-1.10.ebuild b/dev-perl/Mojolicious/Mojolicious-1.10.ebuild
deleted file mode 100644
index dd4fde4..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.10.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.01
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Mojolicious/Mojolicious-1.100.ebuild b/dev-perl/Mojolicious/Mojolicious-1.100.ebuild
deleted file mode 100644
index e6d0ead..0000000
--- a/dev-perl/Mojolicious/Mojolicious-1.100.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=KRAIH
-MODULE_VERSION=1.1
-inherit perl-module
-
-DESCRIPTION="The Box!"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Digest-MD5
-	virtual/perl-Encode
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-File-Path
-	virtual/perl-File-Temp
-
-	virtual/perl-Getopt-Long
-	virtual/perl-IO
-	virtual/perl-locale-maketext
-	virtual/perl-MIME-Base64
-
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	virtual/perl-Test-Simple
-	virtual/perl-Test-Harness
-	virtual/perl-Time-HiRes
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-02-19  8:12 Torsten Veller
  0 siblings, 0 replies; 94+ messages in thread
From: Torsten Veller @ 2011-02-19  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     acb9ae1aa225198ae7c930887fd680728760038b
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 07:52:36 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 07:52:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=acb9ae1a

[bump] dev-perl/Mojolicious-1.110

(Portage version: 2.2.0_alpha24/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 dev-perl/Mojolicious/ChangeLog                |    5 +++
 dev-perl/Mojolicious/Mojolicious-1.110.ebuild |   43 +++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index e2b22f6..885658e 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.110 (19 Feb 2011)
+
+  19 Feb 2011; Torsten Veller <tove@gentoo.org> +Mojolicious-1.110.ebuild:
+  Version bump
+
 *Mojolicious-1.100 (15 Feb 2011)
 
   15 Feb 2011; Kent Fredric <kentfredric@gmail.com> +Mojolicious-1.100.ebuild:

diff --git a/dev-perl/Mojolicious/Mojolicious-1.110.ebuild b/dev-perl/Mojolicious/Mojolicious-1.110.ebuild
new file mode 100644
index 0000000..d794126
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.110.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.11
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/
@ 2011-02-15  4:52 Kent Fredric
  0 siblings, 0 replies; 94+ messages in thread
From: Kent Fredric @ 2011-02-15  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     cd590cb231ae0c28e42aa5dcdd5bd4e92dae1db5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 15 02:15:08 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 15 02:15:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cd590cb2

[newversion] Mojolicious 1.100 ( 1.1 )

(Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Mojolicious/ChangeLog                |    5 +++
 dev-perl/Mojolicious/Mojolicious-1.100.ebuild |   43 +++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Mojolicious/ChangeLog b/dev-perl/Mojolicious/ChangeLog
index ed5c95d..e2b22f6 100644
--- a/dev-perl/Mojolicious/ChangeLog
+++ b/dev-perl/Mojolicious/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Mojolicious-1.100 (15 Feb 2011)
+
+  15 Feb 2011; Kent Fredric <kentfredric@gmail.com> +Mojolicious-1.100.ebuild:
+  Bump
+
   30 Jan 2011; Kent Fredric <kentfredric@gmail.com> -Mojolicious-1.0.ebuild:
   Cleaned, gone on CPAN
 

diff --git a/dev-perl/Mojolicious/Mojolicious-1.100.ebuild b/dev-perl/Mojolicious/Mojolicious-1.100.ebuild
new file mode 100644
index 0000000..e6d0ead
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-1.100.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=KRAIH
+MODULE_VERSION=1.1
+inherit perl-module
+
+DESCRIPTION="The Box!"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Digest-MD5
+	virtual/perl-Encode
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Path
+	virtual/perl-File-Temp
+
+	virtual/perl-Getopt-Long
+	virtual/perl-IO
+	virtual/perl-locale-maketext
+	virtual/perl-MIME-Base64
+
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	virtual/perl-Test-Simple
+	virtual/perl-Test-Harness
+	virtual/perl-Time-HiRes
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



^ permalink raw reply related	[flat|nested] 94+ messages in thread

end of thread, other threads:[~2016-11-22  6:54 UTC | newest]

Thread overview: 94+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20  3:17 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2016-11-22  6:54 Kent Fredric
2013-05-15 22:23 Kent Fredric
2013-05-09 11:44 Kent Fredric
2013-04-28 14:06 Kent Fredric
2013-04-28 14:06 Kent Fredric
2013-02-24  6:00 Kent Fredric
2013-02-23 22:54 Kent Fredric
2013-02-23 22:54 Kent Fredric
2013-02-10 12:18 Kent Fredric
2013-02-10 12:18 Kent Fredric
2012-11-22  2:19 Kent Fredric
2012-11-20 22:54 Kent Fredric
2012-11-20 22:54 Kent Fredric
2012-11-10 15:05 Kent Fredric
2012-11-04 13:51 Kent Fredric
2012-10-29 10:04 Kent Fredric
2012-09-17 10:30 Kent Fredric
2012-09-17 10:30 Kent Fredric
2012-08-25  4:22 Kent Fredric
2012-08-23 12:35 Kent Fredric
2012-08-23 12:35 Kent Fredric
2012-08-12 12:07 Kent Fredric
2012-08-12 12:07 Kent Fredric
2012-08-08 10:54 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-08-03  3:10 Kent Fredric
2012-08-02 12:59 Kent Fredric
2012-08-01  6:43 Kent Fredric
2012-08-01  1:44 Kent Fredric
2012-07-31  3:04 Kent Fredric
2012-07-29  6:24 Kent Fredric
2012-07-29  4:22 Kent Fredric
2012-07-26  2:09 Kent Fredric
2012-07-26  2:09 Kent Fredric
2012-07-20  3:17 Kent Fredric
2012-07-20  3:17 Kent Fredric
2012-06-09 14:33 Kent Fredric
2012-06-08 17:28 Kent Fredric
2012-05-27  2:30 Kent Fredric
2012-05-27  2:30 Kent Fredric
2012-05-07  5:19 Kent Fredric
2012-05-07  5:19 Kent Fredric
2012-04-28 10:40 Kent Fredric
2012-04-28 10:40 Kent Fredric
2012-04-22 12:39 Kent Fredric
2012-04-20 12:58 Kent Fredric
2012-04-20  8:36 Kent Fredric
2012-04-18  4:43 Kent Fredric
2012-04-16 19:33 Kent Fredric
2012-04-14 22:12 Kent Fredric
2012-04-12 19:09 Kent Fredric
2012-04-11 23:32 Kent Fredric
2012-04-10 10:04 Kent Fredric
2012-04-09 16:05 Kent Fredric
2012-04-08 10:51 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-03-27  9:30 Kent Fredric
2012-03-04  1:48 Kent Fredric
2012-03-01 23:36 Kent Fredric
2012-02-27 21:01 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-12-05 21:45 Kent Fredric
2011-12-05 21:45 Kent Fredric
2011-09-25  7:44 Kent Fredric
2011-09-02  5:06 Kent Fredric
2011-08-28  2:57 Kent Fredric
2011-08-26 18:49 Kent Fredric
2011-07-16  7:12 Kent Fredric
2011-07-16  7:12 Kent Fredric
2011-06-09 19:04 Torsten Veller
2011-06-06 22:47 Kent Fredric
2011-06-03 19:29 Torsten Veller
2011-05-24  5:06 Kent Fredric
2011-05-24  5:06 Kent Fredric
2011-05-14  7:27 Torsten Veller
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-06  7:21 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
2011-05-06  7:21 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-05 18:09 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-23 14:45 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-04-20 16:25 Kent Fredric
2011-03-23  6:24 Kent Fredric
2011-03-22  1:34 Kent Fredric
2011-03-17 23:16 Kent Fredric
2011-03-17 22:20 Kent Fredric
2011-03-16  3:36 Kent Fredric
2011-03-16  3:36 Kent Fredric
2011-03-14 22:02 Kent Fredric
2011-03-10 23:59 Kent Fredric
2011-03-10 22:20 Kent Fredric
2011-02-19  8:12 Torsten Veller
2011-02-15  4:52 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox