summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2010-01-10 13:33:02 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2010-01-10 13:33:02 +0000
commitc6a51ebe607d297af404843b61860e603213c690 (patch)
tree1841c0a4bdd5e0cf24fde552dd3c3b2c8922ddaf
parentTransfer Prefix keywords (diff)
downloadgentoo-2-c6a51ebe607d297af404843b61860e603213c690.tar.gz
gentoo-2-c6a51ebe607d297af404843b61860e603213c690.tar.bz2
gentoo-2-c6a51ebe607d297af404843b61860e603213c690.zip
Remove old versions.
(Portage version: 2.2_rc61/cvs/Linux i686)
-rw-r--r--dev-java/tomcat-native/ChangeLog6
-rw-r--r--dev-java/tomcat-native/tomcat-native-1.1.13-r1.ebuild49
-rw-r--r--dev-java/tomcat-native/tomcat-native-1.1.14.ebuild50
3 files changed, 5 insertions, 100 deletions
diff --git a/dev-java/tomcat-native/ChangeLog b/dev-java/tomcat-native/ChangeLog
index 3d984ae01a2f..b860d4d84e68 100644
--- a/dev-java/tomcat-native/ChangeLog
+++ b/dev-java/tomcat-native/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/tomcat-native
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.23 2010/01/10 13:32:16 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.24 2010/01/10 13:33:02 betelgeuse Exp $
+
+ 10 Jan 2010; Petteri Räty <betelgeuse@gentoo.org>
+ -tomcat-native-1.1.13-r1.ebuild, -tomcat-native-1.1.14.ebuild:
+ Remove old versions.
*tomcat-native-1.1.18 (10 Jan 2010)
diff --git a/dev-java/tomcat-native/tomcat-native-1.1.13-r1.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.13-r1.ebuild
deleted file mode 100644
index 285a5266af6a..000000000000
--- a/dev-java/tomcat-native/tomcat-native-1.1.13-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/tomcat-native-1.1.13-r1.ebuild,v 1.4 2008/03/02 14:15:37 philantrop Exp $
-
-inherit eutils java-pkg-2
-
-DESCRIPTION="Native APR library for Tomcat"
-
-SLOT="0"
-SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${P}-src.tar.gz"
-HOMEPAGE="http://tomcat.apache.org/"
-KEYWORDS="amd64 x86"
-LICENSE="Apache-2.0"
-
-RDEPEND="=dev-libs/apr-1*
- dev-libs/openssl
- >=virtual/jre-1.5"
-
-DEPEND=">=virtual/jdk-1.5
- ${RDEPEND}"
-
-S=${WORKDIR}/${P}-src
-
-src_compile(){
- cd "${S}"/jni/native
-
- # set version since upstream is slacking
- sed -i -e 's:1.1.12:1.1.13:' tcnative.spec
- sed -i -e 's:TCN_PATCH_VERSION 12:TCN_PATCH_VERSION 13:' \
- include/tcn_version.h
-
- econf --with-apr=/usr/bin/apr-1-config \
- --with-ssl=/usr || die "Could not configure native sources"
- emake || die "Could not build libtcnative-1.so"
-}
-
-src_install() {
- cd "${S}"/jni/native
- emake DESTDIR="${D}" install || die "Could not install libtcnative-1.so"
-}
-
-pkg_postinst() {
- elog
- elog " APR should be available with Tomcat, for more information"
- elog " please see http://tomcat.apache.org/tomcat-6.0-doc/apr.html"
- elog
- elog " Please report any bugs to http://bugs.gentoo.org/"
- elog
-}
diff --git a/dev-java/tomcat-native/tomcat-native-1.1.14.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.14.ebuild
deleted file mode 100644
index 80c4a15dcbfa..000000000000
--- a/dev-java/tomcat-native/tomcat-native-1.1.14.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/tomcat-native-1.1.14.ebuild,v 1.1 2008/07/07 18:56:12 wltjr Exp $
-
-inherit eutils java-pkg-2
-
-DESCRIPTION="Native APR library for Tomcat"
-
-SLOT="0"
-SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${P}-src.tar.gz"
-HOMEPAGE="http://tomcat.apache.org/"
-KEYWORDS="~amd64 ~x86"
-LICENSE="Apache-2.0"
-IUSE=""
-
-RDEPEND="=dev-libs/apr-1*
- dev-libs/openssl
- >=virtual/jre-1.5"
-
-DEPEND=">=virtual/jdk-1.5
- ${RDEPEND}"
-
-S=${WORKDIR}/${P}-src
-
-src_compile(){
- cd "${S}"/jni/native
-
- # set version since upstream is slacking
- sed -i -e 's:1.1.12:1.1.13:' tcnative.spec
- sed -i -e 's:TCN_PATCH_VERSION 12:TCN_PATCH_VERSION 13:' \
- include/tcn_version.h
-
- econf --with-apr=/usr/bin/apr-1-config \
- --with-ssl=/usr || die "Could not configure native sources"
- emake || die "Could not build libtcnative-1.so"
-}
-
-src_install() {
- cd "${S}"/jni/native
- emake DESTDIR="${D}" install || die "Could not install libtcnative-1.so"
-}
-
-pkg_postinst() {
- elog
- elog " APR should be available with Tomcat, for more information"
- elog " please see http://tomcat.apache.org/tomcat-6.0-doc/apr.html"
- elog
- elog " Please report any bugs to http://bugs.gentoo.org/"
- elog
-}