diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-05-01 22:43:50 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-05-01 22:43:50 +0000 |
commit | ded07f074b2834e99133637c80f3a5dc23466d17 (patch) | |
tree | 7b857e69e5ffe44b9e1f0ffc71a56c568474c6e3 /www-apache/mod_caucho | |
parent | Cleanup (diff) | |
download | gentoo-2-ded07f074b2834e99133637c80f3a5dc23466d17.tar.gz gentoo-2-ded07f074b2834e99133637c80f3a5dc23466d17.tar.bz2 gentoo-2-ded07f074b2834e99133637c80f3a5dc23466d17.zip |
Drop obsolete version.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'www-apache/mod_caucho')
-rw-r--r-- | www-apache/mod_caucho/ChangeLog | 6 | ||||
-rw-r--r-- | www-apache/mod_caucho/mod_caucho-3.0.26.ebuild | 52 | ||||
-rw-r--r-- | www-apache/mod_caucho/mod_caucho-3.1.6.ebuild | 63 |
3 files changed, 5 insertions, 116 deletions
diff --git a/www-apache/mod_caucho/ChangeLog b/www-apache/mod_caucho/ChangeLog index 61473c7b90e1..404715198371 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.44 2009/02/02 23:36:54 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.45 2009/05/01 22:43:50 nelchael Exp $ + + 01 May 2009; Krzysiek Pawlik <nelchael@gentoo.org> + -mod_caucho-3.0.26.ebuild, -mod_caucho-3.1.6.ebuild: + Drop obsolete version. *mod_caucho-3.2.1 (02 Feb 2009) diff --git a/www-apache/mod_caucho/mod_caucho-3.0.26.ebuild b/www-apache/mod_caucho/mod_caucho-3.0.26.ebuild deleted file mode 100644 index c2dc75bf4969..000000000000 --- a/www-apache/mod_caucho/mod_caucho-3.0.26.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2008 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.26.ebuild,v 1.1 2008/06/10 21:04:55 nelchael Exp $ - -inherit eutils apache-module autotools - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -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" -IUSE="" - -S="${WORKDIR}/resin-${PV}" - -# See apache-module.eclass for more information. -APACHE2_MOD_CONF="88_${PN}" -APACHE2_MOD_DEFINE="CAUCHO" - -need_apache2 - -DEPEND="${DEPEND} - app-arch/unzip" - -src_unpack() { - unpack ${A} - cd "${S}" - - for i in "${WORKDIR}"/${PV}/mod_caucho-*; do - epatch "${i}" - done - eautoreconf - chmod 755 ./configure -} - -src_compile() { - econf --with-apxs=${APXS} || die "econf 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 "${APACHE_MODULES_CONFDIR}" - doins "${FILESDIR}/${APACHE2_MOD_CONF}.conf" \ - || die "internal ebuild error: ${APACHE2_MOD_CONF} not found." -} diff --git a/www-apache/mod_caucho/mod_caucho-3.1.6.ebuild b/www-apache/mod_caucho/mod_caucho-3.1.6.ebuild deleted file mode 100644 index 103d3e088051..000000000000 --- a/www-apache/mod_caucho/mod_caucho-3.1.6.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2008 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.1.6.ebuild,v 1.2 2008/05/10 21:47:48 nelchael Exp $ - -inherit eutils apache-module autotools - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -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}-1.tar.bz2" -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 - -DEPEND="${DEPEND} - app-arch/unzip" - -src_unpack() { - - unpack ${A} - - cd "${S}" - - for i in "${WORKDIR}"/${PV}/mod_caucho-*; do - epatch "${i}" - done - epatch "${WORKDIR}/${PV}/resin-${PV}-configure.ac.patch" - - eautoreconf - chmod 755 ./configure - -} - -src_compile() { - - econf --with-apxs=${APXS} || die "econf 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 "${APACHE_MODULES_CONFDIR}" - doins "${FILESDIR}/${APACHE2_MOD_CONF}.conf" \ - || die "internal ebuild error: ${APACHE2_MOD_CONF}.conf not found." - -} |