summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-01-25 19:53:58 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-01-25 19:53:58 +0000
commit7884ca7c6172aca8a005244dc3dadc66b8608b9b (patch)
tree31c08210fad2f9d579c1cab2c7e21d3864eb1e96 /www-apache/mod_caucho
parentVersion bump - gst-plugins-bad-0.10.4 is released (diff)
downloadgentoo-2-7884ca7c6172aca8a005244dc3dadc66b8608b9b.tar.gz
gentoo-2-7884ca7c6172aca8a005244dc3dadc66b8608b9b.tar.bz2
gentoo-2-7884ca7c6172aca8a005244dc3dadc66b8608b9b.zip
Cleanup.
(Portage version: 2.1.2-r4)
Diffstat (limited to 'www-apache/mod_caucho')
-rw-r--r--www-apache/mod_caucho/ChangeLog6
-rw-r--r--www-apache/mod_caucho/files/digest-mod_caucho-3.0.213
-rw-r--r--www-apache/mod_caucho/files/mod_caucho-3.0.21-gentoo.patch17
-rw-r--r--www-apache/mod_caucho/mod_caucho-3.0.21.ebuild50
4 files changed, 5 insertions, 71 deletions
diff --git a/www-apache/mod_caucho/ChangeLog b/www-apache/mod_caucho/ChangeLog
index 05ac56269665..46fff742862b 100644
--- a/www-apache/mod_caucho/ChangeLog
+++ b/www-apache/mod_caucho/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_caucho
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.9 2007/01/23 09:04:26 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.10 2007/01/25 19:53:58 chtekk Exp $
+
+ 25 Jan 2007; Luca Longinotti <chtekk@gentoo.org>
+ -files/mod_caucho-3.0.21-gentoo.patch, -mod_caucho-3.0.21.ebuild:
+ Cleanup.
23 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
mod_caucho-3.0.22.ebuild:
diff --git a/www-apache/mod_caucho/files/digest-mod_caucho-3.0.21 b/www-apache/mod_caucho/files/digest-mod_caucho-3.0.21
deleted file mode 100644
index be883f386363..000000000000
--- a/www-apache/mod_caucho/files/digest-mod_caucho-3.0.21
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e7d7f91479e3931f86afea52d32ca1fa resin-3.0.21-src.tar.gz 5401440
-RMD160 1f4d90a28aa772a4dc14259816325285ffea1957 resin-3.0.21-src.tar.gz 5401440
-SHA256 c9de627433fbe3ec940507fd604a4a2409e70a16342994ffab881a51f8db1055 resin-3.0.21-src.tar.gz 5401440
diff --git a/www-apache/mod_caucho/files/mod_caucho-3.0.21-gentoo.patch b/www-apache/mod_caucho/files/mod_caucho-3.0.21-gentoo.patch
deleted file mode 100644
index 458acecd7d5c..000000000000
--- a/www-apache/mod_caucho/files/mod_caucho-3.0.21-gentoo.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Nru resin-3.0.21.vanilla/modules/c/src/apache2/Makefile.in resin-3.0.21/modules/c/src/apache2/Makefile.in
---- resin-3.0.21.vanilla/modules/c/src/apache2/Makefile.in 2006-08-14 22:44:04.000000000 +0200
-+++ resin-3.0.21/modules/c/src/apache2/Makefile.in 2006-08-14 23:24:00.000000000 +0200
-@@ -36,11 +36,8 @@
- $(CC) -c $(INCLUDES) $(CFLAGS) $<
-
- install : mod_caucho.la
-- $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec)
-- - rm -f $(apache_libexec)/mod_caucho.la
-- - rm -f $(apache_libexec)/mod_caucho.a
-- sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \
-- -resin_home $(resin_home)
-+ mkdir -p $(DESTDIR)$(apache_libexec)
-+ $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(DESTDIR)$(apache_libexec)
-
- clean :
- - rm -r *.o *.lo *.la *.so .libs
diff --git a/www-apache/mod_caucho/mod_caucho-3.0.21.ebuild b/www-apache/mod_caucho/mod_caucho-3.0.21.ebuild
deleted file mode 100644
index 631d1e2cf15f..000000000000
--- a/www-apache/mod_caucho/mod_caucho-3.0.21.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.21.ebuild,v 1.3 2007/01/15 15:54:22 chtekk Exp $
-
-inherit eutils apache-module autotools
-
-KEYWORDS="~amd64 x86"
-
-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"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/resin-${PV}"
-
-# See apache-module.eclass for more information.
-APACHE2_MOD_CONF="88_${PN}"
-APACHE2_MOD_DEFINE="CAUCHO"
-
-need_apache2
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-gentoo.patch"
- eautoreconf
- chmod 755 ./configure
-}
-
-src_compile() {
- econf --with-apxs=${APXS2} || die "econf failed"
-
- emake -j1 -C "${S}/modules/c/src/common/" || die "emake failed"
- emake -j1 -C "${S}/modules/c/src/apache2/" || die "emake failed"
-}
-
-src_install() {
- cd "${S}/modules/c/src/apache2"
- emake -j1 DESTDIR="${D}" install || die "emake install failed"
-
- insinto "${APACHE2_MODULES_CONFDIR}"
- doins "${FILESDIR}/${APACHE2_MOD_CONF}.conf" \
- || die "internal ebuild error: '${FILESDIR}/${APACHE2_MOD_CONF}.conf' not found."
-}