public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_caucho/, profiles/, www-apache/mod_caucho/files/
Date: Sat,  8 Jan 2022 10:32:55 +0000 (UTC)	[thread overview]
Message-ID: <1641637950.9b076a09a02e8b31c687be9d55ca5e3708d418db.jsmolic@gentoo> (raw)

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 <gentoo@pogatzki.net> (2021-12-10)
-# Package without consumers. Bug #828740.  Removal in 30 days.
-www-apache/mod_caucho
-
 # Conrad Kostecki <conikost@gentoo.org> (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>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() {
-	:
-}


                 reply	other threads:[~2022-01-08 10:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1641637950.9b076a09a02e8b31c687be9d55ca5e3708d418db.jsmolic@gentoo \
    --to=jsmolic@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox