commit:     54a3fe56bc6aad1622488e1b059a63d839bf28ee
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo 
<DOT> org>
AuthorDate: Mon Nov 10 20:47:30 2014 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Mon Nov 10 20:47:30 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=54a3fe56

Drop old apache versions from the overlay.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> 
gentoo.org>

---
 www-servers/apache/Manifest                |   4 --
 www-servers/apache/apache-2.2.21-r2.ebuild | 100 -----------------------------
 www-servers/apache/apache-2.2.22.ebuild    | 100 -----------------------------
 www-servers/apache/metadata.xml            |  18 ------
 4 files changed, 222 deletions(-)

diff --git a/www-servers/apache/Manifest b/www-servers/apache/Manifest
deleted file mode 100644
index a55b862..0000000
--- a/www-servers/apache/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST gentoo-apache-2.2.21-r2-20120213.tar.bz2 64529 SHA256 
dfd8d83483681473efbd2aad5c0b3f3e76a62f8cba600e8bb75b745ed397d901
-DIST gentoo-apache-2.2.22-20120213.tar.bz2 64507 SHA256 
737730dabf1e1ccfe9d409067dc3c4d37d16f7fa1e792f5bf39268d904ce1c31
-DIST httpd-2.2.21.tar.bz2 5324905 SHA256 
18d5591fe48cfbac44fc20316036ffe17456df60bc3a2aaad238d56c6445577f SHA512 
3fa31d4440b477269e0c60434b206cf0e8098589b9e213e537e67fb2d2c1f458e2e5fa9ac6581da327a9c41743f9d9da7745e41a5852247f440315d4c6aeab61
 WHIRLPOOL 
fbdf7e386cc08ca2295d184d7a8f840541fe325048a9dce0c980107017a08c9d1c2d361f88b4b3b1a90a7f3a52ae7b4def1eb2948a7db50132be84b7438cf968
-DIST httpd-2.2.22.tar.bz2 5378934 SHA256 
dcdc9f1dc722f84798caf69d69dca78daa5e09a4269060045aeca7e4f44cb231

diff --git a/www-servers/apache/apache-2.2.21-r2.ebuild 
b/www-servers/apache/apache-2.2.21-r2.ebuild
deleted file mode 100644
index 4871e77..0000000
--- a/www-servers/apache/apache-2.2.21-r2.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# latest gentoo apache files
-GENTOO_PATCHSTAMP="20120213"
-GENTOO_DEVELOPER="jmbsvicetto"
-
-# IUSE/USE_EXPAND magic
-IUSE_MPMS_FORK="itk peruser prefork"
-IUSE_MPMS_THREAD="event worker"
-
-IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
-authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
-authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
-charset_lite cgi cgid dav dav_fs dav_lock dbd deflate dir disk_cache dumpio
-env expires ext_filter file_cache filter headers ident imagemap include info
-log_config log_forensic logio mem_cache mime mime_magic negotiation proxy
-proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy_scgi rewrite
-reqtimeout setenvif speling status substitute unique_id userdir usertrack
-version vhost_alias"
-# The following are also in the source as of this version, but are not 
available
-# for user selection:
-# bucketeer case_filter case_filter_in echo http isapi optional_fn_export
-# optional_fn_import optional_hook_export optional_hook_import
-
-# inter-module dependencies
-# TODO: this may still be incomplete
-MODULE_DEPENDS="
-       dav_fs:dav
-       dav_lock:dav
-       deflate:filter
-       disk_cache:cache
-       ext_filter:filter
-       file_cache:cache
-       log_forensic:log_config
-       logio:log_config
-       mem_cache:cache
-       mime_magic:mime
-       proxy_ajp:proxy
-       proxy_balancer:proxy
-       proxy_connect:proxy
-       proxy_ftp:proxy
-       proxy_http:proxy
-       proxy_scgi:proxy
-       substitute:filter
-"
-
-# module<->define mappings
-MODULE_DEFINES="
-       auth_digest:AUTH_DIGEST
-       authnz_ldap:AUTHNZ_LDAP
-       cache:CACHE
-       dav:DAV
-       dav_fs:DAV
-       dav_lock:DAV
-       disk_cache:CACHE
-       file_cache:CACHE
-       info:INFO
-       ldap:LDAP
-       mem_cache:CACHE
-       proxy:PROXY
-       proxy_ajp:PROXY
-       proxy_balancer:PROXY
-       proxy_connect:PROXY
-       proxy_ftp:PROXY
-       proxy_http:PROXY
-       ssl:SSL
-       status:STATUS
-       suexec:SUEXEC
-       userdir:USERDIR
-"
-
-# critical modules for the default config
-MODULE_CRITICAL="
-       authz_host
-       dir
-       mime
-"
-
-inherit apache-2
-
-DESCRIPTION="The Apache Web Server."
-HOMEPAGE="http://httpd.apache.org/";
-
-# some helper scripts are Apache-1.1, thus both are here
-LICENSE="Apache-2.0 Apache-1.1"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-DEPEND="${DEPEND}
-       >=dev-libs/openssl-0.9.8m
-       apache2_modules_deflate? ( sys-libs/zlib )"
-
-# dependency on >=dev-libs/apr-1.4.5 for bug #368651
-RDEPEND="${RDEPEND}
-       >=dev-libs/apr-1.4.5
-       >=dev-libs/openssl-0.9.8m
-       apache2_modules_mime? ( app-misc/mime-types )"

