diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-10 15:52:40 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-10 15:52:40 +0000 |
commit | 23f15a751322a22a44c68b32ac84511b67a3d8b8 (patch) | |
tree | 5bed6d05737790784b899c01ee5594fb8830f636 /www-servers | |
parent | Move live ebuild from gnustep overlay (diff) | |
download | gentoo-2-23f15a751322a22a44c68b32ac84511b67a3d8b8.tar.gz gentoo-2-23f15a751322a22a44c68b32ac84511b67a3d8b8.tar.bz2 gentoo-2-23f15a751322a22a44c68b32ac84511b67a3d8b8.zip |
Stable for ppc64, wrt bug #549536
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/tomcat/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-6.0.44.ebuild | 4 | ||||
-rw-r--r-- | www-servers/tomcat/tomcat-7.0.59.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog index 9da9bd4f43a4..a2b3971df1fa 100644 --- a/www-servers/tomcat/ChangeLog +++ b/www-servers/tomcat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/tomcat # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.356 2015/06/09 09:24:32 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.357 2015/06/10 15:52:40 ago Exp $ + + 10 Jun 2015; Agostino Sarubbo <ago@gentoo.org> tomcat-6.0.44.ebuild, + tomcat-7.0.59.ebuild: + Stable for ppc64, wrt bug #549536 *tomcat-8.0.22-r1 (09 Jun 2015) *tomcat-7.0.59-r1 (09 Jun 2015) diff --git a/www-servers/tomcat/tomcat-6.0.44.ebuild b/www-servers/tomcat/tomcat-6.0.44.ebuild index 841164406e91..935f3247e528 100644 --- a/www-servers/tomcat/tomcat-6.0.44.ebuild +++ b/www-servers/tomcat/tomcat-6.0.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.44.ebuild,v 1.3 2015/06/05 09:00:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.44.ebuild,v 1.4 2015/06/10 15:52:40 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-6/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="6" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-fbsd" IUSE="extra-webapps" RESTRICT="test" diff --git a/www-servers/tomcat/tomcat-7.0.59.ebuild b/www-servers/tomcat/tomcat-7.0.59.ebuild index ad1f61c0ea10..87d27ba2713b 100644 --- a/www-servers/tomcat/tomcat-7.0.59.ebuild +++ b/www-servers/tomcat/tomcat-7.0.59.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-7.0.59.ebuild,v 1.4 2015/06/08 22:28:50 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-7.0.59.ebuild,v 1.5 2015/06/10 15:52:40 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="mirror://apache/${PN}/tomcat-7/v${PV}/src/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="7" -KEYWORDS="amd64 x86 ~ppc ~ppc64 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="extra-webapps websockets" RESTRICT="test" # can we run them on a production system? |