Gentoo Archives: gentoo-commits

From: "William Thomson (wltjr)" <wltjr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apache/mod_jk: ChangeLog mod_jk-1.2.26.ebuild
Date: Mon, 24 Dec 2007 16:34:45
Message-Id: E1J6qG9-0007ri-D6@stork.gentoo.org
1 wltjr 07/12/24 16:34:33
2
3 Modified: ChangeLog
4 Added: mod_jk-1.2.26.ebuild
5 Log:
6 Bumped to latest release
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.42 www-apache/mod_jk/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.42&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/ChangeLog?rev=1.42&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/ChangeLog?r1=1.41&r2=1.42
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v
19 retrieving revision 1.41
20 retrieving revision 1.42
21 diff -u -r1.41 -r1.42
22 --- ChangeLog 11 Aug 2007 15:09:58 -0000 1.41
23 +++ ChangeLog 24 Dec 2007 16:34:32 -0000 1.42
24 @@ -1,6 +1,12 @@
25 # ChangeLog for www-apache/mod_jk
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.41 2007/08/11 15:09:58 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.42 2007/12/24 16:34:32 wltjr Exp $
29 +
30 +*mod_jk-1.2.26 (24 Dec 2007)
31 +
32 + 24 Dec 2007; William L. Thomson Jr. <wltjr@g.o>
33 + +mod_jk-1.2.26.ebuild:
34 + Bumped to latest release
35
36 11 Aug 2007; Raúl Porcel <armin76@g.o> mod_jk-1.2.25.ebuild:
37 Back to ~arch, went straight to stable
38
39
40
41 1.1 www-apache/mod_jk/mod_jk-1.2.26.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.26.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.26.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mod_jk-1.2.26.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/mod_jk-1.2.26.ebuild,v 1.1 2007/12/24 16:34:32 wltjr Exp $
51
52 inherit apache-module autotools
53
54 MY_P="tomcat-connectors-${PV}-src"
55
56 KEYWORDS="~amd64 ~ppc ~x86"
57
58 DESCRIPTION="JK module for connecting Tomcat and Apache using the ajp13 protocol."
59 HOMEPAGE="http://tomcat.apache.org/connectors-doc/"
60 SRC_URI="mirror://apache/tomcat/tomcat-connectors/jk/source/jk-${PV}/${MY_P}.tar.gz"
61 LICENSE="Apache-2.0"
62 SLOT="0"
63 IUSE=""
64
65 S="${WORKDIR}/${MY_P}/native"
66
67 APACHE2_MOD_FILE="${S}/apache-2.0/${PN}.so"
68 APACHE2_MOD_CONF="88_${PN}"
69 APACHE2_MOD_DEFINE="JK"
70
71 DOCFILES="CHANGES"
72
73 need_apache
74
75 src_unpack() {
76 unpack ${A}
77 cd "${S}"
78
79 eautoreconf
80 }
81
82 src_compile() {
83 econf \
84 --with-apxs=${APXS2} \
85 --with-apr-config=/usr/bin/apr-config \
86 || die "econf failed"
87 emake LIBTOOL="/bin/sh $(pwd)/libtool --silent" || die "emake failed"
88 }
89
90 src_install() {
91 # install the workers.properties file
92 insinto "${APACHE_CONFDIR}"
93 doins "${FILESDIR}/jk-workers.properties"
94
95 # call the nifty default src_install :-)
96 apache-module_src_install
97 }
98
99 pkg_postinst() {
100 elog "Tomcat is not a dependency of mod_jk any longer, if you intend"
101 elog "to use it with Tomcat, you have to merge www-servers/tomcat on"
102 elog "your own."
103 }
104
105
106
107 --
108 gentoo-commits@g.o mailing list