diff options
author | 2011-12-31 12:42:00 +0000 | |
---|---|---|
committer | 2011-12-31 12:42:00 +0000 | |
commit | 14587d2af421a40c173d2318eb4ef678ecc29fde (patch) | |
tree | 094fc3e6925a9760feded9ea9b77e6b202d73fcb /dev-java/jsch | |
parent | Stable for AMD64, wrt bug #396517 (diff) | |
download | gentoo-2-14587d2af421a40c173d2318eb4ef678ecc29fde.tar.gz gentoo-2-14587d2af421a40c173d2318eb4ef678ecc29fde.tar.bz2 gentoo-2-14587d2af421a40c173d2318eb4ef678ecc29fde.zip |
Drop ia64 support #345433
(Portage version: 2.1.10.43/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/jsch')
-rw-r--r-- | dev-java/jsch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/jsch/jsch-0.1.41.ebuild | 6 | ||||
-rw-r--r-- | dev-java/jsch/jsch-0.1.44.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-java/jsch/ChangeLog b/dev-java/jsch/ChangeLog index a48442058b66..e3b42549ec6d 100644 --- a/dev-java/jsch/ChangeLog +++ b/dev-java/jsch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/jsch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/ChangeLog,v 1.82 2011/05/03 18:44:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/ChangeLog,v 1.83 2011/12/31 12:42:00 sera Exp $ + + 31 Dec 2011; Ralph Sennhauser <sera@gentoo.org> jsch-0.1.41.ebuild, + jsch-0.1.44.ebuild: + Drop ia64 support #345433 03 May 2011; Fabian Groffen <grobian@gentoo.org> jsch-0.1.44.ebuild: Marked ~x64-freebsd diff --git a/dev-java/jsch/jsch-0.1.41.ebuild b/dev-java/jsch/jsch-0.1.41.ebuild index c6ea27b80953..8b00bc34993c 100644 --- a/dev-java/jsch/jsch-0.1.41.ebuild +++ b/dev-java/jsch/jsch-0.1.41.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/jsch/jsch-0.1.41.ebuild,v 1.6 2010/07/16 20:34:50 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.41.ebuild,v 1.7 2011/12/31 12:42:00 sera Exp $ EAPI="2" JAVA_PKG_IUSE="doc source examples" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.jcraft.com/jsch/" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="zlib" RDEPEND=">=virtual/jdk-1.4 diff --git a/dev-java/jsch/jsch-0.1.44.ebuild b/dev-java/jsch/jsch-0.1.44.ebuild index c054fe59fa43..b091a4d60bcd 100644 --- a/dev-java/jsch/jsch-0.1.44.ebuild +++ b/dev-java/jsch/jsch-0.1.44.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/jsch/jsch-0.1.44.ebuild,v 1.5 2011/05/03 18:44:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jsch/jsch-0.1.44.ebuild,v 1.6 2011/12/31 12:42:00 sera Exp $ EAPI="2" JAVA_PKG_IUSE="doc source examples" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.jcraft.com/jsch/" SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="BSD" SLOT="0" -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="zlib" RDEPEND=">=virtual/jdk-1.5 |