commit: 9b076a09a02e8b31c687be9d55ca5e3708d418db Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Jan 8 10:28:47 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Jan 8 10:32:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b076a09
www-apache/mod_caucho: treeclean Closes: https://bugs.gentoo.org/828740 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/package.mask | 4 --- www-apache/mod_caucho/Manifest | 1 - www-apache/mod_caucho/files/88_mod_caucho.conf | 21 -------------- www-apache/mod_caucho/metadata.xml | 8 ------ www-apache/mod_caucho/mod_caucho-4.0.47.ebuild | 38 -------------------------- 5 files changed, 72 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index f4e46b9e59e0..cb8cd36d130c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -226,10 +226,6 @@ app-arch/fastjar # Removal in 30 days games-action/multimc -# Volkmar W. Pogatzki <[email protected]> (2021-12-10) -# Package without consumers. Bug #828740. Removal in 30 days. -www-apache/mod_caucho - # Conrad Kostecki <[email protected]> (2021-12-04) # Masking newer versions for both packages, # as they cannot be compiled due upstream change. diff --git a/www-apache/mod_caucho/Manifest b/www-apache/mod_caucho/Manifest deleted file mode 100644 index 5932cc4e22f9..000000000000 --- a/www-apache/mod_caucho/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST resin-4.0.47-src.tar.gz 33022378 BLAKE2B 0a46391a47ed282da4031d3e30b0bb14c06ba93556572982bdca75459829145caac824611cbab3d500602432f71c0b78c5e78fdbe61874158b1ec2eaec617d94 SHA512 c070277c970144a990c45afc86b0626d424618c0ec8122cd7e0e60745339a7f79f5d47483b5a33c24f7fb192e72a2d49823155718b8565a2c273333119279703 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>[email protected]</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() { - : -}
