diff options
Diffstat (limited to 'www-servers/tomcat')
-rw-r--r-- | www-servers/tomcat/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-5.5.26.ebuild | 4 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-6.0.16.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index ac72b4e69bba..4a71cfdc7811 100644 --- a/www-servers/tomcat/ChangeLog +++ b/www-servers/tomcat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/tomcat # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.182 2008/02/22 13:57:59 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.183 2008/03/17 22:35:33 maekke Exp $ + + 17 Mar 2008; Markus Meier <maekke@gentoo.org> tomcat-5.5.26.ebuild, + tomcat-6.0.16.ebuild: + amd64 stable, security bug #196066 22 Feb 2008; Tobias Scherbaum <dertobi123@gentoo.org> tomcat-6.0.16.ebuild: diff --git a/www-servers/tomcat/tomcat-5.5.26.ebuild b/www-servers/tomcat/tomcat-5.5.26.ebuild index 963bf53b4089..04181083912a 100644 --- a/www-servers/tomcat/tomcat-5.5.26.ebuild +++ b/www-servers/tomcat/tomcat-5.5.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.5.26.ebuild,v 1.2 2008/02/10 15:44:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.5.26.ebuild,v 1.3 2008/03/17 22:35:33 maekke Exp $ WANT_ANT_TASKS="ant-trax" @@ -12,7 +12,7 @@ MY_P="apache-${P}-src" SLOT="5.5" SRC_URI="mirror://apache/${PN}/${PN}-5/v${PV}/src/${MY_P}.tar.gz" HOMEPAGE="http://tomcat.apache.org/" -KEYWORDS="~amd64 -ppc -ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 -ppc -ppc64 x86 ~x86-fbsd" LICENSE="Apache-2.0" IUSE="admin java5 doc examples source test" diff --git a/www-servers/tomcat/tomcat-6.0.16.ebuild b/www-servers/tomcat/tomcat-6.0.16.ebuild index f59cbf2160c3..5801c4c2e82f 100644 --- a/www-servers/tomcat/tomcat-6.0.16.ebuild +++ b/www-servers/tomcat/tomcat-6.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.16.ebuild,v 1.4 2008/02/22 13:57:59 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.16.ebuild,v 1.5 2008/03/17 22:35:33 maekke Exp $ WANT_ANT_TASKS="ant-trax" @@ -12,7 +12,7 @@ MY_P="apache-${P}-src" SLOT="6" SRC_URI="mirror://apache/${PN}/${PN}-6/v${PV/_/-}/src/${MY_P}.tar.gz" HOMEPAGE="http://tomcat.apache.org/" -KEYWORDS="~amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" LICENSE="Apache-2.0" IUSE="doc examples source test" |