public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_jk: ChangeLog mod_jk-1.2.27.ebuild
@ 2008-12-06  1:01 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 3+ messages in thread
From: Petteri Raty (betelgeuse) @ 2008-12-06  1:01 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    08/12/06 01:01:52

  Modified:             ChangeLog
  Added:                mod_jk-1.2.27.ebuild
  Log:
  Version bump. Thanks to Mike Weissman <mike@weisso.com>. Fixes bug #245597.
  (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27-gentoo-r2 i686)

Revision  Changes    Path
1.52                 www-apache/mod_jk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	6 Dec 2008 00:22:52 -0000	1.51
+++ ChangeLog	6 Dec 2008 01:01:52 -0000	1.52
@@ -1,6 +1,12 @@
 # ChangeLog for www-apache/mod_jk
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.51 2008/12/06 00:22:52 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.52 2008/12/06 01:01:52 betelgeuse Exp $
+
+*mod_jk-1.2.27 (06 Dec 2008)
+
+  06 Dec 2008; Petteri Räty <betelgeuse@gentoo.org> +mod_jk-1.2.27.ebuild:
+  Version bump. Thanks to Mike Weissman <mike@weisso.com>. Fixes bug
+  #245597.
 
   06 Dec 2008; Petteri Räty <betelgeuse@gentoo.org> metadata.xml:
   Remove wltjr as he retired ages ago.



1.1                  www-apache/mod_jk/mod_jk-1.2.27.ebuild

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

Index: mod_jk-1.2.27.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.27.ebuild,v 1.1 2008/12/06 01:01:52 betelgeuse Exp $

inherit apache-module java-pkg-2

MY_P="tomcat-connectors-${PV}-src"

KEYWORDS="~amd64 ~ppc ~x86"

DESCRIPTION="JK module for connecting Tomcat and Apache using the ajp13 protocol."
HOMEPAGE="http://tomcat.apache.org/connectors-doc/"
SRC_URI="mirror://apache/tomcat/tomcat-connectors/jk/source/jk-${PV}/${MY_P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""

S="${WORKDIR}/${MY_P}/native"

APACHE2_MOD_FILE="${S}/apache-2.0/${PN}.so"
APACHE2_MOD_CONF="88_${PN}"
APACHE2_MOD_DEFINE="JK"

DOCFILES="CHANGES"
CONF_DIR="${WORKDIR}/${MY_P}/conf"
need_apache

DEPEND=">=virtual/jdk-1.4"

src_compile() {
	econf \
		--with-apxs=${APXS} \
		--with-apr-config=/usr/bin/apr-config \
		|| die "econf failed"
	emake LIBTOOL="/bin/sh $(pwd)/libtool --silent" || die "emake failed"
}

src_install() {
	# install the workers.properties file
	insinto "${APACHE_CONFDIR}"
	doins "${CONF_DIR}/workers.properties"
	doins "${CONF_DIR}/uriworkermap.properties"

	# call the nifty default src_install :-)
	apache-module_src_install
}

pkg_postinst() {
	elog "Tomcat is not a dependency of mod_jk any longer, if you intend"
	elog "to use it with Tomcat, you have to merge www-servers/tomcat on"
	elog "your own."

	elog "Advanced Directives and Options can be found at: "
	elog "http://tomcat.apache.org/connectors-doc/reference/workers.html"
}






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

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_jk: ChangeLog mod_jk-1.2.27.ebuild
@ 2009-04-18  8:18 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 3+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-04-18  8:18 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/04/18 08:18:16

  Modified:             ChangeLog mod_jk-1.2.27.ebuild
  Log:
  ppc stable #265455
  (Portage version: 2.1.6.11/cvs/Linux ppc)

Revision  Changes    Path
1.57                 www-apache/mod_jk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	5 Apr 2009 19:56:55 -0000	1.56
+++ ChangeLog	18 Apr 2009 08:18:16 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_jk
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.56 2009/04/05 19:56:55 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.57 2009/04/18 08:18:16 nixnut Exp $
+
+  18 Apr 2009; nixnut <nixnut@gentoo.org> mod_jk-1.2.27.ebuild:
+  ppc stable #265455
 
   05 Apr 2009; Petteri Räty <betelgeuse@gentoo.org> mod_jk-1.2.28.ebuild:
   Add empty RDEPEND.



1.2                  www-apache/mod_jk/mod_jk-1.2.27.ebuild

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

Index: mod_jk-1.2.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.27.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_jk-1.2.27.ebuild	6 Dec 2008 01:01:52 -0000	1.1
+++ mod_jk-1.2.27.ebuild	18 Apr 2009 08:18:16 -0000	1.2
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.27.ebuild,v 1.1 2008/12/06 01:01:52 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.27.ebuild,v 1.2 2009/04/18 08:18:16 nixnut Exp $
 
 inherit apache-module java-pkg-2
 
 MY_P="tomcat-connectors-${PV}-src"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 
 DESCRIPTION="JK module for connecting Tomcat and Apache using the ajp13 protocol."
 HOMEPAGE="http://tomcat.apache.org/connectors-doc/"






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

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_jk: ChangeLog mod_jk-1.2.27.ebuild
@ 2009-04-18 11:57 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-04-18 11:57 UTC (permalink / raw
  To: gentoo-commits

maekke      09/04/18 11:57:23

  Modified:             ChangeLog mod_jk-1.2.27.ebuild
  Log:
  amd64/x86 stable, bug #265455
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 www-apache/mod_jk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	18 Apr 2009 08:18:16 -0000	1.57
+++ ChangeLog	18 Apr 2009 11:57:23 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_jk
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.57 2009/04/18 08:18:16 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.58 2009/04/18 11:57:23 maekke Exp $
+
+  18 Apr 2009; Markus Meier <maekke@gentoo.org> mod_jk-1.2.27.ebuild:
+  amd64/x86 stable, bug #265455
 
   18 Apr 2009; nixnut <nixnut@gentoo.org> mod_jk-1.2.27.ebuild:
   ppc stable #265455



1.3                  www-apache/mod_jk/mod_jk-1.2.27.ebuild

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

Index: mod_jk-1.2.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.27.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_jk-1.2.27.ebuild	18 Apr 2009 08:18:16 -0000	1.2
+++ mod_jk-1.2.27.ebuild	18 Apr 2009 11:57:23 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.27.ebuild,v 1.2 2009/04/18 08:18:16 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.27.ebuild,v 1.3 2009/04/18 11:57:23 maekke Exp $
 
 inherit apache-module java-pkg-2
 
 MY_P="tomcat-connectors-${PV}-src"
 
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 DESCRIPTION="JK module for connecting Tomcat and Apache using the ajp13 protocol."
 HOMEPAGE="http://tomcat.apache.org/connectors-doc/"






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

end of thread, other threads:[~2009-04-18 11:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-18 11:57 [gentoo-commits] gentoo-x86 commit in www-apache/mod_jk: ChangeLog mod_jk-1.2.27.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-18  8:18 Gysbert Wassenaar (nixnut)
2008-12-06  1:01 Petteri Raty (betelgeuse)

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