diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:33:21 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:33:21 +0000 |
commit | 37c97f840908dd57c60141bf7ab29a4e0f861ad9 (patch) | |
tree | ed20acc6fda6e2bdbbe0e6ffaef32a9cd2061768 /net-www/tomcat | |
parent | removed old ebuild (diff) | |
download | gentoo-2-37c97f840908dd57c60141bf7ab29a4e0f861ad9.tar.gz gentoo-2-37c97f840908dd57c60141bf7ab29a4e0f861ad9.tar.bz2 gentoo-2-37c97f840908dd57c60141bf7ab29a4e0f861ad9.zip |
12-08-02 Keyword change remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'net-www/tomcat')
-rw-r--r-- | net-www/tomcat/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-4.0.1.ebuild | 4 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-4.0.3.ebuild | 4 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-4.0.4.ebuild | 4 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-4.0.5.ebuild | 4 | ||||
-rw-r--r-- | net-www/tomcat/tomcat-4.0.6.ebuild | 4 |
6 files changed, 14 insertions, 11 deletions
diff --git a/net-www/tomcat/ChangeLog b/net-www/tomcat/ChangeLog index 287ef480dd9a..f3a3df19e595 100644 --- a/net-www/tomcat/ChangeLog +++ b/net-www/tomcat/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for net-www/tomcat # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.9 2002/10/15 03:29:46 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/ChangeLog,v 1.10 2002/12/09 04:33:20 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *tomcat-4.0.6 (15 Oct 2002) 15 Oct 2002; Maik Schreiber <blizzy@gentoo.org> : New version - diff --git a/net-www/tomcat/tomcat-4.0.1.ebuild b/net-www/tomcat/tomcat-4.0.1.ebuild index 1ca537198520..676c7d829b48 100644 --- a/net-www/tomcat/tomcat-4.0.1.ebuild +++ b/net-www/tomcat/tomcat-4.0.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.1.ebuild,v 1.10 2002/10/04 06:21:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.1.ebuild,v 1.11 2002/12/09 04:33:20 manson Exp $ S=${WORKDIR}/jakarta-${P} DESCRIPTION="Apache Servlet Engine" SRC_URI="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PV}/bin/jakarta-tomcat-4.0.1.tar.gz" HOMEPAGE="http://jakarta.apache.org/tomcat" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " SLOT="0" LICENSE="Apache-1.1" diff --git a/net-www/tomcat/tomcat-4.0.3.ebuild b/net-www/tomcat/tomcat-4.0.3.ebuild index c35e2dec1041..4ccfd7a43263 100644 --- a/net-www/tomcat/tomcat-4.0.3.ebuild +++ b/net-www/tomcat/tomcat-4.0.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.3.ebuild,v 1.6 2002/10/04 06:21:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.3.ebuild,v 1.7 2002/12/09 04:33:20 manson Exp $ S=${WORKDIR}/jakarta-${P} DESCRIPTION="Apache Servlet Engine" SRC_URI="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PV}/bin/jakarta-tomcat-${PV}.tar.gz" HOMEPAGE="http://jakarta.apache.org/tomcat" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " SLOT="0" LICENSE="Apache-1.1" diff --git a/net-www/tomcat/tomcat-4.0.4.ebuild b/net-www/tomcat/tomcat-4.0.4.ebuild index 130662ce3aae..682210fd10fe 100644 --- a/net-www/tomcat/tomcat-4.0.4.ebuild +++ b/net-www/tomcat/tomcat-4.0.4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.4.ebuild,v 1.6 2002/10/20 18:52:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.4.ebuild,v 1.7 2002/12/09 04:33:20 manson Exp $ S=${WORKDIR}/jakarta-${P} DESCRIPTION="Apache Servlet Engine" SRC_URI="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PV}/bin/jakarta-tomcat-${PV}.tar.gz" HOMEPAGE="http://jakarta.apache.org/tomcat" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="x86 ppc sparc " LICENSE="Apache-1.1" SLOT="0" DEPEND=">=virtual/jdk-1.2" diff --git a/net-www/tomcat/tomcat-4.0.5.ebuild b/net-www/tomcat/tomcat-4.0.5.ebuild index 37c73cccac33..49a65c5241eb 100644 --- a/net-www/tomcat/tomcat-4.0.5.ebuild +++ b/net-www/tomcat/tomcat-4.0.5.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.5.ebuild,v 1.4 2002/10/20 18:52:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.5.ebuild,v 1.5 2002/12/09 04:33:20 manson Exp $ S=${WORKDIR}/jakarta-${P} DESCRIPTION="Apache Servlet Engine" SRC_URI="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PV}/bin/jakarta-tomcat-${PV}.tar.gz" HOMEPAGE="http://jakarta.apache.org/tomcat" -KEYWORDS="x86 ppc sparc sparc64 alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="Apache-1.1" SLOT="0" DEPEND=">=virtual/jdk-1.2" diff --git a/net-www/tomcat/tomcat-4.0.6.ebuild b/net-www/tomcat/tomcat-4.0.6.ebuild index e42cb3f04030..28c5b69de180 100644 --- a/net-www/tomcat/tomcat-4.0.6.ebuild +++ b/net-www/tomcat/tomcat-4.0.6.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.6.ebuild,v 1.2 2002/10/20 18:52:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/tomcat/tomcat-4.0.6.ebuild,v 1.3 2002/12/09 04:33:20 manson Exp $ S=${WORKDIR}/jakarta-${P} DESCRIPTION="Apache Servlet Engine" SRC_URI="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PV}/bin/jakarta-tomcat-${PV}.tar.gz" HOMEPAGE="http://jakarta.apache.org/tomcat" -KEYWORDS="x86 ppc sparc sparc64 alpha" +KEYWORDS="x86 ppc sparc alpha" LICENSE="Apache-1.1" SLOT="0" DEPEND=">=virtual/jdk-1.2" |