summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-perl/Apache-AuthCookie
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-perl/Apache-AuthCookie')
-rw-r--r--dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.180.0-r1.ebuild19
-rw-r--r--dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.220.0.ebuild26
-rw-r--r--dev-perl/Apache-AuthCookie/Manifest2
-rw-r--r--dev-perl/Apache-AuthCookie/metadata.xml18
4 files changed, 65 insertions, 0 deletions
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.180.0-r1.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.180.0-r1.ebuild
new file mode 100644
index 000000000000..c45ffcfac24c
--- /dev/null
+++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.180.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MSCHOUT
+MODULE_VERSION=3.18
+inherit perl-module
+
+DESCRIPTION="Perl Authentication and Authorization via cookies"
+
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=www-apache/mod_perl-2
+ >=dev-perl/Apache-Test-1.32"
+DEPEND="${RDEPEND}"
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.220.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.220.0.ebuild
new file mode 100644
index 000000000000..bc7e2b365b29
--- /dev/null
+++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.220.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MSCHOUT
+MODULE_VERSION=3.22
+inherit perl-module
+
+DESCRIPTION="Perl Authentication and Authorization via cookies"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=www-apache/mod_perl-2
+ >=dev-perl/Apache-Test-1.35
+ >=dev-perl/CGI-3.120.0
+ >=dev-perl/Class-Load-0.30.0
+ >=dev-perl/autobox-1.100.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Apache-AuthCookie/Manifest b/dev-perl/Apache-AuthCookie/Manifest
new file mode 100644
index 000000000000..80527ce1b580
--- /dev/null
+++ b/dev-perl/Apache-AuthCookie/Manifest
@@ -0,0 +1,2 @@
+DIST Apache-AuthCookie-3.18.tar.gz 45265 SHA256 d1c43bd5e94590baa49bd07eb11cebe1124634a4286f3d523fb00ff5f7d57f88 SHA512 b619d62e8d1ca4f361798847ff4e3a4be3d84cd1515ec3d32291fa0d5d3d829942643f05bbf34d1363355cd7554aa65787989e5b2c90ece908b8532eaebeef2c WHIRLPOOL c48bd6496e9ebde3e49c77d7234cccda5d063a2f537204ec593620ea61d692f2434b7037eac24f1da37dd7306fa2d88ca2ff9a35e8c32662ed30333ed23855fb
+DIST Apache-AuthCookie-3.22.tar.gz 48956 SHA256 425d84f0e1d4635021e4e4edc7c88aefc2b3ad5f6cbe000e491e980f2633e537 SHA512 f5272e6adb1a99c8efda8f8f343a366779e45174a6f170af35913aea2d52340aa894e86535aeda4ad77d26f40f20c88b77d9a8404b4388cd0e7f4be40143d297 WHIRLPOOL 72c0daf526edc1c65fb186a3d513d89703d063e1ef65e9956c3b79fd8b8ac4ea2d37884a0afdcbe096082bb3e4e39d5b4611511358ce1329a9e90c7669db1f4f
diff --git a/dev-perl/Apache-AuthCookie/metadata.xml b/dev-perl/Apache-AuthCookie/metadata.xml
new file mode 100644
index 000000000000..60418ccf707a
--- /dev/null
+++ b/dev-perl/Apache-AuthCookie/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <longdescription lang="en">
+ Apache::AuthCookie allows you to intercept a user's first unauthenticated
+ access to a protected document. The user will be presented with a custom
+ form where they can enter authentication credentials. The credentials are
+ posted to the server where AuthCookie verifies them and returns a session
+ key.
+ </longdescription>
+ <upstream>
+ <remote-id type="cpan">Apache-AuthCookie</remote-id>
+ <remote-id type="cpan-module">Apache2::AuthCookie</remote-id>
+ <remote-id type="cpan-module">Apache::AuthCookie</remote-id>
+ <remote-id type="cpan-module">Apache::AuthCookie::Util</remote-id>
+ </upstream>
+</pkgmetadata>