diff --git a/www-servers/apache/apache-2.2.22.ebuild 
b/www-servers/apache/apache-2.2.22.ebuild
deleted file mode 100644
index 4871e77..0000000
--- a/www-servers/apache/apache-2.2.22.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# latest gentoo apache files
-GENTOO_PATCHSTAMP="20120213"
-GENTOO_DEVELOPER="jmbsvicetto"
-
-# IUSE/USE_EXPAND magic
-IUSE_MPMS_FORK="itk peruser prefork"
-IUSE_MPMS_THREAD="event worker"
-
-IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon
-authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default
-authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta
-charset_lite cgi cgid dav dav_fs dav_lock dbd deflate dir disk_cache dumpio
-env expires ext_filter file_cache filter headers ident imagemap include info
-log_config log_forensic logio mem_cache mime mime_magic negotiation proxy
-proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy_scgi rewrite
-reqtimeout setenvif speling status substitute unique_id userdir usertrack
-version vhost_alias"
-# The following are also in the source as of this version, but are not 
available
-# for user selection:
-# bucketeer case_filter case_filter_in echo http isapi optional_fn_export
-# optional_fn_import optional_hook_export optional_hook_import
-
-# inter-module dependencies
-# TODO: this may still be incomplete
-MODULE_DEPENDS="
-       dav_fs:dav
-       dav_lock:dav
-       deflate:filter
-       disk_cache:cache
-       ext_filter:filter
-       file_cache:cache
-       log_forensic:log_config
-       logio:log_config
-       mem_cache:cache
-       mime_magic:mime
-       proxy_ajp:proxy
-       proxy_balancer:proxy
-       proxy_connect:proxy
-       proxy_ftp:proxy
-       proxy_http:proxy
-       proxy_scgi:proxy
-       substitute:filter
-"
-
-# module<->define mappings
-MODULE_DEFINES="
-       auth_digest:AUTH_DIGEST
-       authnz_ldap:AUTHNZ_LDAP
-       cache:CACHE
-       dav:DAV
-       dav_fs:DAV
-       dav_lock:DAV
-       disk_cache:CACHE
-       file_cache:CACHE
-       info:INFO
-       ldap:LDAP
-       mem_cache:CACHE
-       proxy:PROXY
-       proxy_ajp:PROXY
-       proxy_balancer:PROXY
-       proxy_connect:PROXY
-       proxy_ftp:PROXY
-       proxy_http:PROXY
-       ssl:SSL
-       status:STATUS
-       suexec:SUEXEC
-       userdir:USERDIR
-"
-
-# critical modules for the default config
-MODULE_CRITICAL="
-       authz_host
-       dir
-       mime
-"
-
-inherit apache-2
-
-DESCRIPTION="The Apache Web Server."
-HOMEPAGE="http://httpd.apache.org/";
-
-# some helper scripts are Apache-1.1, thus both are here
-LICENSE="Apache-2.0 Apache-1.1"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~sparc-fbsd ~x86-fbsd"
-IUSE=""
-
-DEPEND="${DEPEND}
-       >=dev-libs/openssl-0.9.8m
-       apache2_modules_deflate? ( sys-libs/zlib )"
-
-# dependency on >=dev-libs/apr-1.4.5 for bug #368651
-RDEPEND="${RDEPEND}
-       >=dev-libs/apr-1.4.5
-       >=dev-libs/openssl-0.9.8m
-       apache2_modules_mime? ( app-misc/mime-types )"

diff --git a/www-servers/apache/metadata.xml b/www-servers/apache/metadata.xml
deleted file mode 100644
index a326baa..0000000
--- a/www-servers/apache/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer>
-       <email>[email protected]</email>
-       <name>Jorge Manuel B. S. Vicetto</name>
-</maintainer>
-<longdescription>
-       The Apache HTTP Server Project is an effort to develop and maintain an
-       open-source HTTP server for modern operating systems. The goal of this
-       project is to provide a secure, efficient and extensible server that
-       provides HTTP services in sync with the current HTTP standards.
-</longdescription>
-<use>
-       <flag name='suexec'>Install suexec with apache</flag>
-       <flag name='static'>Link in apache2 modules statically rather then 
plugins</flag>
-</use>
-</pkgmetadata>

Reply via email to