commit:     72e05a0caa5d4fd43e67d0ac2dcd33f21aa5ba9e
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 14:28:12 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 14:29:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e05a0c

www-apache/mod_caucho: Remove old

This drops the only stable version but there are no revdeps and we
need to clear this for the removal of Java 6. I recommend not marking
it stable again until someone has done more than just build it. I
don't use Resin or Apache and I'm not entirely confident that it would
work.

Package-Manager: portage-2.2.27

 www-apache/mod_caucho/Manifest                    |  2 -
 www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild | 53 -----------------------
 www-apache/mod_caucho/mod_caucho-4.0.26.ebuild    | 48 --------------------
 3 files changed, 103 deletions(-)

diff --git a/www-apache/mod_caucho/Manifest b/www-apache/mod_caucho/Manifest
index ec19af8..7211ad8 100644
--- a/www-apache/mod_caucho/Manifest
+++ b/www-apache/mod_caucho/Manifest
@@ -1,3 +1 @@
-DIST resin-4.0.26-src.zip 17879008 SHA256 
0f7bbea8bd4803d499e1d212a49ac8672500ede80194c4daa12c980ad405e34e SHA512 
aae0304664c67667b9abf304ccc3dbaf073be42fcd1dd6aa380d841a34a2a44f0187fa91abe6bf92bf66f394b4b2d4eda7c4c9a55b5cb8a76436446cca3d5512
 WHIRLPOOL 
a536b28cad14219ce5c8aaa791a859d21539176b6f729072483e6278fa9b45de2bb367d6696225c1bafe0148c86c3bb0e46ec81595222160aa742ffdf9d5674c
 DIST resin-4.0.47-src.tar.gz 33022378 SHA256 
b97ce450a1059336a4cdf05a16d072128009f7172d028a3b1c2f4eefba4d353a SHA512 
c070277c970144a990c45afc86b0626d424618c0ec8122cd7e0e60745339a7f79f5d47483b5a33c24f7fb192e72a2d49823155718b8565a2c273333119279703
 WHIRLPOOL 
3e703a7c68c0c6cc930277e918656d11a1ff65e5f8bbfccb9dac7ea41b22a7f65b2d28efae8fdbaa181402d0416d87db56f9c974f76f2d5d075db92df8a32f0c
-DIST resin-gentoo-patches-4.0.26.tar.bz2 3826 SHA256 
adff1fb68e38af68add2e16e3832406a105e14532ee022ad315a955d6d6f4f31 SHA512 
fc23c6b82f55b76c063276169e8b6be40ab697dfa07ab8f8f560db33b9c48993526f07190b137406f952e0d1a548cc45f30b6a9ceb4983e2a9eed5de8f4ab5d3
 WHIRLPOOL 
cf7403adcdd0b98fcab2ace7733af7e9fa57361f9e2b2fb128ee8c3a9d787c5e8437f6749889cea1aacbf1ec9b9725647e6737fe4e3d1a98d69d1965c129c2d2

diff --git a/www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild 
b/www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild
deleted file mode 100644
index 7549272..0000000
--- a/www-apache/mod_caucho/mod_caucho-4.0.26-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils apache-module autotools
-
-DESCRIPTION="mod_caucho connects Resin and Apache2"
-HOMEPAGE="http://www.caucho.com/";
-SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip
-       mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip
-       ~virtual/jre-1.6.0"
-RDEPEND="~virtual/jre-1.6.0"
-
-S="${WORKDIR}/resin-${PV}"
-
-# See apache-module.eclass for more information.
-APACHE2_MOD_CONF="88_${PN}"
-APACHE2_MOD_DEFINE="CAUCHO"
-APACHE2_MOD_FILE="${S}/modules/c/src/apache2/.libs/${PN}.so"
-
-need_apache2_4
-
-src_prepare() {
-       # Apache 2.4
-       sed -i \
-               -e 's/remote_ip/client_ip/g' \
-               -e 's/remote_addr/client_addr/g' \
-               modules/c/src/apache2/mod_caucho.c || die
-
-       for i in "${WORKDIR}"/${PV}/mod_caucho-*; do
-               epatch "${i}"
-       done
-
-       mkdir m4
-       eautoreconf
-       chmod 755 ./configure
-}
-
-src_configure() {
-       econf --with-apxs=${APXS} --with-java-home=/usr
-}
-
-src_compile() {
-       emake -C "${S}/modules/c/src/apache2/"
-}

diff --git a/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild 
b/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild
deleted file mode 100644
index aa80f16..0000000
--- a/www-apache/mod_caucho/mod_caucho-4.0.26.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils apache-module autotools
-
-DESCRIPTION="mod_caucho connects Resin and Apache2"
-HOMEPAGE="http://www.caucho.com/";
-SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip
-       mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="app-arch/unzip
-       ~virtual/jre-1.6.0"
-RDEPEND="~virtual/jre-1.6.0"
-
-S="${WORKDIR}/resin-${PV}"
-
-# See apache-module.eclass for more information.
-APACHE2_MOD_CONF="88_${PN}"
-APACHE2_MOD_DEFINE="CAUCHO"
-APACHE2_MOD_FILE="${S}/modules/c/src/apache2/.libs/${PN}.so"
-
-need_apache2_2
-
-src_prepare() {
-       for i in "${WORKDIR}"/${PV}/mod_caucho-*; do
-               epatch "${i}"
-       done
-
-       mkdir m4
-       eautoreconf
-       chmod 755 ./configure
-}
-
-src_configure() {
-       econf --with-apxs=${APXS} --with-java-home=/usr || die "econf failed"
-}
-
-src_compile() {
-       emake -C "${S}/modules/c/src/apache2/" || die "emake failed"
-}

Reply via email to