summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Thomson <wltjr@gentoo.org>2008-02-05 16:27:52 +0000
committerWilliam Thomson <wltjr@gentoo.org>2008-02-05 16:27:52 +0000
commitaf8ca8696c7703bbd9bc9f16877331699617ed2a (patch)
tree748cd1cafcc7b6d0e6cd2390a9b923dd08dfa16a /www-apache
parentamd64 stable (diff)
downloadgentoo-2-af8ca8696c7703bbd9bc9f16877331699617ed2a.tar.gz
gentoo-2-af8ca8696c7703bbd9bc9f16877331699617ed2a.tar.bz2
gentoo-2-af8ca8696c7703bbd9bc9f16877331699617ed2a.zip
Removed older versions per bug #206140
(Portage version: 2.1.4)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_jk/ChangeLog6
-rw-r--r--www-apache/mod_jk/mod_jk-1.2.21-r2.ebuild56
-rw-r--r--www-apache/mod_jk/mod_jk-1.2.22.ebuild56
-rw-r--r--www-apache/mod_jk/mod_jk-1.2.23.ebuild56
4 files changed, 5 insertions, 169 deletions
diff --git a/www-apache/mod_jk/ChangeLog b/www-apache/mod_jk/ChangeLog
index 4d7b5a73f215..77f608e611c5 100644
--- a/www-apache/mod_jk/ChangeLog
+++ b/www-apache/mod_jk/ChangeLog
@@ -1,6 +1,10 @@
# 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.47 2008/01/31 19:05:28 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.48 2008/02/05 16:27:52 wltjr Exp $
+
+ 05 Feb 2008; William L. Thomson Jr. <wltjr@gentoo.org>
+ -mod_jk-1.2.21-r2.ebuild, -mod_jk-1.2.22.ebuild, -mod_jk-1.2.23.ebuild:
+ Removed older versions per bug #206140
31 Jan 2008; Benedikt Böhm <hollow@gentoo.org> mod_jk-1.2.21-r2.ebuild,
mod_jk-1.2.22.ebuild, mod_jk-1.2.23.ebuild, mod_jk-1.2.25.ebuild,
diff --git a/www-apache/mod_jk/mod_jk-1.2.21-r2.ebuild b/www-apache/mod_jk/mod_jk-1.2.21-r2.ebuild
deleted file mode 100644
index 69712a148ece..000000000000
--- a/www-apache/mod_jk/mod_jk-1.2.21-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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.21-r2.ebuild,v 1.5 2008/01/31 19:05:28 hollow Exp $
-
-inherit apache-module autotools
-
-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.txt README"
-
-need_apache
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- eautoreconf
-}
-
-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 "${FILESDIR}/jk-workers.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."
-}
diff --git a/www-apache/mod_jk/mod_jk-1.2.22.ebuild b/www-apache/mod_jk/mod_jk-1.2.22.ebuild
deleted file mode 100644
index 673b41c59f7f..000000000000
--- a/www-apache/mod_jk/mod_jk-1.2.22.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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.22.ebuild,v 1.7 2008/01/31 19:05:28 hollow Exp $
-
-inherit apache-module autotools
-
-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 README"
-
-need_apache
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- eautoreconf
-}
-
-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 "${FILESDIR}/jk-workers.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."
-}
diff --git a/www-apache/mod_jk/mod_jk-1.2.23.ebuild b/www-apache/mod_jk/mod_jk-1.2.23.ebuild
deleted file mode 100644
index 1659235aa815..000000000000
--- a/www-apache/mod_jk/mod_jk-1.2.23.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# 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.23.ebuild,v 1.6 2008/01/31 19:05:28 hollow Exp $
-
-inherit apache-module autotools
-
-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 README"
-
-need_apache
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- eautoreconf
-}
-
-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 "${FILESDIR}/jk-workers.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."
-}