summaryrefslogtreecommitdiff
path: root/www-apache
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
commit2fd57282f0262ca084e05b0f2c63fbada395d02b (patch)
tree4e0f23cea9ce9fd972e70ebc5214bf36fed465cc /www-apache
parentc3bc61051d7f12b4c682efa7a5460bbc8815649e (diff)
gentoo resync : 16.01.2021
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/Manifest.gzbin6431 -> 6263 bytes
-rw-r--r--www-apache/mod_caucho/Manifest4
-rw-r--r--www-apache/mod_caucho/files/88_mod_caucho.conf21
-rw-r--r--www-apache/mod_caucho/metadata.xml8
-rw-r--r--www-apache/mod_caucho/mod_caucho-4.0.47.ebuild38
5 files changed, 0 insertions, 71 deletions
diff --git a/www-apache/Manifest.gz b/www-apache/Manifest.gz
index bb8ce5a9d33b..3360d2552ee5 100644
--- a/www-apache/Manifest.gz
+++ b/www-apache/Manifest.gz
Binary files differ
diff --git a/www-apache/mod_caucho/Manifest b/www-apache/mod_caucho/Manifest
deleted file mode 100644
index abfc799a2c21..000000000000
--- a/www-apache/mod_caucho/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 88_mod_caucho.conf 496 BLAKE2B 671b774c06ebaf9dacaa7744ed488a8331a2276fe6b347e8d69a783358ff574a29700ebe2f4e642b0a1a09dec8fda2120417a2d4a9d95bbac5d209fa632b1c32 SHA512 0e0751e633af0734e95306d26a05e6e6c8dd301862a46a47ebfa04721f648a16f5615554fd3a52288cef14bb9fb4786b11720fd96db7e8f6dcfdae651e578a26
-DIST resin-4.0.47-src.tar.gz 33022378 BLAKE2B 0a46391a47ed282da4031d3e30b0bb14c06ba93556572982bdca75459829145caac824611cbab3d500602432f71c0b78c5e78fdbe61874158b1ec2eaec617d94 SHA512 c070277c970144a990c45afc86b0626d424618c0ec8122cd7e0e60745339a7f79f5d47483b5a33c24f7fb192e72a2d49823155718b8565a2c273333119279703
-EBUILD mod_caucho-4.0.47.ebuild 1189 BLAKE2B 822b5637731ace4b155c9966210feb2dfbb6ac5984fbcda145529412711848decd201906d79950ac18ef9a6deb3ef9b7533d4407d7be4bd84c0435e001c1df7c SHA512 e6155cd43d4cc8b7b92f87ccafe76d01fb0c2a1c64e5b0d63e5cb30a599c6e1086fece46e2b216d77f66d67032446abf8da02ba8f830db9c7ced926f0ea54080
-MISC metadata.xml 237 BLAKE2B 7c3263833976c18611a5cba44845af4d80f2f86c48cf587a657292ed0074022088cef88756e3209b292252dce5c0eea307c4f2f45f28b8517609124708f7d09a SHA512 e8227b536eb45569cbf744907106e101d1aa6bf9ba8337783786d719ab107d8bda0fde5dd7067d168181d694b4161b12d1ef3cb5a83b14971b21aa4479670559
diff --git a/www-apache/mod_caucho/files/88_mod_caucho.conf b/www-apache/mod_caucho/files/88_mod_caucho.conf
deleted file mode 100644
index 20e0e7081136..000000000000
--- a/www-apache/mod_caucho/files/88_mod_caucho.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-<IfDefine CAUCHO>
-# Load module:
-LoadModule caucho_module modules/mod_caucho.so
-
-# Define first Resin server:
-ResinConfigServer localhost 6802
-
-# If you want to use load balancing add more hosts:
-# ResinConfigServer host1.example.com 6802
-# ResinConfigServer host2.example.com 6802
-
-# This enables status page of server: http://localhost/caucho-status
-CauchoStatus yes
-
-# To use this module:
-#<Location /webapp/*>
-# SetHandler caucho-request
-#</Location>
-</IfDefine>
-
-# vim: ts=4 filetype=apache
diff --git a/www-apache/mod_caucho/metadata.xml b/www-apache/mod_caucho/metadata.xml
deleted file mode 100644
index 4221e170cbc0..000000000000
--- a/www-apache/mod_caucho/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>java@gentoo.org</email>
- <name>Java</name>
- </maintainer>
-</pkgmetadata>
diff --git a/www-apache/mod_caucho/mod_caucho-4.0.47.ebuild b/www-apache/mod_caucho/mod_caucho-4.0.47.ebuild
deleted file mode 100644
index e0e459f4056d..000000000000
--- a/www-apache/mod_caucho/mod_caucho-4.0.47.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit apache-module
-
-DESCRIPTION="mod_caucho connects Resin and Apache2"
-HOMEPAGE="http://www.caucho.com/"
-SRC_URI="http://www.caucho.com/download/resin-${PV}-src.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-need_apache2_4
-
-APACHE2_MOD_CONF="88_${PN}"
-APACHE2_MOD_DEFINE="CAUCHO"
-
-S="${WORKDIR}/resin-${PV}"
-
-# Although building this manually with apxs is bad, trying to make the
-# build scripts behave is worse. You have to:
-#
-# * Patch configure.ac and Makefile.in to respect flags.
-# * Run eautoreconf (or patch configure and chmod it too).
-# * Inherit java-pkg-2, DEPEND on virtual/jdk, and define pkg_setup just
-# to needlessly satisfy configure or patch out large chunks of it.
-# * Define src_compile to only build the Apache module.
-# * It will still report an implicit declaration of cse_free. If you try
-# to fix this, it will complain that the argument count doesn't match.
-
-APXS2_S="${S}/modules/c/src/apache2"
-APXS2_ARGS="-c -DAPACHE_24 -I../common ${PN}.c ../common/stream.c ../common/config.c ../common/memory.c"
-
-src_configure() {
- :
-}