summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2012-06-14 16:01:29 +0000
committerMiroslav Šulc <fordfrog@gentoo.org>2012-06-14 16:01:29 +0000
commitf6d415292d8d6479b62fdf1c17de798376d3d384 (patch)
tree5225ba101880520ed4df5db7435f3079072d21f5 /dev-java
parentAdd hardened/linux/mips profiles (diff)
downloadgentoo-2-f6d415292d8d6479b62fdf1c17de798376d3d384.tar.gz
gentoo-2-f6d415292d8d6479b62fdf1c17de798376d3d384.tar.bz2
gentoo-2-f6d415292d8d6479b62fdf1c17de798376d3d384.zip
dev-java/tomcat-native: removed old ebuilds
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/tomcat-native/ChangeLog8
-rw-r--r--dev-java/tomcat-native/tomcat-native-1.1.15.ebuild45
-rw-r--r--dev-java/tomcat-native/tomcat-native-1.1.16.ebuild42
-rw-r--r--dev-java/tomcat-native/tomcat-native-1.1.18.ebuild47
-rw-r--r--dev-java/tomcat-native/tomcat-native-1.1.20.ebuild47
-rw-r--r--dev-java/tomcat-native/tomcat-native-1.1.22.ebuild47
6 files changed, 7 insertions, 229 deletions
diff --git a/dev-java/tomcat-native/ChangeLog b/dev-java/tomcat-native/ChangeLog
index 81a856a3deae..8fbfcd6c4c60 100644
--- a/dev-java/tomcat-native/ChangeLog
+++ b/dev-java/tomcat-native/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-java/tomcat-native
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.35 2012/06/04 11:37:51 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.36 2012/06/14 16:01:29 fordfrog Exp $
+
+ 14 Jun 2012; Miroslav Šulc <fordfrog@gentoo.org>
+ -tomcat-native-1.1.15.ebuild, -tomcat-native-1.1.16.ebuild,
+ -tomcat-native-1.1.18.ebuild, -tomcat-native-1.1.20.ebuild,
+ -tomcat-native-1.1.22.ebuild:
+ Removed old ebuilds
04 Jun 2012; Johannes Huber <johu@gentoo.org> tomcat-native-1.1.23.ebuild:
Stable for x86, wrt bug #418341
diff --git a/dev-java/tomcat-native/tomcat-native-1.1.15.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.15.ebuild
deleted file mode 100644
index 1f5e016f74a2..000000000000
--- a/dev-java/tomcat-native/tomcat-native-1.1.15.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 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.15.ebuild,v 1.2 2009/01/10 15:42:13 maekke 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
-
- 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.16.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.16.ebuild
deleted file mode 100644
index 4c3d2deb6183..000000000000
--- a/dev-java/tomcat-native/tomcat-native-1.1.16.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 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.16.ebuild,v 1.3 2010/02/01 20:12:54 maekke Exp $
-
-inherit eutils java-pkg-2
-
-DESCRIPTION="Native APR library for Tomcat"
-
-SLOT="0"
-SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${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/jni/native
-
-src_compile(){
- 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() {
- 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.18.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.18.ebuild
deleted file mode 100644
index 487a328ecb7f..000000000000
--- a/dev-java/tomcat-native/tomcat-native-1.1.18.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 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.18.ebuild,v 1.2 2010/03/02 13:50:27 phajdan.jr Exp $
-
-EAPI="2"
-
-inherit base eutils java-pkg-2
-
-DESCRIPTION="Native APR library for Tomcat"
-
-SLOT="0"
-SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${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/jni/native
-
-src_configure(){
- econf --with-apr=/usr/bin/apr-1-config \
- --with-ssl=/usr || die "Could not configure native sources"
-}
-
-src_compile() {
- base_src_compile
-}
-
-src_install() {
- 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.20.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.20.ebuild
deleted file mode 100644
index f7d00e18dc52..000000000000
--- a/dev-java/tomcat-native/tomcat-native-1.1.20.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 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.20.ebuild,v 1.3 2010/05/26 19:09:42 pacho Exp $
-
-EAPI="2"
-
-inherit base eutils java-pkg-2
-
-DESCRIPTION="Native APR library for Tomcat"
-
-SLOT="0"
-SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${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/jni/native
-
-src_configure(){
- econf --with-apr=/usr/bin/apr-1-config \
- --with-ssl=/usr || die "Could not configure native sources"
-}
-
-src_compile() {
- base_src_compile
-}
-
-src_install() {
- 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.22.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.22.ebuild
deleted file mode 100644
index eab50a64eb03..000000000000
--- a/dev-java/tomcat-native/tomcat-native-1.1.22.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 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.22.ebuild,v 1.3 2012/03/08 11:55:46 phajdan.jr Exp $
-
-EAPI="2"
-
-inherit base eutils java-pkg-2
-
-DESCRIPTION="Native APR library for Tomcat"
-
-SLOT="0"
-SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${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/jni/native
-
-src_configure(){
- econf --with-apr=/usr/bin/apr-1-config \
- --with-ssl=/usr || die "Could not configure native sources"
-}
-
-src_compile() {
- base_src_compile
-}
-
-src_install() {
- 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
-}