public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_caucho: mod_caucho-4.0.6.ebuild ChangeLog
@ 2010-04-19 21:16 Krzysztof Pawlik (nelchael)
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Pawlik (nelchael) @ 2010-04-19 21:16 UTC (permalink / raw
  To: gentoo-commits

nelchael    10/04/19 21:16:15

  Modified:             ChangeLog
  Added:                mod_caucho-4.0.6.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 www-apache/mod_caucho/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	2 Apr 2010 12:40:37 -0000	1.51
+++ ChangeLog	19 Apr 2010 21:16:15 -0000	1.52
@@ -1,6 +1,12 @@
 # ChangeLog for www-apache/mod_caucho
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.51 2010/04/02 12:40:37 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.52 2010/04/19 21:16:15 nelchael Exp $
+
+*mod_caucho-4.0.6 (19 Apr 2010)
+
+  19 Apr 2010; Krzysztof Pawlik <nelchael@gentoo.org>
+  +mod_caucho-4.0.6.ebuild:
+  Version bump.
 
 *mod_caucho-4.0.5 (02 Apr 2010)
 



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

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

Index: mod_caucho-4.0.6.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-4.0.6.ebuild,v 1.1 2010/04/19 21:16:15 nelchael Exp $

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 ~ppc ~ppc64 ~x86"
IUSE=""

DEPEND="${DEPEND}
	app-arch/unzip"
RDEPEND=""

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

src_prepare() {
	## for i in "${WORKDIR}"/${PV}/mod_caucho-*; do
	## 	epatch "${i}"
	## done

	eautoreconf
	chmod 755 ./configure
}

src_configure() {
	econf --with-apxs=${APXS} || die "econf failed"
}

src_compile() {
	emake -C "${S}/modules/c/src/apache2/" || die "emake failed"
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_caucho: mod_caucho-4.0.6.ebuild ChangeLog
@ 2010-04-24 10:40 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-04-24 10:40 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/04/24 10:40:28

  Modified:             mod_caucho-4.0.6.ebuild ChangeLog
  Log:
  QA: fix eautoreconf call (bug #316897).
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  www-apache/mod_caucho/mod_caucho-4.0.6.ebuild

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

Index: mod_caucho-4.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-4.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_caucho-4.0.6.ebuild	19 Apr 2010 21:16:15 -0000	1.1
+++ mod_caucho-4.0.6.ebuild	24 Apr 2010 10:40:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-4.0.6.ebuild,v 1.1 2010/04/19 21:16:15 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-4.0.6.ebuild,v 1.2 2010/04/24 10:40:27 flameeyes Exp $
 
 EAPI="2"
 
@@ -34,6 +34,7 @@
 	## 	epatch "${i}"
 	## done
 
+	mkdir m4
 	eautoreconf
 	chmod 755 ./configure
 }



1.53                 www-apache/mod_caucho/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	19 Apr 2010 21:16:15 -0000	1.52
+++ ChangeLog	24 Apr 2010 10:40:27 -0000	1.53
@@ -1,6 +1,10 @@
 # ChangeLog for www-apache/mod_caucho
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.52 2010/04/19 21:16:15 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/ChangeLog,v 1.53 2010/04/24 10:40:27 flameeyes Exp $
+
+  24 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  mod_caucho-4.0.6.ebuild:
+  QA: fix eautoreconf call (bug #316897).
 
 *mod_caucho-4.0.6 (19 Apr 2010)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-24 10:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-19 21:16 [gentoo-commits] gentoo-x86 commit in www-apache/mod_caucho: mod_caucho-4.0.6.ebuild ChangeLog Krzysztof Pawlik (nelchael)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-24 10:40 Diego Petteno (flameeyes)

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