diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-07 16:24:44 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-07 16:24:44 +0000 |
commit | 56df1ea7136efe8ab55462a9b04c5878dde280a3 (patch) | |
tree | dff0c98dae14bc7c88927e9d85c8e9f33dfc26cf /app-shells | |
parent | Added to ~ppc (diff) | |
download | historical-56df1ea7136efe8ab55462a9b04c5878dde280a3.tar.gz historical-56df1ea7136efe8ab55462a9b04c5878dde280a3.tar.bz2 historical-56df1ea7136efe8ab55462a9b04c5878dde280a3.zip |
stable on ia64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.13-r1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/zsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/zsh/zsh-4.2.5.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index c076381c210a..4a994ce2e0c9 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.36 2005/05/01 23:12:50 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.37 2005/05/07 16:20:59 agriffis Exp $ + + 07 May 2005; Aron Griffis <agriffis@gentoo.org> tcsh-6.13-r1.ebuild: + stable on ia64 01 May 2005; Joshua Kinard <kumba@gentoo.org> tcsh-6.13-r1.ebuild: Marked stable on mips. diff --git a/app-shells/tcsh/tcsh-6.13-r1.ebuild b/app-shells/tcsh/tcsh-6.13-r1.ebuild index cfdd8cbdee1a..c0ac0a5e77e3 100644 --- a/app-shells/tcsh/tcsh-6.13-r1.ebuild +++ b/app-shells/tcsh/tcsh-6.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.13-r1.ebuild,v 1.6 2005/05/01 23:12:50 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.13-r1.ebuild,v 1.7 2005/05/07 16:20:59 agriffis Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha ~arm ~hppa amd64 ~ia64 ~ppc64 mips" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 mips ppc ~ppc64 sparc x86" IUSE="perl" RDEPEND="virtual/libc diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog index e1bc93b72aea..95b7011be711 100644 --- a/app-shells/zsh/ChangeLog +++ b/app-shells/zsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/zsh # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.83 2005/05/05 21:59:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.84 2005/05/07 16:24:44 agriffis Exp $ + + 07 May 2005; Aron Griffis <agriffis@gentoo.org> zsh-4.2.5.ebuild: + stable on ia64 05 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> zsh-4.2.5.ebuild: Stable on sparc diff --git a/app-shells/zsh/zsh-4.2.5.ebuild b/app-shells/zsh/zsh-4.2.5.ebuild index 98cfd98b780f..46bd10163d85 100644 --- a/app-shells/zsh/zsh-4.2.5.ebuild +++ b/app-shells/zsh/zsh-4.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.5.ebuild,v 1.3 2005/05/05 21:59:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.2.5.ebuild,v 1.4 2005/05/07 16:24:44 agriffis Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.bz2 LICENSE="ZSH" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc-macos sparc x86" IUSE="maildir ncurses static doc pcre cap" RDEPEND="pcre? ( >=dev-libs/libpcre-3.9 ) |