diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2011-12-31 11:55:39 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2011-12-31 11:55:39 +0000 |
commit | de262ed846e1e4ed5b62c207c1ad4cd330b06978 (patch) | |
tree | d5beff6152a52a6888efc8614aac992ecae9484c /dev-java/ant-apache-bsf | |
parent | Added Prefix changes, bug #395827. Added Prefix keywords. (diff) | |
download | historical-de262ed846e1e4ed5b62c207c1ad4cd330b06978.tar.gz historical-de262ed846e1e4ed5b62c207c1ad4cd330b06978.tar.bz2 historical-de262ed846e1e4ed5b62c207c1ad4cd330b06978.zip |
Drop ia64 support #345433
Package-Manager: portage-2.1.10.43/cvs/Linux x86_64
Diffstat (limited to 'dev-java/ant-apache-bsf')
4 files changed, 14 insertions, 9 deletions
diff --git a/dev-java/ant-apache-bsf/ChangeLog b/dev-java/ant-apache-bsf/ChangeLog index ff32f3cce342..5cfc037f74aa 100644 --- a/dev-java/ant-apache-bsf/ChangeLog +++ b/dev-java/ant-apache-bsf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/ant-apache-bsf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.34 2011/07/18 06:24:38 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ChangeLog,v 1.35 2011/12/31 11:42:43 sera Exp $ + + 31 Dec 2011; Ralph Sennhauser <sera@gentoo.org> + ant-apache-bsf-1.7.1-r1.ebuild, ant-apache-bsf-1.8.0.ebuild, + ant-apache-bsf-1.8.1.ebuild: + Drop ia64 support #345433 18 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> ant-apache-bsf-1.8.1.ebuild: diff --git a/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1-r1.ebuild b/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1-r1.ebuild index e8df467f3f7f..a7a8674106e3 100644 --- a/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1-r1.ebuild +++ b/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1-r1.ebuild,v 1.7 2010/02/21 00:21:08 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.7.1-r1.ebuild,v 1.8 2011/12/31 11:42:43 sera Exp $ EAPI=2 @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="bsf-2.3" inherit eutils ant-tasks -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # ant-nodeps contains <script> task which is needed for this diff --git a/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.0.ebuild b/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.0.ebuild index df9c97ca5de3..ba1efa51aadf 100644 --- a/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.0.ebuild +++ b/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.0.ebuild,v 1.1 2010/02/21 00:21:08 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.0.ebuild,v 1.2 2011/12/31 11:42:43 sera Exp $ EAPI=2 @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="bsf-2.3" inherit eutils ant-tasks -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # ant-nodeps contains <script> task which is needed for this diff --git a/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.1.ebuild b/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.1.ebuild index 21ba05923171..4ee69ee842ac 100644 --- a/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.1.ebuild +++ b/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.1.ebuild,v 1.7 2011/07/18 06:24:38 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-apache-bsf/ant-apache-bsf-1.8.1.ebuild,v 1.8 2011/12/31 11:42:43 sera Exp $ EAPI=2 @@ -8,7 +8,7 @@ ANT_TASK_DEPNAME="bsf-2.3" inherit eutils ant-tasks -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # ant-nodeps contains <script> task which is needed for this |