diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-15 19:39:02 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-03-15 19:39:02 +0000 |
commit | 1994e423efab0824a75f9649702eed7b72b10897 (patch) | |
tree | 54d3993947b3f8fc6abd5c9d0c10f0a5c3ebcc0e | |
parent | Add mirrorsearch (diff) | |
download | portage-1994e423efab0824a75f9649702eed7b72b10897.tar.bz2 portage-1994e423efab0824a75f9649702eed7b72b10897.tar.xz portage-1994e423efab0824a75f9649702eed7b72b10897.zip |
Proxy protocol support now built into mod_remoteip
-rw-r--r-- | www-apache/mod_proxy_protocol/Manifest | 2 | ||||
-rw-r--r-- | www-apache/mod_proxy_protocol/mod_proxy_protocol-0.ebuild | 23 |
2 files changed, 0 insertions, 25 deletions
diff --git a/www-apache/mod_proxy_protocol/Manifest b/www-apache/mod_proxy_protocol/Manifest deleted file mode 100644 index 6ddaa1a..0000000 --- a/www-apache/mod_proxy_protocol/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST mod_proxy_protocol-0.tar.gz 14557 BLAKE2B b3c51ae0bbbc62d2a0bfa8066b1fcdd6c57c15c0fbec660cedd3551e3bfedf693a794fd045e048a7aff95a31dea8edd2eec97dda5e7740188cc626cb9c00d57a SHA512 1f99cf4de29a5a21102042532dd7d7ca2900e4c3f612c13348b405f4116e53eb8e244d588090875a5bc44bbbd9752d4cfecc8b66702126797f679567f686d7a5 -EBUILD mod_proxy_protocol-0.ebuild 583 BLAKE2B befc2a21796b83925527509a1d1168de4d7a9a767a32fb68cb0c56d2da1e42e08d51cf6f7e956acc9a87957d6493facfe98ef9b90d378df61f671849044becd8 SHA512 91af80137c711c55485af1e3101f08072087b1938aca3fb3b259bdb02ad0a8d918c82e2ea8775ee796d5e930ecd92c58c0e8a2c3cfb8b23ded5844eed61e5baf diff --git a/www-apache/mod_proxy_protocol/mod_proxy_protocol-0.ebuild b/www-apache/mod_proxy_protocol/mod_proxy_protocol-0.ebuild deleted file mode 100644 index df61c96..0000000 --- a/www-apache/mod_proxy_protocol/mod_proxy_protocol-0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit apache-module eutils - -DESCRIPTION="An implementation of the proxy protocol for Apache." -HOMEPAGE="https://github.com/roadrunner2/mod-proxy-protocol" - -SRC_URI="https://api.github.com/repos/roadrunner2/mod-proxy-protocol/tarball/84d3f3b3b57a598d109554857f27792deefac6f8 -> ${P}.tar.gz" - -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -DEPEND="sys-devel/libtool" -RDEPEND="" - -need_apache2 - -S="${WORKDIR}/roadrunner2-mod-proxy-protocol-84d3f3b" - |