diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-01 10:00:27 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-01 10:02:02 +0200 |
commit | 755e2e74b59343ea17fa6b7582ced53cd83dfd0f (patch) | |
tree | e9b2954a209e84f61273cbfc9f4cb26e00a65cf5 /www-apache | |
parent | package.mask: remove some masked for removal packages (diff) | |
download | gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.gz gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.bz2 gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.zip |
package.mask: remove some masked for removal packages
Diffstat (limited to 'www-apache')
65 files changed, 0 insertions, 1638 deletions
diff --git a/www-apache/mod_anonymize_ip/Manifest b/www-apache/mod_anonymize_ip/Manifest deleted file mode 100644 index e495ef146fb3..000000000000 --- a/www-apache/mod_anonymize_ip/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_anonymize_ip-0.3.1.tar.gz 4049 SHA256 5ff3cf2098e2ea8f4e9028d028c03bcb876e7eb096ced7c21b281710a26f953d SHA512 43b108d6cb802fb5108d39a9b801d79ef5bf5e02ba0a07f4cd7030c96b74ec323b858b0239107153c9a64e22c061c2ffc9a9f7a3d9a2c03d0f6faa27789f1c6d WHIRLPOOL 259790426ee01dd3ecee7cf2e8901ae40abfa637b0138c0dfa3d03134f43bed575116885ae500eb598c76159ab305ad87d63e7b6cfb0a740c8c96ca2363f2b35 diff --git a/www-apache/mod_anonymize_ip/files/20_mod_anonymize_ip.conf b/www-apache/mod_anonymize_ip/files/20_mod_anonymize_ip.conf deleted file mode 100644 index 258716ad73b2..000000000000 --- a/www-apache/mod_anonymize_ip/files/20_mod_anonymize_ip.conf +++ /dev/null @@ -1,6 +0,0 @@ -<IfDefine ANONYMIZE_IP> -LoadModule anonymize_ip_module modules/mod_anonymize_ip.so -AnonymizeIP 8 -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_anonymize_ip/metadata.xml b/www-apache/mod_anonymize_ip/metadata.xml deleted file mode 100644 index fbd882a9f677..000000000000 --- a/www-apache/mod_anonymize_ip/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">hollow/mod_anonymize_ip</remote-id> - </upstream> -</pkgmetadata> diff --git a/www-apache/mod_anonymize_ip/mod_anonymize_ip-0.3.1.ebuild b/www-apache/mod_anonymize_ip/mod_anonymize_ip-0.3.1.ebuild deleted file mode 100644 index 9b834a40b290..000000000000 --- a/www-apache/mod_anonymize_ip/mod_anonymize_ip-0.3.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit apache-module - -GITHUB_AUTHOR="hollow" -GITHUB_PROJECT="mod_anonymize_ip" -GITHUB_COMMIT="c0d31d0" - -DESCRIPTION="mod_anonymize_ip is a simple module for anonymizing the client IP address" -HOMEPAGE="https://github.com/hollow/mod_anonymize_ip" -SRC_URI="https://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="ANONYMIZE_IP" - -need_apache2_2 - -S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT} diff --git a/www-apache/mod_auth_cookie_mysql2/Manifest b/www-apache/mod_auth_cookie_mysql2/Manifest deleted file mode 100644 index 4e3da3798222..000000000000 --- a/www-apache/mod_auth_cookie_mysql2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_auth_cookie_mysql2_1.0.tar.gz 7406 SHA256 85601beea7a6de0ba8ef466027e6783cebef05c4687dc50460d2fdb06f5babe4 SHA512 66ccffdcbae640c396305506ee588c86ffc937422ac36fc68af1e7977210b4c8a3e8090125facd8acf37667c720853774096d564e02d4ad186d14f714998e5b7 WHIRLPOOL 5ede56d86a10d8cfdf1dd5714c0cb9ea3cdc9c08f99f09575eb95ffb5e9d90b8e6e586d839b252510608376cb67197e000abdc4b2410def81e13b5449d7eeda9 diff --git a/www-apache/mod_auth_cookie_mysql2/files/55_mod_auth_cookie_mysql2.conf b/www-apache/mod_auth_cookie_mysql2/files/55_mod_auth_cookie_mysql2.conf deleted file mode 100644 index 6bb94fa3e742..000000000000 --- a/www-apache/mod_auth_cookie_mysql2/files/55_mod_auth_cookie_mysql2.conf +++ /dev/null @@ -1,95 +0,0 @@ -<IfDefine AUTH_COOKIE_MYSQL2> -LoadModule auth_cookie_mysql2_module modules/mod_auth_cookie_sql2.so - -# MOD_AUTH_COOKIE_MYSQL Configuration section. -# For more information look at the configuration section at -# http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/#configuration - -# The MOD_AUTH_COOKIE_MYSQL2 directives must be inside of a <Directory> -# block to work correctly! -#<Directory "/var/www/localhost/"> - # CookieAuth: Activates this module. - # REQUIRED: Yes - # Options: on|off - #CookieAuth - - # CookieAuth_DBhost: Hostname or IP of the host where MySQL is running on. - # REQUIRED: Yes - # Options: <hostname or IP> - #CookieAuth_DBhost - - # CookieAuth_DBName: Name of the MySQL database. - # REQUIRED: Yes - # Options: <dbname> - #CookieAuth_DBName - - # CookieAuth_DBTable: Table name in database. - # REQUIRED: Yes - # Options: <tbname> - #CookieAuth_DBTable - - # CookieAuth_DBUser: MySQL username with permissions to database and table. - # REQUIRED: Yes - # Options: <username> - #CookieAuth_DBUser - - # CookieAuth_DBPassword: password for user in CookieAuth_DBUser. - # REQUIRED: Yes - # Options: <password> - #CookieAuth_DBPassword - - # CookieAuth_UsernameField: Field in MySQL table where username of session is stored. - # This username is displayed as the "Remote Username" variable "REMOTE_USER" in Apache. - # REQUIRED: Yes - # Options: <fieldname> - #CookieAuth_UsernameField - - # CookieAuth_SessnameField: Field in MySQL table where session name is stored. This is - # the name of the cookie! - # REQUIRED: Yes - # Options: <fieldname> - #CookieAuth_SessnameField - - # CookieAuth_SessvalField: Field in MySQL table where session value (this is the value - # which is compared with the cookie value) is stored. - # REQUIRED: Yes - # Options: <fieldname> - #CookieAuth_SessvalField - - # Cookie_Auth_CookieName: If this option is set, only the cookie with this name is searched. - # If it is not set, this module will search all cookies the browser sends and checks the name - # against the values in the field set with CookieAuth_SessvalField. - # REQUIRED: No - # Options: <name> - #CookieAuth_CookieName - - # Cookie_Auth_ExpiryField: When this option is set, the current time of the webserver is - # compared against this field in the database. This value is in the format of a Unix - # timestamp (time in seconds since 01-01-1970) - # REQUIRED: No - # Options: <fieldname> - #CookieAuth_ExpiryField - - # CookieAuth_RemoteIPField: When this option is set, the remote address of the connected - # client is checked against this field. Only when the remote IP and the stored IP are - # equal will the client be able to authorize. - # REQUIRED: No - # Options: <fieldname> - #CookieAuth_RemoteIPField - - # CookieAuth_FailureURL: Normally, when the authorization fails the client gets an - # "AUTHORIZATION REQUIRED" message from the webserver. With this option set you can - # redirect the client to another URL. - # - # WARNING: This is a normal redirect for the browser. If you want an internal - # redirect where the browser doesn't see the URL it's been redirected to - # you should use the ErrorDocument directive. Example: - # "ErrorDocument 401 /some_error.html" - # - # REQUIRED: No - # Options: <url> - #CookieAuth_FailureURL -#</Directory> -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_auth_cookie_mysql2/metadata.xml b/www-apache/mod_auth_cookie_mysql2/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apache/mod_auth_cookie_mysql2/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_cookie_mysql2/mod_auth_cookie_mysql2-1.0.ebuild b/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-1.0.ebuild deleted file mode 100644 index 3f857ec4c30f..000000000000 --- a/www-apache/mod_auth_cookie_mysql2/mod_auth_cookie_mysql2-1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit apache-module - -DESCRIPTION="An Apache2 backend authentication module that uses cookies and MySQL" -HOMEPAGE="http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/" -SRC_URI="http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/mysql" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P/-/_}" - -APXS2_ARGS="-DMODULE_NAME=mod_auth_cookie_mysql2 -DMODULE_NAME_module=auth_cookie_mysql2_module - -I/usr/include/mysql -lmysqlclient -lz -c mod_auth_cookie_sql2.c mod_auth_cookie_sql2_mysql.c" -APACHE2_MOD_FILE="${S}/.libs/mod_auth_cookie_sql2.so" -APACHE2_MOD_CONF="55_${PN}" -APACHE2_MOD_DEFINE="AUTH_COOKIE_MYSQL2" - -DOCFILES="README" - -need_apache2_2 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 diff --git a/www-apache/mod_auth_mysql/Manifest b/www-apache/mod_auth_mysql/Manifest deleted file mode 100644 index 279999df809e..000000000000 --- a/www-apache/mod_auth_mysql/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_auth_mysql-3.0.0.tar.gz 19257 SHA256 56da2e386583548f2fd9976101633f028d5d4649b46f428ff1d0dd1639efbad4 SHA512 99e71b0df27966b1540be325c2e124e3f09e40b39afbc6757b539309358b9a52dbeae21f16429348db014f136a19b06859e82af7c5bb5130c6cb923138b79fc9 WHIRLPOOL 60538b9fa9d1e6baea874ad5b1fac0ec12e39dd11e465e197275177b6ea01c974baa1ba8d2ede688cf57ee155e80dfd909292b08b9751b372df1616818eabe89 diff --git a/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf b/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf deleted file mode 100644 index f33ced4bdda0..000000000000 --- a/www-apache/mod_auth_mysql/files/12_mod_auth_mysql.conf +++ /dev/null @@ -1,132 +0,0 @@ -<IfDefine AUTH_MYSQL> -LoadModule mysql_auth_module modules/mod_auth_mysql.so - -# mod_auth_mysql can be used to limit access to documents by checking -# data in a MySQL database. - -# This will enable user-based MySQL authentication of everything -# within /home/httpd. You'll need to do the following as the MySQL -# root user beforehand: -# -# CREATE DATABASE auth; -# USE auth; -# CREATE TABLE users ( -# user_name CHAR(30) NOT NULL, -# user_passwd CHAR(20) NOT NULL, -# PRIMARY KEY (user_name) -# ); -# GRANT SELECT -# ON auth.users -# TO authuser@localhost -# IDENTIFIED BY 'PaSsW0Rd'; -# -# INSERT INTO users VALUES ('testuser', ENCRYPT('testpass')); -# -#<Directory /home/httpd> -# # If you want tot make mod_auth_mysql work with apache-2.2, please uncomment -# # the following line: -# #AuthBasicAuthoritative Off -# AuthName "MySQL authenticated zone" -# AuthType Basic -# -# AuthMySQLUser authuser -# AuthMySQLPassword PaSsW0Rd -# AuthMySQLDB auth -# AuthMySQLUserTable users -# AuthMySQLNameField user_name -# AuthMySQLPasswordField user_passwd -# -# require valid-user -#</Directory> - -# This will enable group-based MySQL authentication of everything -# within /home/httpd. You'll need to do the following as the MySQL -# root user beforehand: -# -# CREATE DATABASE auth; -# USE auth; -# CREATE TABLE users ( -# user_name CHAR(30) NOT NULL, -# user_passwd CHAR(20) NOT NULL, -# user_group CHAR(20) NOT NULL, -# PRIMARY KEY (user_name) -# ); -# GRANT SELECT -# ON auth.users -# TO authuser@localhost -# IDENTIFIED BY 'PaSsW0Rd'; -# -# INSERT INTO users VALUES ('testuser', ENCRYPT('testpass'), 'user'); -# INSERT INTO users VALUES ('testadmin', ENCRYPT('testpass'), 'admin'); -# -#<Directory /home/httpd> -# # If you want tot make mod_auth_mysql work with apache-2.2, please uncomment -# # the following line: -# #AuthBasicAuthoritative Off -# AuthName "MySQL group authenticated zone" -# AuthType Basic -# -# AuthMySQLUser authuser -# AuthMySQLPassword PaSsW0Rd -# AuthMySQLDB auth -# AuthMySQLUserTable users -# AuthMySQLNameField user_name -# AuthMySQLPasswordField user_passwd -# AuthMySQLGroupField user_group -# -# require group admin -#</Directory> - -# Like the above this enables group-based MySQL authentication of -# everything within /home/httpd, but this configuration allows users to -# belong to more than one group. You'll need to do the following as -# the MySQL root user beforehand: -# -# CREATE DATABASE auth; -# USE auth; -# CREATE TABLE users ( -# user_name CHAR(30) NOT NULL, -# user_passwd CHAR(20) NOT NULL, -# PRIMARY KEY (user_name) -# ); -# CREATE TABLE groups ( -# user_name CHAR(30) NOT NULL, -# user_group CHAR(20) NOT NULL, -# PRIMARY KEY (user_name, user_group) -# ); -# GRANT SELECT -# ON auth.users -# TO authuser@localhost -# IDENTIFIED BY 'PaSsW0Rd'; -# GRANT SELECT -# ON auth.groups -# TO authuser@localhost -# IDENTIFIED BY 'PaSsW0Rd'; -# -# INSERT INTO users VALUES ('testuser', ENCRYPT('testpass')); -# INSERT INTO groups VALUES ('testuser', 'user'); -# INSERT INTO users VALUES ('testadmin', ENCRYPT('testpass')); -# INSERT INTO groups VALUES ('testadmin', 'admin'); -# INSERT INTO groups VALUES ('testadmin', 'user'); -# -#<Directory /home/httpd> -# # If you want tot make mod_auth_mysql work with apache-2.2, please uncomment -# # the following line: -# #AuthBasicAuthoritative Off -# AuthName "MySQL group authenticated zone" -# AuthType Basic -# -# AuthMySQLUser authuser -# AuthMySQLPassword PaSsW0Rd -# AuthMySQLDB auth -# AuthMySQLUserTable users -# AuthMySQLNameField user_name -# AuthMySQLPasswordField user_passwd -# AuthMySQLGroupTable groups -# AuthMySQLGroupField user_group -# -# require group user -#</Directory> -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_auth_mysql/files/mod_auth_mysql-3.0.0-apache-2.2.patch b/www-apache/mod_auth_mysql/files/mod_auth_mysql-3.0.0-apache-2.2.patch deleted file mode 100644 index 30881f878d23..000000000000 --- a/www-apache/mod_auth_mysql/files/mod_auth_mysql-3.0.0-apache-2.2.patch +++ /dev/null @@ -1,131 +0,0 @@ -Index: mod_auth_mysql-3.0.0/mod_auth_mysql.c -=================================================================== ---- mod_auth_mysql-3.0.0.orig/mod_auth_mysql.c -+++ mod_auth_mysql-3.0.0/mod_auth_mysql.c -@@ -206,7 +206,7 @@ - #define SNPRINTF apr_snprintf - #define PSTRDUP apr_pstrdup - #define PSTRNDUP apr_pstrndup -- #define STRCAT ap_pstrcat -+ #define STRCAT apr_pstrcat - #define POOL apr_pool_t - #include "http_request.h" /* for ap_hook_(check_user_id | auth_checker)*/ - #include "ap_compat.h" -@@ -237,7 +237,7 @@ - #define SNPRINTF ap_snprintf - #define PSTRDUP ap_pstrdup - #define PSTRNDUP ap_pstrndup -- #define STRCAT ap_pstrcat -+ #define STRCAT apr_pstrcat - #define POOL pool - #include <stdlib.h> - #include "ap_sha1.h" -@@ -589,87 +589,87 @@ static void * create_mysql_auth_dir_conf - static - command_rec mysql_auth_cmds[] = { - AP_INIT_TAKE1("AuthMySQLHost", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlhost), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlhost), - OR_AUTHCFG, "mysql server host name"), - - AP_INIT_TAKE1("AuthMySQLPort", ap_set_int_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlport), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlport), - OR_AUTHCFG, "mysql server port number"), - - AP_INIT_TAKE1("AuthMySQLSocket", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlsocket), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlsocket), - OR_AUTHCFG, "mysql server socket path"), - - AP_INIT_TAKE1("AuthMySQLUser", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqluser), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqluser), - OR_AUTHCFG, "mysql server user name"), - - AP_INIT_TAKE1("AuthMySQLPassword", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlpasswd), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlpasswd), - OR_AUTHCFG, "mysql server user password"), - - AP_INIT_TAKE1("AuthMySQLDB", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlDB), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlDB), - OR_AUTHCFG, "mysql database name"), - - AP_INIT_TAKE1("AuthMySQLUserTable", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlpwtable), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlpwtable), - OR_AUTHCFG, "mysql user table name"), - - AP_INIT_TAKE1("AuthMySQLGroupTable", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlgrptable), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlgrptable), - OR_AUTHCFG, "mysql group table name"), - - AP_INIT_TAKE1("AuthMySQLNameField", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlNameField), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlNameField), - OR_AUTHCFG, "mysql User ID field name within User table"), - - AP_INIT_TAKE1("AuthMySQLGroupField", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlGroupField), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlGroupField), - OR_AUTHCFG, "mysql Group field name within table"), - - AP_INIT_TAKE1("AuthMySQLGroupUserNameField", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlGroupUserNameField), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlGroupUserNameField), - OR_AUTHCFG, "mysql User ID field name within Group table"), - - AP_INIT_TAKE1("AuthMySQLPasswordField", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlPasswordField), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlPasswordField), - OR_AUTHCFG, "mysql Password field name within table"), - - AP_INIT_TAKE1("AuthMySQLPwEncryption", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlEncryptionField), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlEncryptionField), - OR_AUTHCFG, "mysql password encryption method"), - - AP_INIT_TAKE1("AuthMySQLSaltField", ap_set_string_slot, -- (void*) APR_XtOffsetOf(mysql_auth_config_rec, mysqlSaltField), -+ (void*) APR_OFFSETOF(mysql_auth_config_rec, mysqlSaltField), - OR_AUTHCFG, "mysql salfe field name within table"), - - /* AP_INIT_FLAG("AuthMySQLKeepAlive", ap_set_flag_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlKeepAlive), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlKeepAlive), - OR_AUTHCFG, "mysql connection kept open across requests if On"), - */ - AP_INIT_FLAG("AuthMySQLAuthoritative", ap_set_flag_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlAuthoritative), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlAuthoritative), - OR_AUTHCFG, "mysql lookup is authoritative if On"), - - AP_INIT_FLAG("AuthMySQLNoPasswd", ap_set_flag_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlNoPasswd), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlNoPasswd), - OR_AUTHCFG, "If On, only check if user exists; ignore password"), - - AP_INIT_FLAG("AuthMySQLEnable", ap_set_flag_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlEnable), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlEnable), - OR_AUTHCFG, "enable mysql authorization"), - - AP_INIT_TAKE1("AuthMySQLUserCondition", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlUserCondition), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlUserCondition), - OR_AUTHCFG, "condition to add to user where-clause"), - - AP_INIT_TAKE1("AuthMySQLGroupCondition", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlGroupCondition), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlGroupCondition), - OR_AUTHCFG, "condition to add to group where-clause"), - - AP_INIT_TAKE1("AuthMySQLCharacterSet", ap_set_string_slot, -- (void *) APR_XtOffsetOf(mysql_auth_config_rec, mysqlCharacterSet), -+ (void *) APR_OFFSETOF(mysql_auth_config_rec, mysqlCharacterSet), - OR_AUTHCFG, "mysql character set to be used"), - - { NULL } diff --git a/www-apache/mod_auth_mysql/files/mod_auth_mysql-3.0.0-htpasswd2-auth-style.patch b/www-apache/mod_auth_mysql/files/mod_auth_mysql-3.0.0-htpasswd2-auth-style.patch deleted file mode 100644 index e7f6eb31ef3f..000000000000 --- a/www-apache/mod_auth_mysql/files/mod_auth_mysql-3.0.0-htpasswd2-auth-style.patch +++ /dev/null @@ -1,35 +0,0 @@ -Index: mod_auth_mysql-3.0.0/mod_auth_mysql.c -=================================================================== ---- mod_auth_mysql-3.0.0.orig/mod_auth_mysql.c -+++ mod_auth_mysql-3.0.0/mod_auth_mysql.c -@@ -288,6 +288,7 @@ static short pw_crypted(POOL * pool, con - static short pw_aes(POOL * pool, const char * real_pw, const char * sent_pw, const char * salt); - #endif - static short pw_sha1(POOL * pool, const char * real_pw, const char * sent_pw, const char * salt); -+static short pw_apr(POOL * pool, const char * real_pw, const char * sent_pw, const char * salt); - static short pw_plain(POOL * pool, const char * real_pw, const char * sent_pw, const char * salt); - - static char * format_remote_host(request_rec * r, char ** parm); -@@ -318,7 +319,8 @@ static encryption encryptions[] = {{"cry - #if _AES - {"aes", SALT_REQUIRED, pw_aes}, - #endif -- {"sha1", NO_SALT, pw_sha1}}; -+ {"sha1", NO_SALT, pw_sha1}, -+ {"apr", NO_SALT, pw_apr}}; - typedef struct { /* User formatting patterns */ - char pattern; /* Pattern to match */ - char * (*func)(request_rec * r, char ** parm); -@@ -856,6 +858,12 @@ static short pw_sha1(POOL * pool, const - return strcasecmp(bin2hex(pool, scrambled_sent_pw, enc_len), real_pw) == 0; - } - -+/* checks passwords from htpasswd */ -+static short pw_apr(POOL * pool, const char * real_pw, const char * sent_pw, const char * salt) { -+ /* apr_password_validate will do the job */ -+ return apr_password_validate(sent_pw, real_pw) == APR_SUCCESS; -+} -+ - /* checks plain text passwords */ - static short pw_plain(POOL * pool, const char * real_pw, const char * sent_pw, const char * salt) { - return strcmp(real_pw, sent_pw) == 0; diff --git a/www-apache/mod_auth_mysql/metadata.xml b/www-apache/mod_auth_mysql/metadata.xml deleted file mode 100644 index c247b24b6daf..000000000000 --- a/www-apache/mod_auth_mysql/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>mysql-bugs@gentoo.org</email> - <name>MySQL</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">modauthmysql</remote-id> - </upstream> -</pkgmetadata> diff --git a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r3.ebuild b/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r3.ebuild deleted file mode 100644 index f6772bc9fc68..000000000000 --- a/www-apache/mod_auth_mysql/mod_auth_mysql-3.0.0-r3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit apache-module eutils multilib - -DESCRIPTION="Basic authentication for Apache using a MySQL database" -HOMEPAGE="http://modauthmysql.sourceforge.net/" -SRC_URI="mirror://sourceforge/modauthmysql/${P}.tar.gz" - -LICENSE="Apache-1.1" -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="" - -DEPEND="virtual/mysql - sys-libs/zlib" -RDEPEND="${DEPEND} - !www-apache/mod-auth-mysql" - -APXS2_ARGS="-c -I/usr/include/mysql -L/usr/$(get_libdir)/mysql -Wl,-R/usr/$(get_libdir)/mysql -lmysqlclient_r -lm -lz ${PN}.c" -APACHE2_MOD_CONF="12_${PN}" -APACHE2_MOD_DEFINE="AUTH_MYSQL" - -DOCFILES="README CONFIGURE" - -need_apache2_2 - -src_prepare() { - epatch "${FILESDIR}/${P}-apache-2.2.patch" - epatch "${FILESDIR}/${P}-htpasswd2-auth-style.patch" -} diff --git a/www-apache/mod_auth_nufw/Manifest b/www-apache/mod_auth_nufw/Manifest deleted file mode 100644 index 92df414c9454..000000000000 --- a/www-apache/mod_auth_nufw/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_auth_nufw-2.2.2.tar.bz2 35865 SHA256 10a779a7cd6eb1ad6f40ec385e2f58e65f280a6c91916c5616ec3fbac8ab9d13 SHA512 14516497b71bc706c163ecda334887d5dab46e62689074f9e658b76fa01da97751e47b8e561b234ef2067cee7820bbdfbc00838046e1e8f861af3b7de46cc101 WHIRLPOOL 0b692827b3e9a5964704335887a48544ff1189342e8524bf4c1ecd97ba770cabd54a2a6f13a995659b1eaface7509d5c9b76f9cbed9d5282fca550c4acf16fac diff --git a/www-apache/mod_auth_nufw/files/50_mod_auth_nufw.conf b/www-apache/mod_auth_nufw/files/50_mod_auth_nufw.conf deleted file mode 100644 index 6897d3b6b5ac..000000000000 --- a/www-apache/mod_auth_nufw/files/50_mod_auth_nufw.conf +++ /dev/null @@ -1,5 +0,0 @@ -<IfDefine AUTH_NUFW> -LoadModule mod_auth_nufw modules/mod_auth_nufw.so -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_auth_nufw/metadata.xml b/www-apache/mod_auth_nufw/metadata.xml deleted file mode 100644 index 9ca007bf8d85..000000000000 --- a/www-apache/mod_auth_nufw/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription>A NuFW authentication module for apache</longdescription> -</pkgmetadata> diff --git a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild b/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild deleted file mode 100644 index fb244268225d..000000000000 --- a/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit autotools confutils apache-module - -DESCRIPTION="A NuFW authentication module for Apache" -HOMEPAGE="http://software.inl.fr/trac/wiki/EdenWall/mod_auth_nufw" -SRC_URI="http://software.inl.fr/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+mysql postgres" - -DEPEND="mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql[server] )" -RDEPEND="${DEPEND}" - -APACHE2_MOD_FILE="mod_auth_nufw.so" -APACHE2_MOD_CONF="50_${PN}" -APACHE2_MOD_DEFINE="AUTH_NUFW" - -DOCFILES="doc/mod_auth_nufw.html" - -need_apache2_2 - -pkg_setup() { - confutils_require_one mysql postgres -} - -src_prepare() { - eautoreconf -} - -src_configure() { - CPPFLAGS="-I$(/usr/bin/apr-1-config --includedir) ${CPPFLAGS}" \ - econf \ - --with-apache22 \ - $(use_with mysql) \ - || die "econf failed" -} - -src_compile() { - emake || die "emake failed" -} diff --git a/www-apache/mod_auth_token/Manifest b/www-apache/mod_auth_token/Manifest deleted file mode 100644 index 987da8c92325..000000000000 --- a/www-apache/mod_auth_token/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_auth_token-1.0.6-beta.tar.gz 555111 SHA256 10888bde6aa42cfce34a593eabe7f582dcabe6fca814e2496c06fdf444334ee9 SHA512 d6d30902bab7f1a589ec9383e64c1d3aa869df906c26d8c9fc5efe25b3fed15ed6481345332fc46082bbcc8e09fa13237a5ec7ee8a1649667b0c73f0585658c4 WHIRLPOOL a734c7c59275f4bd69b7291ffcb11a6fce505fd10ac5f2c8fce7e0315558965d32cb603266015358a523658b99ac5b9f6e7ebb2549f111de6bf2f11c7d96af0a diff --git a/www-apache/mod_auth_token/files/75_mod_auth_token.conf b/www-apache/mod_auth_token/files/75_mod_auth_token.conf deleted file mode 100644 index 3962fc66a708..000000000000 --- a/www-apache/mod_auth_token/files/75_mod_auth_token.conf +++ /dev/null @@ -1,26 +0,0 @@ -<IfDefine AUTH_TOKEN> - - LoadModule auth_token_module modules/mod_auth_token.so - - # The token is an hex-encoded MD5 hash of the secret password, relative file - # path and the timestamp. It is encoded onto the URI as: - # <uri-prefix><token>/<timestamp-in-hex><rel-path - # where the token is generated as - # md5("secret" + "/path/to/file.txt" + dechex(time_now())) - # To add the IP of client into the in the md5 hash, enable AuthTokenLimitByIp. - - #<Location /protected/> - #AuthTokenSecret "secret" - #AuthTokenPrefix /protected/ - #AuthTokenTimeout 60 - #AuthTokenLimitByIp off - #</Location> - - # Example: - # /protected/dee0ed6174a894113d5e8f6c98f0e92b/43eaf9c5/path/to/file.txt - # maps to - # /protected/path/to/file.txt - -</IfDefine> - -# vim: ts=4 filetype=apache
\ No newline at end of file diff --git a/www-apache/mod_auth_token/files/mod_auth_token-1.0.6_beta-ap_pstrcat.patch b/www-apache/mod_auth_token/files/mod_auth_token-1.0.6_beta-ap_pstrcat.patch deleted file mode 100644 index 54a00e072fa4..000000000000 --- a/www-apache/mod_auth_token/files/mod_auth_token-1.0.6_beta-ap_pstrcat.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: mod_auth_token/mod_auth_token.c -=================================================================== ---- mod_auth_token.orig/mod_auth_token.c -+++ mod_auth_token/mod_auth_token.c -@@ -64,7 +64,7 @@ static const char *auth_token_set_prefix - auth_token_config_rec *conf = (auth_token_config_rec*)config; - - if (arg[len - 1] != '/') { -- ap_set_string_slot(cmd, config, apr_pstrcat(cmd->pool, arg, '/')); -+ ap_set_string_slot(cmd, config, apr_pstrcat(cmd->pool, arg, "/", NULL)); - conf->prefix_len = len + 1; - } - else { diff --git a/www-apache/mod_auth_token/metadata.xml b/www-apache/mod_auth_token/metadata.xml deleted file mode 100644 index 040dfc913736..000000000000 --- a/www-apache/mod_auth_token/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>pavel.stratil-jun@fenix.cz</email> - <description>Proxied co-maintainer assign bugs to him</description> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="google-code">mod-auth-token</remote-id> - </upstream> -</pkgmetadata> diff --git a/www-apache/mod_auth_token/mod_auth_token-1.0.6_beta.ebuild b/www-apache/mod_auth_token/mod_auth_token-1.0.6_beta.ebuild deleted file mode 100644 index cf9132258bdd..000000000000 --- a/www-apache/mod_auth_token/mod_auth_token-1.0.6_beta.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit apache-module eutils - -MY_P="${PN}-${PV/_/-}" -DESCRIPTION="Token based URI access module for Apache2" -HOMEPAGE="https://code.google.com/p/mod-auth-token/" -SRC_URI="https://mod-auth-token.googlecode.com/files/${MY_P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -APACHE2_MOD_CONF="75_${PN}" -APACHE2_MOD_DEFINE="AUTH_TOKEN" - -need_apache2_2 - -S="${WORKDIR}/${PN}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ap_pstrcat.patch -} - -src_compile() { - local flag= - APXS2_ARGS= - - for flag in ${CFLAGS}; do - APXS2_ARGS+=" -Wc,${flag}" - done - - for flag in ${LDFLAGS}; do - APXS2_ARGS+=" -Wl,${flag}" - done - - APXS2_ARGS="${APXS2_ARGS} -c ${PN}.c" - apache-module_src_compile -} diff --git a/www-apache/mod_cband/Manifest b/www-apache/mod_cband/Manifest deleted file mode 100644 index 3f96e5e5ec52..000000000000 --- a/www-apache/mod_cband/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod-cband-0.9.7.5.tgz 70713 SHA256 6fd9024354153cc52538c81986afc18c1ff9395523bbe096f1810903fa7528ab SHA512 71b6b9946c24a7f424746c8f9add721ed1a14681b97a3d41115fbc228b83dba7068089f48d8acc41b108117f4abe3f0b55a77af0faefd0c84975e7003607714a WHIRLPOOL 4494e07f0b27f34932df45f2790335548af34c77caae5074e626f45c29feb0d1214deb9b34dfea62c756f9e6d92dd88211216beb673af3e1cd17c42f1e06e10b diff --git a/www-apache/mod_cband/files/10_mod_cband.conf b/www-apache/mod_cband/files/10_mod_cband.conf deleted file mode 100644 index 7f038889c62f..000000000000 --- a/www-apache/mod_cband/files/10_mod_cband.conf +++ /dev/null @@ -1,37 +0,0 @@ -# This file only loads mod_cband and enables /cband-status page. -# For examples please consult the vhosts.conf.example.gz, -# vhosts2.conf.example.gz and vhosts3.conf.example.gz files installed in -# /usr/share/doc/mod_cband-*/ - -<IfDefine CBAND> -LoadModule cband_module modules/mod_cband.so - -<Location /cband-status> - SetHandler cband-status -</Location> - -# Some defaults: -#CBandDefaultExceededURL http://www.google.com -#CBandScoreFlushPeriod 100 - -# And in virtual host configuration to limit it's speed: -#<VirtualHost *:80> -# DocumentRoot /var/www/example.com/htdocs -# ServerName www.example.com -# <IfModule mod_cband.c> -# CBandLimit 600M -# CBandExceededURL http://www.example.com/ex1.html -# CBandScoreboard /var/run/mod_cband.example.com.scoreboard -# CBandPeriod 200S -# -# # 100kb/s, 10 request/s, max 5 connections -# CBandSpeed 100kb 10 5 -# -# # 10kb/s, 3 request/s -> speed limit for any remote client, max 5 connections -# CBandRemoteSpeed 10kb/s 3 5 -# </IfModule> -#</VirtualHost> - -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_cband/metadata.xml b/www-apache/mod_cband/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apache/mod_cband/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_cband/mod_cband-0.9.7.5.ebuild b/www-apache/mod_cband/mod_cband-0.9.7.5.ebuild deleted file mode 100644 index 357254d05413..000000000000 --- a/www-apache/mod_cband/mod_cband-0.9.7.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit apache-module - -KEYWORDS="amd64 x86" - -DESCRIPTION="Apache2 bandwidth quota and throttling module" -HOMEPAGE="http://codee.pl/cband.html" -SRC_URI="http://cband.linux.pl/download/mod-cband-${PV}.tgz" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/mod-cband-${PV}" - -DOCFILES="conf/vhosts3.conf.example \ - conf/vhosts2.conf.example \ - conf/vhosts.conf.example \ - Changes AUTHORS doc/*" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="CBAND" - -APXS2_ARGS="-DDST_CLASS=3 -c ${PN}.c" - -need_apache2_2 diff --git a/www-apache/mod_fastcgi/Manifest b/www-apache/mod_fastcgi/Manifest deleted file mode 100644 index 27d71ff29c38..000000000000 --- a/www-apache/mod_fastcgi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_fastcgi-SNAP-0910052141.tar.gz 103255 SHA256 e6564ae206284806c781834e9e89aa4b0a4dd647b45c6da5cc389c65a984bdc7 SHA512 4ab909bb26104542d44490a30f2a77f71c7f4345902f00e06424f03bbf81858a72a713580ee6081088e6d5154f702a155d25b675111371c087c122ef6d181d95 WHIRLPOOL d576eda007ce0ae598501877abbe34e407d2335d3feedd096b930a8cd7da65107efb906bd5fa75cafc30d9c2bb7bbe7a09bfaa27d40d6812b4db02514276dfd0 diff --git a/www-apache/mod_fastcgi/files/20_mod_fastcgi.conf b/www-apache/mod_fastcgi/files/20_mod_fastcgi.conf deleted file mode 100644 index 583524b568ae..000000000000 --- a/www-apache/mod_fastcgi/files/20_mod_fastcgi.conf +++ /dev/null @@ -1,6 +0,0 @@ -<IfDefine FASTCGI> -LoadModule fastcgi_module modules/mod_fastcgi.so -AddHandler fastcgi-script fcg fcgi fpl -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_fastcgi/files/mod_fastcgi-compile-against-apache2.4.patch b/www-apache/mod_fastcgi/files/mod_fastcgi-compile-against-apache2.4.patch deleted file mode 100644 index 417c03ef83b1..000000000000 --- a/www-apache/mod_fastcgi/files/mod_fastcgi-compile-against-apache2.4.patch +++ /dev/null @@ -1,137 +0,0 @@ -Index: libapache-mod-fastcgi/fcgi.h -=================================================================== ---- libapache-mod-fastcgi.orig/fcgi.h 2012-03-07 14:29:04.005720240 +0100 -+++ libapache-mod-fastcgi/fcgi.h 2012-03-07 14:29:07.830566657 +0100 -@@ -34,6 +34,10 @@ - #define APACHE2 - #endif - -+#ifdef AP_DECLARE_MODULE -+#define APACHE24 -+#endif -+ - #ifdef APACHE2 - - #include <sys/stat.h> -@@ -57,10 +61,16 @@ - #define XtOffsetOf APR_OFFSETOF - #define ap_select select - -+#ifdef APACHE24 -+#define unixd_config ap_unixd_config -+#endif -+ -+#ifdef APACHE2 - #define ap_user_id unixd_config.user_id - #define ap_group_id unixd_config.group_id - #define ap_user_name unixd_config.user_name - #define ap_suexec_enabled unixd_config.suexec_enabled -+#endif - - #ifndef S_ISDIR - #define S_ISDIR(m) (((m)&(S_IFMT)) == (S_IFDIR)) -@@ -365,42 +375,42 @@ - #ifdef APACHE2 - - #ifdef WIN32 --#define FCGI_LOG_EMERG __FILE__,__LINE__,APLOG_EMERG,APR_FROM_OS_ERROR(GetLastError()) --#define FCGI_LOG_ALERT __FILE__,__LINE__,APLOG_ALERT,APR_FROM_OS_ERROR(GetLastError()) --#define FCGI_LOG_CRIT __FILE__,__LINE__,APLOG_CRIT,APR_FROM_OS_ERROR(GetLastError()) --#define FCGI_LOG_ERR __FILE__,__LINE__,APLOG_ERR,APR_FROM_OS_ERROR(GetLastError()) --#define FCGI_LOG_WARN __FILE__,__LINE__,APLOG_WARNING,APR_FROM_OS_ERROR(GetLastError()) --#define FCGI_LOG_NOTICE __FILE__,__LINE__,APLOG_NOTICE,APR_FROM_OS_ERROR(GetLastError()) --#define FCGI_LOG_INFO __FILE__,__LINE__,APLOG_INFO,APR_FROM_OS_ERROR(GetLastError()) --#define FCGI_LOG_DEBUG __FILE__,__LINE__,APLOG_DEBUG,APR_FROM_OS_ERROR(GetLastError()) -+#define FCGI_LOG_EMERG APLOG_MARK,APLOG_EMERG,APR_FROM_OS_ERROR(GetLastError()) -+#define FCGI_LOG_ALERT APLOG_MARK,APLOG_ALERT,APR_FROM_OS_ERROR(GetLastError()) -+#define FCGI_LOG_CRIT APLOG_MARK,APLOG_CRIT,APR_FROM_OS_ERROR(GetLastError()) -+#define FCGI_LOG_ERR APLOG_MARK,APLOG_ERR,APR_FROM_OS_ERROR(GetLastError()) -+#define FCGI_LOG_WARN APLOG_MARK,APLOG_WARNING,APR_FROM_OS_ERROR(GetLastError()) -+#define FCGI_LOG_NOTICE APLOG_MARK,APLOG_NOTICE,APR_FROM_OS_ERROR(GetLastError()) -+#define FCGI_LOG_INFO APLOG_MARK,APLOG_INFO,APR_FROM_OS_ERROR(GetLastError()) -+#define FCGI_LOG_DEBUG APLOG_MARK,APLOG_DEBUG,APR_FROM_OS_ERROR(GetLastError()) - #else /* !WIN32 */ --#define FCGI_LOG_EMERG __FILE__,__LINE__,APLOG_EMERG,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_ALERT __FILE__,__LINE__,APLOG_ALERT,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_CRIT __FILE__,__LINE__,APLOG_CRIT,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_ERR __FILE__,__LINE__,APLOG_ERR,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_WARN __FILE__,__LINE__,APLOG_WARNING,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_NOTICE __FILE__,__LINE__,APLOG_NOTICE,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_INFO __FILE__,__LINE__,APLOG_INFO,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_DEBUG __FILE__,__LINE__,APLOG_DEBUG,APR_FROM_OS_ERROR(errno) --#endif -- --#define FCGI_LOG_EMERG_ERRNO __FILE__,__LINE__,APLOG_EMERG,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_ALERT_ERRNO __FILE__,__LINE__,APLOG_ALERT,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_CRIT_ERRNO __FILE__,__LINE__,APLOG_CRIT,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_ERR_ERRNO __FILE__,__LINE__,APLOG_ERR,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_WARN_ERRNO __FILE__,__LINE__,APLOG_WARNING,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_NOTICE_ERRNO __FILE__,__LINE__,APLOG_NOTICE,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_INFO_ERRNO __FILE__,__LINE__,APLOG_INFO,APR_FROM_OS_ERROR(errno) --#define FCGI_LOG_DEBUG_ERRNO __FILE__,__LINE__,APLOG_DEBUG,APR_FROM_OS_ERROR(errno) -- --#define FCGI_LOG_EMERG_NOERRNO __FILE__,__LINE__,APLOG_EMERG,0 --#define FCGI_LOG_ALERT_NOERRNO __FILE__,__LINE__,APLOG_ALERT,0 --#define FCGI_LOG_CRIT_NOERRNO __FILE__,__LINE__,APLOG_CRIT,0 --#define FCGI_LOG_ERR_NOERRNO __FILE__,__LINE__,APLOG_ERR,0 --#define FCGI_LOG_WARN_NOERRNO __FILE__,__LINE__,APLOG_WARNING,0 --#define FCGI_LOG_NOTICE_NOERRNO __FILE__,__LINE__,APLOG_NOTICE,0 --#define FCGI_LOG_INFO_NOERRNO __FILE__,__LINE__,APLOG_INFO,0 --#define FCGI_LOG_DEBUG_NOERRNO __FILE__,__LINE__,APLOG_DEBUG,0 -+#define FCGI_LOG_EMERG APLOG_MARK,APLOG_EMERG,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_ALERT APLOG_MARK,APLOG_ALERT,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_CRIT APLOG_MARK,APLOG_CRIT,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_ERR APLOG_MARK,APLOG_ERR,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_WARN APLOG_MARK,APLOG_WARNING,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_NOTICE APLOG_MARK,APLOG_NOTICE,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_INFO APLOG_MARK,APLOG_INFO,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_DEBUG APLOG_MARK,APLOG_DEBUG,APR_FROM_OS_ERROR(errno) -+#endif -+ -+#define FCGI_LOG_EMERG_ERRNO APLOG_MARK,APLOG_EMERG,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_ALERT_ERRNO APLOG_MARK,APLOG_ALERT,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_CRIT_ERRNO APLOG_MARK,APLOG_CRIT,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_ERR_ERRNO APLOG_MARK,APLOG_ERR,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_WARN_ERRNO APLOG_MARK,APLOG_WARNING,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_NOTICE_ERRNO APLOG_MARK,APLOG_NOTICE,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_INFO_ERRNO APLOG_MARK,APLOG_INFO,APR_FROM_OS_ERROR(errno) -+#define FCGI_LOG_DEBUG_ERRNO APLOG_MARK,APLOG_DEBUG,APR_FROM_OS_ERROR(errno) -+ -+#define FCGI_LOG_EMERG_NOERRNO APLOG_MARK,APLOG_EMERG,0 -+#define FCGI_LOG_ALERT_NOERRNO APLOG_MARK,APLOG_ALERT,0 -+#define FCGI_LOG_CRIT_NOERRNO APLOG_MARK,APLOG_CRIT,0 -+#define FCGI_LOG_ERR_NOERRNO APLOG_MARK,APLOG_ERR,0 -+#define FCGI_LOG_WARN_NOERRNO APLOG_MARK,APLOG_WARNING,0 -+#define FCGI_LOG_NOTICE_NOERRNO APLOG_MARK,APLOG_NOTICE,0 -+#define FCGI_LOG_INFO_NOERRNO APLOG_MARK,APLOG_INFO,0 -+#define FCGI_LOG_DEBUG_NOERRNO APLOG_MARK,APLOG_DEBUG,0 - - #else /* !APACHE2 */ - -Index: libapache-mod-fastcgi/mod_fastcgi.c -=================================================================== ---- libapache-mod-fastcgi.orig/mod_fastcgi.c 2012-03-07 14:29:04.017047773 +0100 -+++ libapache-mod-fastcgi/mod_fastcgi.c 2012-03-07 14:29:07.841272721 +0100 -@@ -97,6 +97,10 @@ - } while (0) - #endif - -+#ifdef APACHE24 -+module AP_MODULE_DECLARE_DATA fastcgi_module; -+#endif -+ - /* - * Global variables - */ -@@ -3014,7 +3018,11 @@ - ap_hook_fixups(fixups, NULL, NULL, APR_HOOK_MIDDLE); - } - -+#ifdef APACHE24 -+AP_DECLARE_MODULE(fastcgi) = -+#else - module AP_MODULE_DECLARE_DATA fastcgi_module = -+#endif - { - STANDARD20_MODULE_STUFF, - fcgi_config_create_dir_config, /* per-directory config creator */ diff --git a/www-apache/mod_fastcgi/metadata.xml b/www-apache/mod_fastcgi/metadata.xml deleted file mode 100644 index 097975e3adc2..000000000000 --- a/www-apache/mod_fastcgi/metadata.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -</pkgmetadata> diff --git a/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0910052141-r1.ebuild b/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0910052141-r1.ebuild deleted file mode 100644 index d5996fdca329..000000000000 --- a/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0910052141-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -inherit apache-module eutils - -MY_P="${PN}-SNAP-${PV/2.4.7_pre/}" -DESCRIPTION="FastCGI is a open extension to CGI without the limitations of server specific APIs" -HOMEPAGE="http://fastcgi.com/" -SRC_URI="http://www.fastcgi.com/dist/${MY_P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -SLOT="0" -LICENSE="mod_fastcgi" -IUSE="" - -APXS2_ARGS="-c mod_fastcgi.c fcgi*.c" -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI" - -DOCFILES="CHANGES README docs/LICENSE.TERMS docs/mod_fastcgi.html" - -S="${WORKDIR}/${MY_P}" - -need_apache2 - -src_prepare() { - epatch "${FILESDIR}/${PN}-compile-against-apache2.4.patch" -} diff --git a/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0910052141.ebuild b/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0910052141.ebuild deleted file mode 100644 index d65fe5fa09a2..000000000000 --- a/www-apache/mod_fastcgi/mod_fastcgi-2.4.7_pre0910052141.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit apache-module - -MY_P="${PN}-SNAP-${PV/2.4.7_pre/}" - -DESCRIPTION="FastCGI is a open extension to CGI without the limitations of server specific APIs" -HOMEPAGE="http://fastcgi.com/" -SRC_URI="http://www.fastcgi.com/dist/${MY_P}.tar.gz" - -KEYWORDS="amd64 x86" -SLOT="0" -LICENSE="mod_fastcgi" -IUSE="" - -APXS2_ARGS="-c mod_fastcgi.c fcgi*.c" -APACHE2_MOD_CONF="20_${PN}" -APACHE2_MOD_DEFINE="FASTCGI" - -DOCFILES="CHANGES README docs/LICENSE.TERMS docs/mod_fastcgi.html" - -S="${WORKDIR}/${MY_P}" - -need_apache2_2 diff --git a/www-apache/mod_ftpd/Manifest b/www-apache/mod_ftpd/Manifest deleted file mode 100644 index e1bc0b357b17..000000000000 --- a/www-apache/mod_ftpd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_ftpd-0.14.tar.bz2 330410 SHA256 f36d3b65a5a200fca0c58e453246635e0f8e94c7f870d2b2f1946fa4a8b06d09 SHA512 0273fc3ada34556b1d0483f5f16d5ba119d373d99b597a46d7a8314c19cc4581b224cf43ffc99fd2a420dfc4656b7c9244c320105bc75744c5ff167306c28e56 WHIRLPOOL dd565df65794349cf989ac4d7a68fb5214e77fe10ee5459b585ca93e409a6a930e7e2f8994e4b92e9898cb0d013a71ab9031ea1d1e7c5b7cda10f790cec7476a diff --git a/www-apache/mod_ftpd/files/0.14-r1/45_mod_ftpd.conf b/www-apache/mod_ftpd/files/0.14-r1/45_mod_ftpd.conf deleted file mode 100644 index ab6b39e8ee2a..000000000000 --- a/www-apache/mod_ftpd/files/0.14-r1/45_mod_ftpd.conf +++ /dev/null @@ -1,51 +0,0 @@ -<IfDefine FTPD> -LoadModule ftpd_module modules/mod_ftpd.so - -# Load any of the provider modules here (for user specific chroots) -#LoadModule ftpd_dbm_module modules/mod_ftpd_dbm.so -#LoadModule ftpd_dbi_module modules/mod_ftpd_dbi.so -LoadModule ftpd_default_module modules/mod_ftpd_default.so -#LoadModule ftpd_fail_module modules/mod_ftpd_fail.so - -Listen 21 -<VirtualHost *:21> - DocumentRoot /home/ftp - FtpProtocol On - FtpShowRealPermissions Off - FtpAllowActive On - FtpPasvMinPort 1024 - FtpPasvMaxPort 65535 - FtpLimitOrder default - FtpDefaultMaxLogins 100 - - <Directory /home/ftp> - Anonymous_NoUserID Off - Anonymous_MustGiveEmail Off - Anonymous_VerifyEmail Off - Anonymous_LogEmail Off - Anonymous anonymous - AuthName ftp - AuthType Basic - Require valid-user - Order allow,deny - Allow from all - </Directory> - - # only allow changing, retrieving files, and listing on the site - <Location /> - <LimitExcept CHDIR GET LIST> - Deny from all - </LimitExcept> - </Location> - - # allow making directories, listing, chdir, and uploading files. - # But don't allow retrieving files. - <Location /upload> - <LimitExcept LIST PUT MKCOL CHDIR> - Deny from all - </LimitExcept> - </Location> -</VirtualHost> -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_ftpd/metadata.xml b/www-apache/mod_ftpd/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apache/mod_ftpd/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_ftpd/mod_ftpd-0.14-r1.ebuild b/www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild deleted file mode 100644 index c4453c5ea902..000000000000 --- a/www-apache/mod_ftpd/mod_ftpd-0.14-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit apache-module - -DESCRIPTION="Apache2 module which provides an FTP server" -HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_ftpd/" -SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="dbi gdbm" - -DEPEND="dbi? ( dev-db/libdbi ) - gdbm? ( sys-libs/gdbm )" -RDEPEND="${DEPEND}" - -APACHE2_EXECFILES="providers/*/.libs/*.so" -APACHE2_MOD_CONF="0.14-r1/45_${PN}" -APACHE2_MOD_DEFINE="FTPD" - -DOCFILES="docs/manual.html AUTHORS ChangeLog NOTICE README TODO" - -need_apache2_2 - -src_prepare() { - sed -i -e 's/-Wc,-Werror//' Makefile.in providers/*/Makefile.in -} - -src_configure() { - local providers="default fail" - - use dbi && providers="dbi ${providers}" - use gdbm && providers="dbm ${providers}" - - econf \ - --with-apxs=${APXS} \ - --enable-providers="${providers}" \ - || die "econf failed" - } - -src_compile() { - emake || die "emake failed" -} diff --git a/www-apache/mod_layout/Manifest b/www-apache/mod_layout/Manifest deleted file mode 100644 index 58dc3346f5f4..000000000000 --- a/www-apache/mod_layout/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_layout-5.1.tar.gz 12798 SHA256 d00299e3aae38704096477377d20a5c5bcc32fe7802044358a79a31248cd23c6 SHA512 c4a9273da116a1c21356bbd3c8abd6b6ff82604fb5b5a01fd72e41ef8cc77427ad12d395436af894f4b10a227025d1dd45f68150ae6bad073d60820ac6753014 WHIRLPOOL b9966f313c134b6a498793bb2cc8a6a93ab7f604ad62ebee1d23821195265e7c97715172f5481e1ca204790bb112272f8b410a861b54b8f7838523862823ad8f diff --git a/www-apache/mod_layout/files/15_mod_layout.conf b/www-apache/mod_layout/files/15_mod_layout.conf deleted file mode 100644 index 5e652ae1cab1..000000000000 --- a/www-apache/mod_layout/files/15_mod_layout.conf +++ /dev/null @@ -1,148 +0,0 @@ -<IfDefine LAYOUT> -LoadModule layout_module modules/mod_layout.so - -<Directory /home/*/public_html> -# This default configuration adds a footer to every html page in ~user -# "Powered by Gentoo Linux" - -# Enable the filter for all text/html pages -# use LayoutHandler for Apache1 and AddOutputFilter for Apache2 -#LayoutHandler text/html -#AddOutputFilterByType LAYOUT text/html - -# This directives makes sure that all Layout headers and footers -# get Cache-Control: no-cache methods in all situations. This -# directive either takes On or Off." -# LayoutCacheNeeded - -# A URI which prints the header contents. -# LayoutHeader - -# A URI which prints the footer contents. -LayoutFooter "<p>Powered by <a href='http://www.gentoo.org'>Gentoo Linux</a></p>" - -# Add a layout to be inserted when a tag is found, this takes two -# options, with a third optional parameter. The first is a pattern, -# the second is the layout and the third is how the layout should be -# inserts (either prepend, append, or replace). The default is to -# replace. -# Layout "<-- replace_me -->" "<p>Visit: <a href=http://www.gentoo.org/>Gentoo Linux</a></p>" replace - -# Enter a URI that should be ignored, regular expressions are allowed. -# LayoutIgnoreURI - -# Enter a URI that should be ignored by the header, regular expressions -# are allowed. -# LayoutIgnoreHeaderURI - -# Enter a URI that should be ignored by the HTTPHeader, regular -# expressions are allowed. -# LayoutIgnoreHTTPHeaderURI - -# Enter a URI that should be ignored by the footer, regular expressions -# are allowed. -# LayoutIgnoreFooterURI - -# This can either be On or Off (default it Off). It places HTML comments -# in the outbound text describing when and where mod_layout has been -# inserting text. -LayoutComment On - -# This can either be On or Off (default it Off). This is both -# experimental and probably quite broke. -# LayoutProxy - -# This can either be On or Off (default it On). When off the original -# document is not displayed. -# LayoutDisplayOriginal - -# Turns On (default) or Off a list of standard types to handle. -# LayoutDefaultHandlers - -# This takes a SSI style timme format that can be used to change the -# output by mod_layout's internal TIME environmental variables that -# it introduces. -# LayoutTimeFormat - -# Takes a URI to call for the HTTP Header. -# LayoutHTTPHeader - -# Specify handlers that mod_layout should produce HTTP headers for. -# LayoutHTTPOverrideHandler - -# Specify URI's that mod_layout should produce HTTP headers for. -# LayoutHTTPOverrideURI - -# This takes no arguments. If found it will turn off the footer. -# LayoutFooterOff - -# This takes no arguments. If found it will turn off the header. -# LayoutHeaderOff - -# This takes no arguments. If found it will turn off the http header. -# LayoutHTTPHeaderOff - -# Turns on and off asynchronous POSTs (AKA everything can see the post -# data). -# LayoutPostAsync - -# This moves the default cache from /tmp to another directory(or a -# RAM disk). -# LayoutCache - -# Turning this On or Off afffects whether or not headers and footers -# are appended when creating subsections. -# LayoutAppend - -# Turning this on and off will tell mod_layout to attempt to resolve -# content (do a merger of the footer, body and header text -# LayoutMerge - -# Use this to change the default begin tag to use during merges (the -# default string is \<HTML>\ -# LayoutMergeBeginTag - -# Use this to change the default end tag to use during merges (the -# default string is \<\\HTML>\ -# LayoutMergeEndTag - -# Use this to change the default end tag to use during merges (the -# default string is \<\\HTML>\ -# LayoutHeaderAppend - -# Use this to change the default end tag to use during merges (the -# default string is \<\\HTML>\ -# LayoutFooterAppend - -# When enabled (it takes on and off flags) mod_layout will not try -# to wrap any errors. Merge must be enabled for this to work. The -# default for this is off. -# LayoutMergeErrorIgnore - -# If this tag is found during a merge, no footer or header will be -# inserted into the document -# LayoutIgnoreTag - -# If this tag is found during a merge, no footer will be inserted -# into the document -# LayoutIgnoreTagFooter - -# If this tag is found during a merge, no header will be inserted -# into the document -# LayoutIgnoreTagHeader - -# This turns on mod_layout's own text/html and text/plain handler -# LayoutHTMLHandler - -# If this is enabled and you are doing a merge, the tags used for the -# merge will be replaced. -# LayoutReplaceTags - -# If you want applications to do notes (a set of directives to control -# actions inside apache). -# LayoutNotes - -</Directory> -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_layout/metadata.xml b/www-apache/mod_layout/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apache/mod_layout/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_layout/mod_layout-5.1.ebuild b/www-apache/mod_layout/mod_layout-5.1.ebuild deleted file mode 100644 index d8b4a8d602ac..000000000000 --- a/www-apache/mod_layout/mod_layout-5.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit apache-module - -DESCRIPTION="An Apache2 module for adding custom headers and/or footers" -HOMEPAGE="http://tangent.org/index.pl?node_id=362" -SRC_URI="http://download.tangent.org/${P}.tar.gz" - -LICENSE="BSD" -SLOT="2" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -APXS2_ARGS="-c ${PN}.c utility.c layout.c" - -APACHE2_MOD_CONF="15_mod_layout" -APACHE2_MOD_DEFINE="LAYOUT" - -DOCFILES="README" - -need_apache2_2 diff --git a/www-apache/mod_loadavg/Manifest b/www-apache/mod_loadavg/Manifest deleted file mode 100644 index f6c290d03391..000000000000 --- a/www-apache/mod_loadavg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_loadavg-0.0.1.c 10516 SHA256 025df5362b49998577575b384fd20444239d9ec72843e54a918da9d6b37aba3b SHA512 83396467b7cd21d512d84621fdb17a451309e218a984e9061af5c1615e0691ca73403124c89d1c4fba5d9631c8b2855597165c1864bf707bfe898caaf845a7d7 WHIRLPOOL 4afba40c96f0c0cdb3fccc3436a2dfd3f5e0a7bde32233d2fd6b3454af0d3f9fabca00ad0e505879866fa2405471d927ca4c52e3cc0a71bda25663b036e877e7 diff --git a/www-apache/mod_loadavg/files/10_mod_loadavg.conf b/www-apache/mod_loadavg/files/10_mod_loadavg.conf deleted file mode 100644 index 5991656cbefc..000000000000 --- a/www-apache/mod_loadavg/files/10_mod_loadavg.conf +++ /dev/null @@ -1,18 +0,0 @@ -<IfDefine LOADAVG> -LoadModule loadavg_module modules/mod_loadavg.so - -# Set mod_loadavg on -#ModLoadavg On - -# Set maximum value for the load average of the last minute -# Default: 4.0 -#Loadavg1 4.0 - -# Set maximum value for the load average of the last 5 minutes -#Loadavg5 4.0 - -# Set maximum value for the load average of the last 15 minutes -#Loadavg15 4.0 -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_loadavg/metadata.xml b/www-apache/mod_loadavg/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apache/mod_loadavg/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_loadavg/mod_loadavg-0.0.1.ebuild b/www-apache/mod_loadavg/mod_loadavg-0.0.1.ebuild deleted file mode 100644 index 568fe0fcde3c..000000000000 --- a/www-apache/mod_loadavg/mod_loadavg-0.0.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit apache-module eutils - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Apache module executing CGI-Requests depending on the load of the server" -HOMEPAGE="http://defunced.de/" -SRC_URI="mirror://gentoo/${P}.c" -LICENSE="Apache-1.1" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="LOADAVG" - -need_apache2_2 - -src_unpack() { - mkdir -p "${S}" || die "mkdir S failed" - cp -f "${DISTDIR}/${P}.c" "${S}/${PN}.c" || die "source copy failed" -} diff --git a/www-apache/mod_proxy_fcgi/Manifest b/www-apache/mod_proxy_fcgi/Manifest deleted file mode 100644 index 1ba6a0f7de1d..000000000000 --- a/www-apache/mod_proxy_fcgi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_proxy_fcgi-0_p816361.tar.bz2 7900 SHA256 bfe64ad32e568df550a2df0e0e34ca261e573c8dad81bcf5c40dc9dcce3d6a4c SHA512 e9773b5a76c6820f6949944a8984b16521c635289cf08e9dc123f2390c57ff3c726d139301bcf7c1354e49ecca030341572699f3e8ec47e26e5389fa7dbcfab9 WHIRLPOOL 5f15ecde54ec2da62cfcc982165bf9d3ee85ee5d2d5894585c9df0905870f732a4d2744c3cb28d6c39b702b266f35b9b60c412f31e873e331550bd081183d7fa diff --git a/www-apache/mod_proxy_fcgi/files/36_mod_proxy_fcgi.conf b/www-apache/mod_proxy_fcgi/files/36_mod_proxy_fcgi.conf deleted file mode 100644 index a4634a12d375..000000000000 --- a/www-apache/mod_proxy_fcgi/files/36_mod_proxy_fcgi.conf +++ /dev/null @@ -1,3 +0,0 @@ -<IfDefine PROXY_FCGI> -LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so -</IfDefine> diff --git a/www-apache/mod_proxy_fcgi/metadata.xml b/www-apache/mod_proxy_fcgi/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apache/mod_proxy_fcgi/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_proxy_fcgi/mod_proxy_fcgi-0_p816361.ebuild b/www-apache/mod_proxy_fcgi/mod_proxy_fcgi-0_p816361.ebuild deleted file mode 100644 index bceea6de361c..000000000000 --- a/www-apache/mod_proxy_fcgi/mod_proxy_fcgi-0_p816361.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit apache-module - -DESCRIPTION="mod_proxy_fcgi is a FastCGI protocol handler for mod_proxy" -HOMEPAGE="https://httpd.apache.org/" -SRC_URI="https://dev.gentoo.org/~hollow/distfiles/${P}.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -APACHE2_MOD_CONF="36_${PN}" -APACHE2_MOD_DEFINE="PROXY_FCGI" - -need_apache2_2 diff --git a/www-apache/mod_proxy_html/Manifest b/www-apache/mod_proxy_html/Manifest deleted file mode 100644 index e447b9639d9d..000000000000 --- a/www-apache/mod_proxy_html/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_proxy_html-3.1.2.tar.bz2 23019 SHA256 a1aee758bda605e153868b91188ebf2c527b8eeb0f115d11af152078e65895bf SHA512 dc56c9abcaa3760b4ac5157ddb83d5ec29f1f60fa6c16dbadf55c81e27dadd6d25bcc0bbcd874bce8bce43d91650186201b37cd36fe50d625a051a1bd9c4a9a7 WHIRLPOOL 111fa49739002770f08446c4e7f49621b03c5ecb909559ac00165f10c720896e54dce7e97d6fa124a54d1226e08e8d4f1086c623b789b7bd60f5eb082c2934f2 diff --git a/www-apache/mod_proxy_html/files/27_mod_proxy_html.conf b/www-apache/mod_proxy_html/files/27_mod_proxy_html.conf deleted file mode 100644 index 94cb19c203fc..000000000000 --- a/www-apache/mod_proxy_html/files/27_mod_proxy_html.conf +++ /dev/null @@ -1,49 +0,0 @@ -<IfDefine PROXY_HTML> -LoadFile /usr/lib/libxml2.so -LoadModule proxy_html_module modules/mod_proxy_html.so - -# All knowledge of HTML links has been removed from the mod_proxy_html -# code itself, and is instead read from httpd.conf (or included file) -# at server startup. So you MUST declare it. This will normally be -# at top level, but can also be used in a <Location>. -# -# Here's the declaration for W3C HTML 4.01 and XHTML 1.0 - -ProxyHTMLLinks a href -ProxyHTMLLinks area href -ProxyHTMLLinks link href -ProxyHTMLLinks img src longdesc usemap -ProxyHTMLLinks object classid codebase data usemap -ProxyHTMLLinks q cite -ProxyHTMLLinks blockquote cite -ProxyHTMLLinks ins cite -ProxyHTMLLinks del cite -ProxyHTMLLinks form action -ProxyHTMLLinks input src usemap -ProxyHTMLLinks head profile -ProxyHTMLLinks base href -ProxyHTMLLinks script src for - -# To support scripting events (with ProxyHTMLExtended On), -# you'll need to declare them too. - -ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \ - onmouseover onmousemove onmouseout onkeypress \ - onkeydown onkeyup onfocus onblur onload \ - onunload onsubmit onreset onselect onchange - -# If you need to support legacy (pre-1998, aka "transitional") HTML or XHTML, -# you'll need to uncomment the following deprecated link attributes. -# -# ProxyHTMLLinks frame src longdesc -# ProxyHTMLLinks iframe src longdesc -# ProxyHTMLLinks body background -# ProxyHTMLLinks applet codebase -# -# If you're dealing with proprietary HTML variants, -# declare your own URL attributes here as required. -# -# ProxyHTMLLinks myelement myattr otherattr -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_proxy_html/metadata.xml b/www-apache/mod_proxy_html/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apache/mod_proxy_html/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_proxy_html/mod_proxy_html-3.1.2.ebuild b/www-apache/mod_proxy_html/mod_proxy_html-3.1.2.ebuild deleted file mode 100644 index 42e67af65fc3..000000000000 --- a/www-apache/mod_proxy_html/mod_proxy_html-3.1.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit apache-module - -DESCRIPTION="An Apache2 module to rewrite links in html pages behind a reverse proxy" -HOMEPAGE="http://apache.webthing.com/mod_proxy_html/" -SRC_URI="http://apache.webthing.com/mod_proxy_html/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="app-arch/bzip2 - dev-libs/libxml2 - >=www-apache/mod_xml2enc-1.0.3" -RDEPEND="${DEPEND}" - -APACHE2_MOD_CONF="27_${PN}" -APACHE2_MOD_DEFINE="PROXY_HTML" - -need_apache2 - -S="${WORKDIR}"/${PN} - -src_compile() { - APXS2_ARGS="$(xml2-config --cflags) -I"${WORKDIR}/${PN}" -c ${PN}.c" - apache-module_src_compile -} diff --git a/www-apache/mod_slotlimit/Manifest b/www-apache/mod_slotlimit/Manifest deleted file mode 100644 index 3d1933246ded..000000000000 --- a/www-apache/mod_slotlimit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_slotlimit-1.3.tar.gz 17100 SHA256 ad722f5f6791ee97f361cc801d930c2106ee775d1f88efed1b5ac9fd9e538106 SHA512 3da9763831bf9869d8f9ccf68cee28b40a1e900313b223878a86d813009d8b94bb5fcd8423baf40d2feafb2beff02d352a69c2b21e6d89deb9bc404814ffa71b WHIRLPOOL 10dab747cee02ede966ce473466512edf516032fd50ea070766f160627bc9a365b9e2661eec01c9ae4c959d3e2d213e4ad891ae415faa7990d0af3fb5e53134e diff --git a/www-apache/mod_slotlimit/files/10_mod_slotlimit.conf b/www-apache/mod_slotlimit/files/10_mod_slotlimit.conf deleted file mode 100644 index 93f95fbb40b1..000000000000 --- a/www-apache/mod_slotlimit/files/10_mod_slotlimit.conf +++ /dev/null @@ -1,76 +0,0 @@ -<IfDefine SLOTLIMIT> -LoadModule slotlimit_module modules/mod_slotlimit.so - -# AvailableSlotsPercent -# Syntax: AvailableSlotsPercent number -# Default: 0 -# -# Percentage of apache slots available in order to set any restrictions. -# Setting it to 0 dynamic slot allocation algorithm will be deactivated. -# When has remained free the specified percentage of apache slots, module -# start to manage incoming connections, penalizing sites that are monopolizing -# the resources of the server. -# -# N.B. Before activating this option check that the apache scoreboard display -# correct vhost name of the running sites. In order to make this you can -# activate (momentarily) mod_status and connect to http://yourserver/server-status. -# If Vhost hostname do not display correctly the name of the sites visited -# sets up to "On" the directive "ForceVhostName" before using "AvailableSlotsPercent". -# -# MaxConnectionsPerSite -# Syntax: MaxConnectionsPerSite number -# Default: No Limit -# -# Max connections for each running site -# -# N.B. Like for "AvailableSlotsPercent" if Vhost hostname do not display correctly -# the name of the sites visited sets up to "On" the directive "ForceVhostName". -# -# ClientIpLimit -# Syntax: ClientIpLimit number -# Default: 40 -# -# Number of maximum simultaneous connection per IP. -# -# ForceVhostName -# Syntax: ForceVhostName On|Off -# Default: Off -# -# Force vhost hostname in scoreboard. Vhost hostname do not match site -# visited under some conditions, for example with some mass virtual hosting technique. -# In order to check that this is not your case you can use mod_status. -# Setting this directive to On, mod_slotlimit will overwrite vhost hostname -# in apache scoreboard. -# -# CustomErrMsg -# Syntax: CustomErrMsg "My custom error message" -# Default: "Blocked by mod_slotlimit. More information about this error may be available in the server error log." -# -# A custom error message that allows you to replace default error message with one you create -# -# CustomLimitsFile -# Syntax: CustomLimitsFile /path/to/file -# Default: No Value -# -# Using this directive you can specify limits customized for each running site, -# penalizing or privileged it. In the file should be stored (line by line) the -# site name and the number of usable slots. You can add comments by using the '#' -# character. The file format is as follows: -# -# .. -# .. -# www.sitename1.it 10 -# # this is a comment -# www.site2.com 35 -# .. -# .. - -# Example: -# AvailableSlotsPercent 13 -# MaxConnectionsPerSite 20 -# ClientIpLimit 20 -# CustomLimitsFile /etc/apache2/mod_slotlimit.rules - -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_slotlimit/metadata.xml b/www-apache/mod_slotlimit/metadata.xml deleted file mode 100644 index ab03eb6b3726..000000000000 --- a/www-apache/mod_slotlimit/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>patrick@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="sourceforge">downloads</remote-id> - </upstream> -</pkgmetadata> diff --git a/www-apache/mod_slotlimit/mod_slotlimit-1.3.ebuild b/www-apache/mod_slotlimit/mod_slotlimit-1.3.ebuild deleted file mode 100644 index 1eecb2309a72..000000000000 --- a/www-apache/mod_slotlimit/mod_slotlimit-1.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit apache-module - -MY_PV=${PV/_/-} -MY_P="mod_slotlimit-${MY_PV}" - -DESCRIPTION="manage resources used for each running site using dynamic slot allocation algorithm and static rules" -HOMEPAGE="http://www.lucaercoli.it/en/mod_slotlimit.html" -SRC_URI="http://downloads.sourceforge.net/project/mod-slotlimit/mod-slotlimit/${MY_PV}/${P}.tar.gz" -LICENSE="GPL-2" - -KEYWORDS="~amd64 ~x86" -IUSE="" -SLOT="0" - -# See apache-module.eclass for more information. -APACHE2_MOD_CONF="10_${PN}" -APACHE2_MOD_DEFINE="SLOTLIMIT" - -need_apache2_2 diff --git a/www-apache/mod_tcl/Manifest b/www-apache/mod_tcl/Manifest deleted file mode 100644 index b801629d0ee4..000000000000 --- a/www-apache/mod_tcl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST mod_tcl-1.0.1.tar.bz2 18772 SHA256 b1e5b859707d1a81e7588c35fbe1f69fefa4cada04da20048b80269ed43101dd SHA512 d32a722115079696bef6b88a295a25cc752552d0d6ceb598ba1bcbf54151fb5dbfe192f8f2e9f7f31ba2cf0ad9f09b09967b00ae03c478453a497118ecaedaff WHIRLPOOL c73916c6d6d0e36975a9ad30fee2e020da2cd5ac3b391f727025ea634eb58597c282f7f1f71d1c951646f0ae9196d9c490315d45d97843b656ef6df0dc786e43 diff --git a/www-apache/mod_tcl/files/27_mod_tcl.conf b/www-apache/mod_tcl/files/27_mod_tcl.conf deleted file mode 100644 index 801702b37892..000000000000 --- a/www-apache/mod_tcl/files/27_mod_tcl.conf +++ /dev/null @@ -1,7 +0,0 @@ -<IfDefine TCL> -LoadModule tcl_module modules/mod_tcl.so - -# See http://tcl.apache.org/mod_tcl/ for now :/ -</IfDefine> - -# vim: ts=4 filetype=apache diff --git a/www-apache/mod_tcl/metadata.xml b/www-apache/mod_tcl/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/www-apache/mod_tcl/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_tcl/mod_tcl-1.0.1.ebuild b/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild deleted file mode 100644 index 6bbb9db3b915..000000000000 --- a/www-apache/mod_tcl/mod_tcl-1.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit apache-module - -DESCRIPTION="An Apache2 module providing an embedded Tcl interpreter" -HOMEPAGE="http://tcl.apache.org/mod_tcl/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -SLOT="0" -LICENSE="Apache-1.1" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="dev-lang/tcl" -RDEPEND="${DEPEND}" - -APXS2_ARGS="-c -Wl,-ltcl -DHAVE_TCL_H ${PN}.c tcl_cmds.c tcl_misc.c" - -APACHE2_MOD_CONF="27_${PN}" -APACHE2_MOD_DEFINE="TCL" - -DOCFILES="AUTHORS INSTALL NEWS README test_script.tm" - -need_apache2_2 - -src_compile() { - mv -f "tcl_core.c" "${PN}.c" || die - apache-module_src_compile -} |