public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_jk: mod_jk-1.2.32.ebuild ChangeLog
@ 2011-10-14 16:58 Steve Dibb (beandog)
  0 siblings, 0 replies; 4+ messages in thread
From: Steve Dibb (beandog) @ 2011-10-14 16:58 UTC (permalink / raw
  To: gentoo-commits

beandog     11/10/14 16:58:23

  Modified:             ChangeLog
  Added:                mod_jk-1.2.32.ebuild
  Log:
  Version bump, bug 355151
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.69                 www-apache/mod_jk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	24 Oct 2010 14:43:15 -0000	1.68
+++ ChangeLog	14 Oct 2011 16:58:23 -0000	1.69
@@ -1,6 +1,11 @@
 # ChangeLog for www-apache/mod_jk
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.68 2010/10/24 14:43:15 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.69 2011/10/14 16:58:23 beandog Exp $
+
+*mod_jk-1.2.32 (14 Oct 2011)
+
+  14 Oct 2011; Steve Dibb <beandog@gentoo.org> +mod_jk-1.2.32.ebuild:
+  Version bump, bug 355151
 
   24 Oct 2010; Brent Baude <ranger@gentoo.org> mod_jk-1.2.30.ebuild:
   Marking mod_jk-1.2.30 ppc for bug 315561



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

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

Index: mod_jk-1.2.32.ebuild
===================================================================
# Copyright 1999-2011 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.32.ebuild,v 1.1 2011/10/14 16:58:23 beandog Exp $

EAPI="2"

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/${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"

DEPEND=">=virtual/jdk-1.4"
RDEPEND=""

need_apache

pkg_setup() {
	java-pkg-2_pkg_setup
}

src_configure() {
	econf \
		--with-apxs=${APXS} \
		--with-apr-config=/usr/bin/apr-config \
		|| die "econf failed"
}

src_compile() {
	emake LIBTOOL="/bin/sh $(pwd)/libtool --silent" || die "emake failed"
}

src_install() {
	# install the workers.properties file
	insinto "${APACHE_CONFDIR}"
	newins "${CONF_DIR}/workers.properties.minimal" \
		jk-workers-minimal.properties || die
	newins "${CONF_DIR}/workers.properties" \
		jk-workers.properties || die
	doins "${CONF_DIR}/uriworkermap.properties" || die

	# 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"

	elog ""
	elog "JNI Worker Deprecation:"
	elog "Workers of type jni are broken since a long time."
	elog "Since there is no more use for them, they have been deprecated now,"
	elog "and will be removed in a future release."
}






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

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_jk: mod_jk-1.2.32.ebuild ChangeLog
@ 2012-02-24  9:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24  9:48 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 09:48:11

  Modified:             mod_jk-1.2.32.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #400519
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  www-apache/mod_jk/mod_jk-1.2.32.ebuild

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

Index: mod_jk-1.2.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_jk-1.2.32.ebuild	14 Oct 2011 16:58:23 -0000	1.1
+++ mod_jk-1.2.32.ebuild	24 Feb 2012 09:48:11 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.32.ebuild,v 1.1 2011/10/14 16:58:23 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.32.ebuild,v 1.2 2012/02/24 09:48:11 ago Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 
 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/"



1.70                 www-apache/mod_jk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	14 Oct 2011 16:58:23 -0000	1.69
+++ ChangeLog	24 Feb 2012 09:48:11 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_jk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.69 2011/10/14 16:58:23 beandog Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.70 2012/02/24 09:48:11 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> mod_jk-1.2.32.ebuild:
+  Stable for amd64, wrt bug #400519
 
 *mod_jk-1.2.32 (14 Oct 2011)
 






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

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_jk: mod_jk-1.2.32.ebuild ChangeLog
@ 2012-03-06 20:55 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-03-06 20:55 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/06 20:55:06

  Modified:             mod_jk-1.2.32.ebuild ChangeLog
  Log:
  Marking mod_jk-1.2.32 ppc for bug 400519
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  www-apache/mod_jk/mod_jk-1.2.32.ebuild

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

Index: mod_jk-1.2.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.32.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_jk-1.2.32.ebuild	24 Feb 2012 09:48:11 -0000	1.2
+++ mod_jk-1.2.32.ebuild	6 Mar 2012 20:55:06 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.32.ebuild,v 1.2 2012/02/24 09:48:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.32.ebuild,v 1.3 2012/03/06 20:55:06 ranger Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 
 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/"



1.71                 www-apache/mod_jk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	24 Feb 2012 09:48:11 -0000	1.70
+++ ChangeLog	6 Mar 2012 20:55:06 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_jk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.70 2012/02/24 09:48:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.71 2012/03/06 20:55:06 ranger Exp $
+
+  06 Mar 2012; Brent Baude <ranger@gentoo.org> mod_jk-1.2.32.ebuild:
+  Marking mod_jk-1.2.32 ppc for bug 400519
 
   24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> mod_jk-1.2.32.ebuild:
   Stable for amd64, wrt bug #400519






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

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_jk: mod_jk-1.2.32.ebuild ChangeLog
@ 2012-03-08 11:38 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-08 11:38 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/03/08 11:38:32

  Modified:             mod_jk-1.2.32.ebuild ChangeLog
  Log:
  x86 stable wrt bug #400519
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.4                  www-apache/mod_jk/mod_jk-1.2.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.32.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.32.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.32.ebuild?r1=1.3&r2=1.4

Index: mod_jk-1.2.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.32.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mod_jk-1.2.32.ebuild	6 Mar 2012 20:55:06 -0000	1.3
+++ mod_jk-1.2.32.ebuild	8 Mar 2012 11:38:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.32.ebuild,v 1.3 2012/03/06 20:55:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.32.ebuild,v 1.4 2012/03/08 11:38:32 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 
 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/"



1.72                 www-apache/mod_jk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_jk/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	6 Mar 2012 20:55:06 -0000	1.71
+++ ChangeLog	8 Mar 2012 11:38:32 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for www-apache/mod_jk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.71 2012/03/06 20:55:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.72 2012/03/08 11:38:32 phajdan.jr Exp $
+
+  08 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> mod_jk-1.2.32.ebuild:
+  x86 stable wrt bug #400519
 
   06 Mar 2012; Brent Baude <ranger@gentoo.org> mod_jk-1.2.32.ebuild:
   Marking mod_jk-1.2.32 ppc for bug 400519






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

end of thread, other threads:[~2012-03-08 11:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 20:55 [gentoo-commits] gentoo-x86 commit in www-apache/mod_jk: mod_jk-1.2.32.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-08 11:38 PaweA Hajdan (phajdan.jr)
2012-02-24  9:48 Agostino Sarubbo (ago)
2011-10-14 16:58 Steve Dibb (beandog)

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