From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Session-Cookie/
Date: Sat, 13 Sep 2014 11:44:45 +0000 (UTC) [thread overview]
Message-ID: <1404158992.33ce306c6068984952455836851e030add737956.kent@gentoo> (raw)
commit: 33ce306c6068984952455836851e030add737956
Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sat Jun 21 12:55:03 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 30 20:09:52 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=33ce306c
[added] dev-perl/Dancer2-Session-Cookie-0.5.0
Package-Manager: portage-2.2.10
---
dev-perl/Dancer2-Session-Cookie/ChangeLog | 10 ++++
.../Dancer2-Session-Cookie-0.5.0.ebuild | 64 ++++++++++++++++++++++
dev-perl/Dancer2-Session-Cookie/metadata.xml | 9 +++
3 files changed, 83 insertions(+)
diff --git a/dev-perl/Dancer2-Session-Cookie/ChangeLog b/dev-perl/Dancer2-Session-Cookie/ChangeLog
new file mode 100644
index 0000000..9cb8323
--- /dev/null
+++ b/dev-perl/Dancer2-Session-Cookie/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Dancer2-Session-Cookie
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dancer2-Session-Cookie-0.5.0 (21 Jun 2014)
+
+ 21 Jun 2014; Pavel Denisov <pavel.a.denisov@gmail.com>
+ +Dancer2-Session-Cookie-0.5.0.ebuild, +metadata.xml:
+ Added
+
diff --git a/dev-perl/Dancer2-Session-Cookie/Dancer2-Session-Cookie-0.5.0.ebuild b/dev-perl/Dancer2-Session-Cookie/Dancer2-Session-Cookie-0.5.0.ebuild
new file mode 100644
index 0000000..ecfba87
--- /dev/null
+++ b/dev-perl/Dancer2-Session-Cookie/Dancer2-Session-Cookie-0.5.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION='Dancer 2 session storage in secure cookies'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+}
+perl_meta_runtime() {
+ # Dancer2 0.03 ( 0.30.0 )
+ echo \>=dev-perl/Dancer2-0.30.0
+ # Moo
+ echo dev-perl/Moo
+ # Session::Storage::Secure 0.007 ( 0.7.0 )
+ echo \>=dev-perl/Session-Storage-Secure-0.7.0
+ # perl 5.008001 ( 5.8.1 )
+ echo \>=dev-lang/perl-5.8.1
+ # strict
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Dancer2
+ echo dev-perl/Dancer2
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+ # File::Find
+ echo dev-lang/perl
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # File::Temp 0.22 ( 0.220.0 )
+ echo \>=virtual/perl-File-Temp-0.220.0
+ # HTTP::Date
+ echo dev-perl/HTTP-Date
+ # LWP::UserAgent
+ echo dev-perl/libwww-perl
+ # List::Util
+ echo virtual/perl-Scalar-List-Utils
+ # Test::More 0.96 ( 0.960.0 )
+ echo \>=virtual/perl-Test-Simple-0.960.0
+ # Test::TCP 1.30 ( 1.300.0 )
+ echo \>=dev-perl/Test-TCP-1.300.0
+ # YAML
+ echo dev-perl/yaml
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"
diff --git a/dev-perl/Dancer2-Session-Cookie/metadata.xml b/dev-perl/Dancer2-Session-Cookie/metadata.xml
new file mode 100644
index 0000000..1584a5a
--- /dev/null
+++ b/dev-perl/Dancer2-Session-Cookie/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <upstream>
+ <remote-id type="cpan">Dancer2-Session-Cookie</remote-id>
+ <remote-id type="cpan-module">Dancer2::Session::Cookie</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2014-09-13 11:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-13 11:44 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-09-13 11:44 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dancer2-Session-Cookie/ Kent Fredric
2014-12-17 3:33 Kent Fredric
2014-12-17 3:33 Kent Fredric
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=1404158992.33ce306c6068984952455836851e030add737956.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