summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_auth_imap2')
-rw-r--r--www-apache/mod_auth_imap2/Manifest1
-rw-r--r--www-apache/mod_auth_imap2/files/10_mod_auth_imap.conf36
-rw-r--r--www-apache/mod_auth_imap2/metadata.xml5
-rw-r--r--www-apache/mod_auth_imap2/mod_auth_imap2-2.2.0.ebuild28
4 files changed, 0 insertions, 70 deletions
diff --git a/www-apache/mod_auth_imap2/Manifest b/www-apache/mod_auth_imap2/Manifest
deleted file mode 100644
index ffb9f08e64b8..000000000000
--- a/www-apache/mod_auth_imap2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mod_auth_imap2-2.2.0.tar.gz 12787 SHA256 9642a13932010b9587d7b2263f21bed29602253bac18cb6c8847385d13d3cce0 SHA512 bfd547bc08b62a7a3ace3a634e5d0ae7ff2c27448c4732e1ee0f9a1b9cdafbdc366dfe3e1eb4edc8cfc37ee6211f8d68b1bbc33278015531519a46249c83c40d WHIRLPOOL 2a39b1720f099a0128dae9e1d80832facabd668baa2f880443bbd67e5d6545fa086122d3e068c85bffd20ba1326d23f9a53652dcbd1d9d8127fe54be2e5be94a
diff --git a/www-apache/mod_auth_imap2/files/10_mod_auth_imap.conf b/www-apache/mod_auth_imap2/files/10_mod_auth_imap.conf
deleted file mode 100644
index c82bf9e04518..000000000000
--- a/www-apache/mod_auth_imap2/files/10_mod_auth_imap.conf
+++ /dev/null
@@ -1,36 +0,0 @@
-<IfDefine AUTH_IMAP>
-LoadModule auth_imap_module modules/mod_auth_imap.so
-
-<Directory /var/www/localhost/htdocs>
- # For Apache 2.2 the mod_auth_basic module is now set to
- # be authoritative, and must be disabled if other modules
- # are used for authentication.
- #AuthBasicAuthoritative Off
-
- # Turn on IMAP Authentication
- #Auth_IMAP_Enabled on
-
- # Give a name to the authentication domain, whatever you want:
- #AuthName "something.com"
-
- # Only basic authentication is supported for now:
- #AuthType Basic
-
- # If you feel like it, restrict the users or allow all "valid-user"
- #Require user user1 user2
-
- # Make IMAP Authentication authoritative for this .htaccess file:
- #Auth_IMAP_Authoritative on
-
- # Set the IMAP Server to which you want to connect (default=localhost):
- #Auth_IMAP_Server imap.something.com
-
- # Set the port on which the imap server is running (default=143):
- #Auth_IMAP_Port 143
-
- # Turn on some extra logging (login attempts, etc.) in Apache's Error Log
- #Auth_IMAP_Log on
-</Directory>
-</IfDefine>
-
-# vim: ts=4 filetype=apache
diff --git a/www-apache/mod_auth_imap2/metadata.xml b/www-apache/mod_auth_imap2/metadata.xml
deleted file mode 100644
index 6f49eba8f496..000000000000
--- a/www-apache/mod_auth_imap2/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/www-apache/mod_auth_imap2/mod_auth_imap2-2.2.0.ebuild b/www-apache/mod_auth_imap2/mod_auth_imap2-2.2.0.ebuild
deleted file mode 100644
index aa36c707af83..000000000000
--- a/www-apache/mod_auth_imap2/mod_auth_imap2-2.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit apache-module
-
-MY_PN="${PN/imap2/imap}"
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="An Apache2 module to provide authentication via an IMAP Mail server"
-HOMEPAGE="http://ben.brillat.net/projects/mod_auth_imap/"
-SRC_URI="http://ben.brillat.net/files/projects/${PN}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APXS2_ARGS="-c ${MY_PN}.c"
-
-APACHE2_MOD_CONF="10_${MY_PN}"
-APACHE2_MOD_DEFINE="AUTH_IMAP"
-APACHE2_MOD_FILE=".libs/${MY_PN}.so"
-
-DOCFILES="CHANGELOG README examples/*"
-
-need_apache2