diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2014-04-18 14:54:53 +0000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2014-04-18 14:54:53 +0000 |
commit | d9440cf899f810ebf30c6eb1a57bcbcad4686a75 (patch) | |
tree | 09b837f7c76fa79bf2c42cb52ef58f41ac252c01 /dev-java/tomcat-native | |
parent | dev-java/tomcat-native: version bump (diff) | |
download | gentoo-2-d9440cf899f810ebf30c6eb1a57bcbcad4686a75.tar.gz gentoo-2-d9440cf899f810ebf30c6eb1a57bcbcad4686a75.tar.bz2 gentoo-2-d9440cf899f810ebf30c6eb1a57bcbcad4686a75.zip |
dev-java/tomcat-native: removed old versions
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CFE47E2F)
Diffstat (limited to 'dev-java/tomcat-native')
-rw-r--r-- | dev-java/tomcat-native/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/tomcat-native/tomcat-native-1.1.23.ebuild | 47 | ||||
-rw-r--r-- | dev-java/tomcat-native/tomcat-native-1.1.24.ebuild | 47 | ||||
-rw-r--r-- | dev-java/tomcat-native/tomcat-native-1.1.27.ebuild | 47 | ||||
-rw-r--r-- | dev-java/tomcat-native/tomcat-native-1.1.28.ebuild | 47 |
5 files changed, 6 insertions, 189 deletions
diff --git a/dev-java/tomcat-native/ChangeLog b/dev-java/tomcat-native/ChangeLog index 30734a7ccff1..32a848f77598 100644 --- a/dev-java/tomcat-native/ChangeLog +++ b/dev-java/tomcat-native/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/tomcat-native # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.47 2014/04/18 14:53:20 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-native/ChangeLog,v 1.48 2014/04/18 14:54:53 fordfrog Exp $ + + 18 Apr 2014; Miroslav Šulc <fordfrog@gentoo.org> + -tomcat-native-1.1.23.ebuild, -tomcat-native-1.1.24.ebuild, + -tomcat-native-1.1.27.ebuild, -tomcat-native-1.1.28.ebuild: + removed old versions *tomcat-native-1.1.30 (18 Apr 2014) diff --git a/dev-java/tomcat-native/tomcat-native-1.1.23.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.23.ebuild deleted file mode 100644 index c5addb1e9d52..000000000000 --- a/dev-java/tomcat-native/tomcat-native-1.1.23.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.23.ebuild,v 1.3 2012/06/04 11:37:51 johu 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.24.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.24.ebuild deleted file mode 100644 index 11a533dea8b5..000000000000 --- a/dev-java/tomcat-native/tomcat-native-1.1.24.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.24.ebuild,v 1.3 2012/08/04 10:27:22 ago 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.27.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.27.ebuild deleted file mode 100644 index 106ff83b684e..000000000000 --- a/dev-java/tomcat-native/tomcat-native-1.1.27.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 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.27.ebuild,v 1.3 2013/05/20 08:29:16 ago 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.28.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.28.ebuild deleted file mode 100644 index bf2c604908d7..000000000000 --- a/dev-java/tomcat-native/tomcat-native-1.1.28.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 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.28.ebuild,v 1.1 2013/09/17 17:28:23 fordfrog Exp $ - -EAPI="5" - -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 -} |