diff options
author | Markus Meier <maekke@gentoo.org> | 2009-03-07 10:54:41 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-03-07 10:54:41 +0000 |
commit | 175c69e44a232ebebaa047c9fd5851780b652960 (patch) | |
tree | 7f5d598f55d7e4edd6bbc7239bfa053d1f3430e2 /www-servers | |
parent | x86 stable, bug 253551 (diff) | |
download | gentoo-2-175c69e44a232ebebaa047c9fd5851780b652960.tar.gz gentoo-2-175c69e44a232ebebaa047c9fd5851780b652960.tar.bz2 gentoo-2-175c69e44a232ebebaa047c9fd5851780b652960.zip |
amd64/x86 stable, bug #261469
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-5.5.27-r3.ebuild | 4 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-6.0.18-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index 8068c56fbd58..a4e76955c31c 100644 --- a/www-servers/tomcat/ChangeLog +++ b/www-servers/tomcat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/tomcat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.208 2009/03/06 18:50:13 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.209 2009/03/07 10:54:41 maekke Exp $ + + 07 Mar 2009; Markus Meier <maekke@gentoo.org> tomcat-5.5.27-r3.ebuild, + tomcat-6.0.18-r3.ebuild: + amd64/x86 stable, bug #261469 *tomcat-6.0.18-r3 (06 Mar 2009) *tomcat-5.5.27-r3 (06 Mar 2009) diff --git a/www-servers/tomcat/tomcat-5.5.27-r3.ebuild b/www-servers/tomcat/tomcat-5.5.27-r3.ebuild index 82027234642b..d063d7f5173f 100644 --- a/www-servers/tomcat/tomcat-5.5.27-r3.ebuild +++ b/www-servers/tomcat/tomcat-5.5.27-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.5.27-r3.ebuild,v 1.1 2009/03/06 18:50:13 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-5.5.27-r3.ebuild,v 1.2 2009/03/07 10:54:41 maekke Exp $ EAPI="2" JAVA_PKG_IUSE="doc source" @@ -14,7 +14,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 examples test" diff --git a/www-servers/tomcat/tomcat-6.0.18-r3.ebuild b/www-servers/tomcat/tomcat-6.0.18-r3.ebuild index ba7b5c8c67fe..5f93f2361770 100644 --- a/www-servers/tomcat/tomcat-6.0.18-r3.ebuild +++ b/www-servers/tomcat/tomcat-6.0.18-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.18-r3.ebuild,v 1.1 2009/03/06 18:50:13 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.18-r3.ebuild,v 1.2 2009/03/07 10:54:41 maekke Exp $ EAPI=1 JAVA_PKG_IUSE="doc source" @@ -14,7 +14,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="examples test" |