Gentoo Archives: gentoo-commits

From: Michele Beltrame <mb@×××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Mojolicious-Plugin-Database/, ...
Date: Wed, 11 Jan 2012 10:18:25
Message-Id: 55ab00ea7bd7de98a7fafdc0ff4318c0b3f95f71.lordarthas@gentoo
1 commit: 55ab00ea7bd7de98a7fafdc0ff4318c0b3f95f71
2 Author: Michele Beltrame <mb <AT> cattlegrid <DOT> info>
3 AuthorDate: Wed Jan 11 10:17:40 2012 +0000
4 Commit: Michele Beltrame <mb <AT> italpro <DOT> net>
5 CommitDate: Wed Jan 11 10:17:40 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=55ab00ea
7
8 Added M::P::Authentication and M::P::Database
9
10 ---
11 .../Mojolicious-Plugin-Authentication/ChangeLog | 10 +++++++++
12 .../Mojolicious-Plugin-Authentication-1.20.ebuild | 20 +++++++++++++++++++
13 .../Mojolicious-Plugin-Authentication/metadata.xml | 5 ++++
14 dev-perl/Mojolicious-Plugin-Database/ChangeLog | 10 +++++++++
15 .../Mojolicious-Plugin-Database-1.05.ebuild | 21 ++++++++++++++++++++
16 dev-perl/Mojolicious-Plugin-Database/metadata.xml | 5 ++++
17 6 files changed, 71 insertions(+), 0 deletions(-)
18
19 diff --git a/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog b/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog
20 new file mode 100644
21 index 0000000..478f8ce
22 --- /dev/null
23 +++ b/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog
24 @@ -0,0 +1,10 @@
25 +# ChangeLog for dev-perl/Mojolicious-Plugin-Authentication
26 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*Mojolicious-Plugin-Authentication-1.20 (11 Jan 2012)
30 +
31 + 11 Jan 2012; Michele Beltrame <m@××××××××××.info>
32 + +Mojolicious-Plugin-Authentication-1.20.ebuild, +metadata.xml:
33 + initial
34 +
35
36 diff --git a/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.20.ebuild b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.20.ebuild
37 new file mode 100644
38 index 0000000..cca0be0
39 --- /dev/null
40 +++ b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.20.ebuild
41 @@ -0,0 +1,20 @@
42 +# Copyright 1999-2012 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +EAPI=4
46 +MODULE_AUTHOR=MADCAT
47 +MODULE_VERSION=1.20
48 +inherit perl-module
49 +
50 +DESCRIPTION='A plugin to make authentication a bit easier'
51 +LICENSE=" Artistic-2"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +RDEPEND="
56 + dev-perl/Mojolicious
57 +"
58 +DEPEND="
59 + ${RDEPEND}
60 +"
61 +SRC_TEST="do"
62
63 diff --git a/dev-perl/Mojolicious-Plugin-Authentication/metadata.xml b/dev-perl/Mojolicious-Plugin-Authentication/metadata.xml
64 new file mode 100644
65 index 0000000..801e938
66 --- /dev/null
67 +++ b/dev-perl/Mojolicious-Plugin-Authentication/metadata.xml
68 @@ -0,0 +1,5 @@
69 +<?xml version="1.0" encoding="UTF-8"?>
70 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 +<pkgmetadata>
72 + <herd>perl</herd>
73 +</pkgmetadata>
74
75 diff --git a/dev-perl/Mojolicious-Plugin-Database/ChangeLog b/dev-perl/Mojolicious-Plugin-Database/ChangeLog
76 new file mode 100644
77 index 0000000..73d730c
78 --- /dev/null
79 +++ b/dev-perl/Mojolicious-Plugin-Database/ChangeLog
80 @@ -0,0 +1,10 @@
81 +# ChangeLog for dev-perl/Mojolicious-Plugin-Database
82 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
83 +# $Header: $
84 +
85 +*Mojolicious-Plugin-Database-1.05 (11 Jan 2012)
86 +
87 + 11 Jan 2012; Michele Beltrame <m@××××××××××.info>
88 + +Mojolicious-Plugin-Database-1.05.ebuild, +metadata.xml:
89 + Initial
90 +
91
92 diff --git a/dev-perl/Mojolicious-Plugin-Database/Mojolicious-Plugin-Database-1.05.ebuild b/dev-perl/Mojolicious-Plugin-Database/Mojolicious-Plugin-Database-1.05.ebuild
93 new file mode 100644
94 index 0000000..80b9d48
95 --- /dev/null
96 +++ b/dev-perl/Mojolicious-Plugin-Database/Mojolicious-Plugin-Database-1.05.ebuild
97 @@ -0,0 +1,21 @@
98 +# Copyright 1999-2012 Gentoo Foundation
99 +# Distributed under the terms of the GNU General Public License v2
100 +# $Header: $
101 +EAPI=4
102 +MODULE_AUTHOR=MADCAT
103 +MODULE_VERSION=1.05
104 +inherit perl-module
105 +
106 +DESCRIPTION='"proper" handling of DBI based connections in Mojolicious'
107 +LICENSE=" Artistic-2"
108 +SLOT="0"
109 +KEYWORDS="~amd64 ~x86"
110 +IUSE=""
111 +RDEPEND="
112 + dev-perl/Mojolicious
113 + dev-perl/DBI
114 +"
115 +DEPEND="
116 + ${RDEPEND}
117 +"
118 +SRC_TEST="do"
119
120 diff --git a/dev-perl/Mojolicious-Plugin-Database/metadata.xml b/dev-perl/Mojolicious-Plugin-Database/metadata.xml
121 new file mode 100644
122 index 0000000..801e938
123 --- /dev/null
124 +++ b/dev-perl/Mojolicious-Plugin-Database/metadata.xml
125 @@ -0,0 +1,5 @@
126 +<?xml version="1.0" encoding="UTF-8"?>
127 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
128 +<pkgmetadata>
129 + <herd>perl</herd>
130 +</pkgmetadata>