summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Beltrame <mb@cattlegrid.info>2012-01-11 11:17:40 +0100
committerMichele Beltrame <mb@cattlegrid.info>2012-01-11 11:17:40 +0100
commit55ab00ea7bd7de98a7fafdc0ff4318c0b3f95f71 (patch)
tree5dc78a4ab0569144438279a5ae69a5f886d0c6cd /dev-perl/Mojolicious-Plugin-Authentication
parent[mask] fix comment so I don't make that mistake twice (diff)
downloadperl-overlay-55ab00ea7bd7de98a7fafdc0ff4318c0b3f95f71.tar.gz
perl-overlay-55ab00ea7bd7de98a7fafdc0ff4318c0b3f95f71.tar.bz2
perl-overlay-55ab00ea7bd7de98a7fafdc0ff4318c0b3f95f71.zip
Added M::P::Authentication and M::P::Database
Diffstat (limited to 'dev-perl/Mojolicious-Plugin-Authentication')
-rw-r--r--dev-perl/Mojolicious-Plugin-Authentication/ChangeLog10
-rw-r--r--dev-perl/Mojolicious-Plugin-Authentication/Manifest4
-rw-r--r--dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.20.ebuild20
-rw-r--r--dev-perl/Mojolicious-Plugin-Authentication/metadata.xml5
4 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog b/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog
new file mode 100644
index 000000000..478f8ced1
--- /dev/null
+++ b/dev-perl/Mojolicious-Plugin-Authentication/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Mojolicious-Plugin-Authentication
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Mojolicious-Plugin-Authentication-1.20 (11 Jan 2012)
+
+ 11 Jan 2012; Michele Beltrame <m@cattlegrid.info>
+ +Mojolicious-Plugin-Authentication-1.20.ebuild, +metadata.xml:
+ initial
+
diff --git a/dev-perl/Mojolicious-Plugin-Authentication/Manifest b/dev-perl/Mojolicious-Plugin-Authentication/Manifest
new file mode 100644
index 000000000..60abb5c7b
--- /dev/null
+++ b/dev-perl/Mojolicious-Plugin-Authentication/Manifest
@@ -0,0 +1,4 @@
+DIST Mojolicious-Plugin-Authentication-1.20.tar.gz 16337 RMD160 db475ddf0314939de5737cb7d5d0152f45dccbff SHA1 4ebd7ae8452d4c74781b6ee7e2912fd8356268b8 SHA256 f64b11cf96faab7603f0844a6aac71a4adb99ede00e94998366fc6d0ebeb8d1b
+EBUILD Mojolicious-Plugin-Authentication-1.20.ebuild 381 RMD160 c35e2b41be16b9831b1ba154f0f2071c6d9c9720 SHA1 9308b528dde12d9f051707855106d532283bb62a SHA256 c41b3bf7e9f290c064a5494d499b907ef1d8d432513889faf0043c274b2340ea
+MISC ChangeLog 326 RMD160 8ab60719e0edb23d0965f6096110b6b33abd65fe SHA1 8a2113c00b4fa4405a17617caa6e9648b4a812d6 SHA256 53ce69e4b591590f2515e3594340a4ed6b8313ddcb2605f1b9d65e73a439d034
+MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710
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
new file mode 100644
index 000000000..cca0be0cc
--- /dev/null
+++ b/dev-perl/Mojolicious-Plugin-Authentication/Mojolicious-Plugin-Authentication-1.20.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=MADCAT
+MODULE_VERSION=1.20
+inherit perl-module
+
+DESCRIPTION='A plugin to make authentication a bit easier'
+LICENSE=" Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="
+ dev-perl/Mojolicious
+"
+DEPEND="
+ ${RDEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Mojolicious-Plugin-Authentication/metadata.xml b/dev-perl/Mojolicious-Plugin-Authentication/metadata.xml
new file mode 100644
index 000000000..801e9385a
--- /dev/null
+++ b/dev-perl/Mojolicious-Plugin-Authentication/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+</pkgmetadata>