public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dancer/
@ 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:     ade93036b21d1326e7dd518090e350c41d025d81
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 15:34:06 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 15:34:06 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ade93036

[newversion] Dancer-1.307.2

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

---
 dev-perl/Dancer/ChangeLog             |    5 ++++
 dev-perl/Dancer/Dancer-1.307.2.ebuild |   39 +++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dancer/ChangeLog b/dev-perl/Dancer/ChangeLog
index 8c0028e..6ebb4e4 100644
--- a/dev-perl/Dancer/ChangeLog
+++ b/dev-perl/Dancer/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dancer-1.307.2 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com> +Dancer-1.307.2.ebuild:
+  Version Bump
+
 *Dancer-1.307.1 (31 Jul 2011)
 
   31 Jul 2011; Kent Fredric <kentfredric@gmail.com> +Dancer-1.307.1.ebuild:

diff --git a/dev-perl/Dancer/Dancer-1.307.2.ebuild b/dev-perl/Dancer/Dancer-1.307.2.ebuild
new file mode 100644
index 0000000..6d6b139
--- /dev/null
+++ b/dev-perl/Dancer/Dancer-1.307.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=XSAWYERX
+MODULE_VERSION=1.3072
+inherit perl-module
+
+DESCRIPTION="lightweight yet powerful web application framework"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+comment() { true;}
+
+COMMON_DEPEND="
+	dev-perl/libwww-perl
+	>=dev-perl/HTTP-Body-1.70.0
+	>=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
+	dev-perl/MIME-Types
+	>=dev-perl/URI-1.590.0
+	$(comment File::Basename )
+	virtual/perl-File-Spec
+	virtual/perl-Encode
+	virtual/perl-Time-HiRes
+
+"
+DEPEND="
+	${COMMON_DEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=virtual/perl-Test-Simple-0.94 $(comment 0.940.0)
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

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

commit:     09626739e91c9bf94fbd3b1c9e0199dfb73e325e
Author:     Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
AuthorDate: Wed Dec 14 12:49:41 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb  8 13:06:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=09626739

version bump, add new dep - Try::Tiny

---
 dev-perl/Dancer/Dancer-1.309.0.ebuild |   52 +++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dancer/Dancer-1.309.0.ebuild b/dev-perl/Dancer/Dancer-1.309.0.ebuild
new file mode 100644
index 0000000..3fdad65
--- /dev/null
+++ b/dev-perl/Dancer/Dancer-1.309.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=XSAWYERX
+MODULE_VERSION=1.3090
+inherit perl-module
+
+DESCRIPTION='A minimal-effort oriented web application framework'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+	# Test::More 0.94 ( 0.940.0 )
+	echo \>=virtual/perl-Test-Simple-0.94
+}
+perl_meta_runtime() {
+	# Encode
+	echo virtual/perl-Encode
+	# File::Basename
+	echo dev-lang/perl
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# HTTP::Body 1.07 ( 1.70.0 )
+	echo \>=dev-perl/HTTP-Body-1.70.0
+	# HTTP::Server::Simple::PSGI 0.11 ( 0.110.0 )
+	echo \>=dev-perl/HTTP-Server-Simple-PSGI-0.110.0
+	# LWP
+	echo dev-perl/libwww-perl
+	# MIME::Types
+	echo dev-perl/MIME-Types
+	# Time::HiRes
+	echo virtual/perl-Time-HiRes
+	# Try::Tiny 0.09 ( 0.90.0 )
+	echo \>=dev-perl/Try-Tiny-0.90.0
+	# URI 1.59 ( 1.590.0 )
+	echo \>=dev-perl/URI-1.590.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_build)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

end of thread, other threads:[~2012-02-16  0:45 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/Dancer/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-16  0:27 Kent Fredric

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