public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/HTML-FormFu/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a19e85ce3980ef3907f7e63343a4e45902637da1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 16:39:48 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 16:39:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a19e85ce

[newversion] HTML-FormFu-0.90.40

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

---
 dev-perl/HTML-FormFu/ChangeLog                  |    6 ++
 dev-perl/HTML-FormFu/HTML-FormFu-0.90.40.ebuild |   73 +++++++++++++++++++++++
 2 files changed, 79 insertions(+), 0 deletions(-)

diff --git a/dev-perl/HTML-FormFu/ChangeLog b/dev-perl/HTML-FormFu/ChangeLog
index 9f7795f..0a06780 100644
--- a/dev-perl/HTML-FormFu/ChangeLog
+++ b/dev-perl/HTML-FormFu/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTML-FormFu-0.90.40 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +HTML-FormFu-0.90.40.ebuild:
+  Version Bump
+
 *HTML-FormFu-0.90.30.100_rc (24 May 2011)
 
   24 May 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/HTML-FormFu/HTML-FormFu-0.90.40.ebuild b/dev-perl/HTML-FormFu/HTML-FormFu-0.90.40.ebuild
new file mode 100644
index 0000000..6d7767c
--- /dev/null
+++ b/dev-perl/HTML-FormFu/HTML-FormFu-0.90.40.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=PERLER
+MODULE_VERSION=0.09004
+inherit perl-module
+
+DESCRIPTION="HTML Form Creation, Rendering and Validation Framework"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { true;}
+COMMON_DEPEND="
+	$(comment Exporter 5.570.0)
+	>=dev-perl/Captcha-reCAPTCHA-0.930.0
+	dev-perl/Class-Accessor-Chained $(comment Class::Accessor::Chained::Fast)
+	>=dev-perl/Clone-0.31 $(comment 0.310.0)
+	$(comment Class::MOP::Method)
+	>=dev-perl/Config-Any-0.18 $(comment 0.180.0)
+	dev-perl/crypt-cbc $(comment Crypt::CBC)
+	dev-perl/Crypt-DES
+	>=dev-perl/Data-Visitor-0.26 $(comment 0.260.0)
+	dev-perl/Date-Calc
+	>=dev-perl/DateTime-0.54 $(comment 0.540.0)
+	>=dev-perl/DateTime-Format-Strptime-1.200.0
+	>=dev-perl/DateTime-Format-Builder-0.79.01 $(comment 0.790.100)
+	dev-perl/DateTime-Format-Natural
+	>=dev-perl/DateTime-Locale-0.45 $(comment 0.450.0)
+	dev-perl/Email-Valid
+	dev-perl/File-ShareDir
+	dev-perl/Hash-Flatten
+	dev-perl/HTML-Scrubber
+	>=dev-perl/HTML-TokeParser-Simple-3.14 $(comment 3.140.0)
+	|| ( >=dev-perl/HTTP-Message-1.640.0 >=dev-perl/libwww-perl-1.640.0 ) $(comment HTTP::Headers 1.640.0)
+	virtual/perl-IO $(comment IO::File)
+	virtual/perl-Scalar-List-Utils $(comment List::Util)
+	dev-perl/List-MoreUtils
+	virtual/perl-locale-maketext
+	virtual/perl-Module-Pluggable
+	>=dev-perl/Moose-1.0.0
+	$(comment Moose::Meta::Attribute::Custom::Trait::Chained is MX::ChainedAccessors)
+	dev-perl/MooseX-Aliases
+	>=dev-perl/MooseX-ChainedAccessors-0.20.0
+	dev-perl/MooseX-SetOnce
+	dev-perl/Number-Format
+	dev-perl/Readonly
+	dev-perl/regexp-common
+	dev-perl/Path-Class $(comment Path::Class::File)
+	$(comment Task::Weaken)
+	dev-perl/Template-Toolkit $(comment Template)
+	>=dev-perl/YAML-LibYAML-0.320.0 $(comment YAML::XS)
+"
+RDEPEND="${COMMON_DEPEND}"
+DEPEND="
+	${COMMON_DEPEND}
+	test? (
+		virtual/perl-CGI
+		$(comment TODO Test::Aggregate support)
+		>=virtual/perl-Test-Simple-0.92 $(comment Test::More 0.920.0)
+	)
+"
+pkg_pretend() {
+	if has_version "<=dev-perl/HTML-FormFu-0.90.0"; then
+		eerror "Sorry, in order to upgrade to HTML-FormFu 0.90.0 or greater you"
+		eerror "need to first remove older versions."
+		die "Installation requirements not met"
+	fi
+}
+SRC_TEST=do



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

* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/HTML-FormFu/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4fc19bb99fa2df456942e1186dbcc9186f488036
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Aug 29 05:27:21 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Aug 29 05:27:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4fc19bb9

[cpanclean] HTML-FormFu-0.90.30.100_rc

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

---
 dev-perl/HTML-FormFu/ChangeLog                     |    4 +
 .../HTML-FormFu/HTML-FormFu-0.90.30.100_rc.ebuild  |   73 --------------------
 2 files changed, 4 insertions(+), 73 deletions(-)

diff --git a/dev-perl/HTML-FormFu/ChangeLog b/dev-perl/HTML-FormFu/ChangeLog
index 0a06780..44b0d09 100644
--- a/dev-perl/HTML-FormFu/ChangeLog
+++ b/dev-perl/HTML-FormFu/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  29 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  -HTML-FormFu-0.90.30.100_rc.ebuild:
+  Gone On CPAN
+
 *HTML-FormFu-0.90.40 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/HTML-FormFu/HTML-FormFu-0.90.30.100_rc.ebuild b/dev-perl/HTML-FormFu/HTML-FormFu-0.90.30.100_rc.ebuild
deleted file mode 100644
index 3de7e28..0000000
--- a/dev-perl/HTML-FormFu/HTML-FormFu-0.90.30.100_rc.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=PERLER
-MODULE_VERSION=0.09003_01
-inherit perl-module
-
-DESCRIPTION="HTML Form Creation, Rendering and Validation Framework"
-
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-comment() { echo ''; }
-COMMON_DEPEND="
-	$(comment Exporter 5.570.0)
-	>=dev-perl/Captcha-reCAPTCHA-0.930.0
-	dev-perl/Class-Accessor-Chained $(comment Class::Accessor::Chained::Fast)
-	>=dev-perl/Clone-0.31 $(comment 0.310.0)
-	$(comment Class::MOP::Method)
-	>=dev-perl/Config-Any-0.18 $(comment 0.180.0)
-	dev-perl/crypt-cbc $(comment Crypt::CBC)
-	dev-perl/Crypt-DES
-	>=dev-perl/Data-Visitor-0.26 $(comment 0.260.0)
-	dev-perl/Date-Calc
-	>=dev-perl/DateTime-0.54 $(comment 0.540.0)
-	>=dev-perl/DateTime-Format-Strptime-1.200.0
-	>=dev-perl/DateTime-Format-Builder-0.79.01 $(comment 0.790.100)
-	dev-perl/DateTime-Format-Natural
-	>=dev-perl/DateTime-Locale-0.45 $(comment 0.450.0)
-	dev-perl/Email-Valid
-	dev-perl/File-ShareDir
-	dev-perl/Hash-Flatten
-	dev-perl/HTML-Scrubber
-	>=dev-perl/HTML-TokeParser-Simple-3.14 $(comment 3.140.0)
-	|| ( >=dev-perl/HTTP-Message-1.640.0 >=dev-perl/libwww-perl-1.640.0 ) $(comment HTTP::Headers 1.640.0)
-	virtual/perl-IO $(comment IO::File)
-	virtual/perl-Scalar-List-Utils $(comment List::Util)
-	dev-perl/List-MoreUtils
-	virtual/perl-locale-maketext
-	virtual/perl-Module-Pluggable
-	>=dev-perl/Moose-1.0.0
-	$(comment Moose::Meta::Attribute::Custom::Trait::Chained is MX::ChainedAccessors)
-	dev-perl/MooseX-Aliases
-	>=dev-perl/MooseX-ChainedAccessors-0.20.0
-	dev-perl/MooseX-SetOnce
-	dev-perl/Number-Format
-	dev-perl/Readonly
-	dev-perl/regexp-common
-	dev-perl/Path-Class $(comment Path::Class::File)
-	$(comment Task::Weaken)
-	dev-perl/Template-Toolkit $(comment Template)
-	>=dev-perl/YAML-LibYAML-0.320.0 $(comment YAML::XS)
-"
-RDEPEND="${COMMON_DEPEND}"
-DEPEND="
-	${COMMON_DEPEND}
-	test? (
-		virtual/perl-CGI
-		$(comment TODO Test::Aggregate support)
-		>=virtual/perl-Test-Simple-0.92 $(comment Test::More 0.920.0)
-	)
-"
-pkg_pretend() {
-	if has_version "<=dev-perl/HTML-FormFu-0.90.0"; then
-		eerror "Sorry, in order to upgrade to HTML-FormFu 0.90.0 or greater you"
-		eerror "need to first remove older versions."
-		die "Installation requirements not met"
-	fi
-}
-SRC_TEST=do



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

end of thread, other threads:[~2012-02-16  0:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16  0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/HTML-FormFu/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-16  0:26 Kent Fredric

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