public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Controller-HTML-FormFu/
Date: Thu,  2 Apr 2015 23:30:53 +0000 (UTC)	[thread overview]
Message-ID: <1427993157.41e8334b663b994d3b507e5278d50a4f9dd27379.kent@gentoo> (raw)

commit:     41e8334b663b994d3b507e5278d50a4f9dd27379
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Apr  2 16:45:57 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Apr  2 16:45:57 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=41e8334b

[bump] Catalyst-Controller-HTML-FormFu-1.0.0

Package-Manager: portage-2.2.17

 .../Catalyst-Controller-HTML-FormFu-0.90.40.ebuild | 76 ----------------------
 .../Catalyst-Controller-HTML-FormFu-1.0.0.ebuild   | 41 ++++++++++++
 2 files changed, 41 insertions(+), 76 deletions(-)

diff --git a/dev-perl/Catalyst-Controller-HTML-FormFu/Catalyst-Controller-HTML-FormFu-0.90.40.ebuild b/dev-perl/Catalyst-Controller-HTML-FormFu/Catalyst-Controller-HTML-FormFu-0.90.40.ebuild
deleted file mode 100644
index b77e6a5..0000000
--- a/dev-perl/Catalyst-Controller-HTML-FormFu/Catalyst-Controller-HTML-FormFu-0.90.40.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=CFRANKS
-MODULE_VERSION=0.09004
-inherit perl-module
-
-DESCRIPTION='Catalyst integration for HTML::FormFu'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-	# Catalyst::Action::RenderView
-	echo dev-perl/Catalyst-Action-RenderView
-	# Catalyst::Plugin::ConfigLoader 0.23 ( 0.230.0 )
-	echo \>=dev-perl/Catalyst-Plugin-ConfigLoader-0.230.0
-	# Catalyst::Plugin::Session
-	echo dev-perl/Catalyst-Plugin-Session
-	# Catalyst::Plugin::Session::State::Cookie
-	echo dev-perl/Catalyst-Plugin-Session-State-Cookie
-	# Catalyst::Plugin::Session::Store::File
-	echo dev-perl/Catalyst-Plugin-Session-Store-File
-	# Catalyst::View::TT
-	echo dev-perl/Catalyst-View-TT
-	# Config::General
-	echo dev-perl/config-general
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-	# Template
-	echo dev-perl/Template-Toolkit
-	# Test::More 0.92 ( 0.920.0 )
-	echo \>=virtual/perl-Test-Simple-0.92
-	# Test::WWW::Mechanize 1.16 ( 1.160.0 )
-	echo \>=dev-perl/Test-WWW-Mechanize-1.16
-	# Test::WWW::Mechanize::Catalyst
-	echo dev-perl/Test-WWW-Mechanize-Catalyst
-}
-perl_meta_runtime() {
-	# Catalyst::Component::InstancePerContext
-	echo dev-perl/Catalyst-Component-InstancePerContext
-	# Catalyst::Runtime 5.71001 ( 5.710.10 )
-	echo \>=dev-perl/Catalyst-Runtime-5.710.10
-	# Config::Any
-	echo dev-perl/Config-Any
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# HTML::FormFu 0.09007 ( 0.90.70 )
-	echo \>=dev-perl/HTML-FormFu-0.90.70
-	# Moose
-	echo dev-perl/Moose
-	# MooseX::Attribute::Chained v1.0.1 ( 1.0.1 )
-	echo \>=dev-perl/MooseX-Attribute-Chained-1.0.1
-	# Regexp::Assemble
-	echo dev-perl/Regexp-Assemble
-	# Scalar::Util
-	echo virtual/perl-Scalar-List-Utils
-	# Task::Weaken
-	echo dev-perl/Task-Weaken
-	# namespace::autoclean
-	echo dev-perl/namespace-autoclean
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Controller-HTML-FormFu/Catalyst-Controller-HTML-FormFu-1.0.0.ebuild b/dev-perl/Catalyst-Controller-HTML-FormFu/Catalyst-Controller-HTML-FormFu-1.0.0.ebuild
new file mode 100644
index 0000000..f20b223
--- /dev/null
+++ b/dev-perl/Catalyst-Controller-HTML-FormFu/Catalyst-Controller-HTML-FormFu-1.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=CFRANKS
+MODULE_VERSION=1.00
+inherit perl-module
+
+DESCRIPTION='Catalyst integration for HTML::FormFu'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Test::Aggregate::Nested -> Test-Aggregate
+RDEPEND="
+	dev-perl/Catalyst-Component-InstancePerContext
+	>=dev-perl/Catalyst-Runtime-5.710.10
+	dev-perl/Config-Any
+	virtual/perl-File-Spec
+	>=dev-perl/HTML-FormFu-1.0.0
+	>=dev-perl/Moose-1.0.0
+	>=dev-perl/MooseX-Attribute-Chained-1.0.1
+	dev-perl/Regexp-Assemble
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Task-Weaken
+	dev-perl/namespace-autoclean
+"
+DEPEND="
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		dev-perl/Catalyst-Action-RenderView
+		dev-perl/Catalyst-Plugin-Session
+		dev-perl/Catalyst-Plugin-Session-State-Cookie
+		dev-perl/Catalyst-Plugin-Session-Store-File
+		dev-perl/Template-Toolkit
+		>=dev-perl/Test-Aggregate-0.371.0
+		>=virtual/perl-Test-Simple-0.920.0
+		>=dev-perl/Test-WWW-Mechanize-1.160.0
+		dev-perl/Test-WWW-Mechanize-Catalyst
+	)
+"


             reply	other threads:[~2015-04-02 23:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-02 23:30 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-02 23:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Controller-HTML-FormFu/ Kent Fredric
2013-04-28 22:52 Kent Fredric
2012-09-10 15:11 Torsten Veller
2012-09-10 15:11 Torsten Veller
2011-11-11 14:38 Kent Fredric
2011-05-14  7:11 Torsten Veller
2011-04-13 14:41 Kent Fredric
2011-04-01 13:20 Torsten Veller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427993157.41e8334b663b994d3b507e5278d50a4f9dd27379.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox