public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_caucho: ChangeLog mod_caucho-3.0.25.ebuild mod_caucho-3.1.4.ebuild
@ 2007-12-14  9:44 Krzysiek Pawlik (nelchael)
  0 siblings, 0 replies; only message in thread
From: Krzysiek Pawlik (nelchael) @ 2007-12-14  9:44 UTC (permalink / raw
  To: gentoo-commits

nelchael    07/12/14 09:44:57

  Modified:             ChangeLog
  Added:                mod_caucho-3.0.25.ebuild mod_caucho-3.1.4.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.4_rc10)

Revision  Changes    Path
1.29                 www-apache/mod_caucho/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	10 Nov 2007 20:57:51 -0000	1.28
+++ ChangeLog	14 Dec 2007 09:44:56 -0000	1.29
@@ -1,6 +1,13 @@
 # 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.28 2007/11/10 20:57:51 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.29 2007/12/14 09:44:56 nelchael Exp $
+
+*mod_caucho-3.1.4 (14 Dec 2007)
+*mod_caucho-3.0.25 (14 Dec 2007)
+
+  14 Dec 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+  +mod_caucho-3.0.25.ebuild, +mod_caucho-3.1.4.ebuild:
+  Version bump.
 
   10 Nov 2007; Krzysiek Pawlik <nelchael@gentoo.org>
   -files/mod_caucho-3.0.22-gentoo.patch,



1.1                  www-apache/mod_caucho/mod_caucho-3.0.25.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.25.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.0.25.ebuild?rev=1.1&content-type=text/plain

Index: mod_caucho-3.0.25.ebuild
===================================================================
# 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.25.ebuild,v 1.1 2007/12/14 09:44:56 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=${APXS2} || 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 "${APACHE2_MODULES_CONFDIR}"
	doins "${FILESDIR}/${APACHE2_MOD_CONF}.conf" \
	|| die "internal ebuild error: ${APACHE2_MOD_CONF} not found."
}



1.1                  www-apache/mod_caucho/mod_caucho-3.1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_caucho/mod_caucho-3.1.4.ebuild?rev=1.1&content-type=text/plain

Index: mod_caucho-3.1.4.ebuild
===================================================================
# 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.1.4.ebuild,v 1.1 2007/12/14 09:44:56 nelchael Exp $

inherit eutils apache-module autotools

KEYWORDS="~amd64 ~ppc ~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=""

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

	eautoreconf
	chmod 755 ./configure

}

src_compile() {

	econf --with-apxs=${APXS2} || 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 "${APACHE2_MODULES_CONFDIR}"
	doins "${FILESDIR}/${APACHE2_MOD_CONF}.conf" \
		|| die "internal ebuild error: ${APACHE2_MOD_CONF}.conf not found."

}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-14  9:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-14  9:44 [gentoo-commits] gentoo-x86 commit in www-apache/mod_caucho: ChangeLog mod_caucho-3.0.25.ebuild mod_caucho-3.1.4.ebuild Krzysiek Pawlik (nelchael)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox