diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-03 18:42:42 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-03 18:42:42 +0000 |
commit | c2b89bc9767d57dced6fc8eb58b4446378618f4e (patch) | |
tree | 7085451cbad24ae53e24462bd49fc5a6d79025fe /app-shells | |
parent | Stable on hppa. (diff) | |
download | historical-c2b89bc9767d57dced6fc8eb58b4446378618f4e.tar.gz historical-c2b89bc9767d57dced6fc8eb58b4446378618f4e.tar.bz2 historical-c2b89bc9767d57dced6fc8eb58b4446378618f4e.zip |
Added ppc keyword. bug 121343
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/tcsh/Manifest | 12 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.14-r3.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 5540f4ba9fa2..ea9db40a2e6c 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.56 2006/02/03 13:14:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.57 2006/02/03 18:42:42 nixnut Exp $ + + 03 Feb 2006; <nixnut@gentoo.org> tcsh-6.14-r3.ebuild: + Added ppc keyword. bug 121343 03 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> tcsh-6.14-r3.ebuild: Stable on sparc wrt #121343 diff --git a/app-shells/tcsh/Manifest b/app-shells/tcsh/Manifest index b35bd8f98f1c..4fd4e0af300f 100644 --- a/app-shells/tcsh/Manifest +++ b/app-shells/tcsh/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 b171e255a9357121d5b46b00032983c9 ChangeLog 8189 +MD5 f3a75a4a0757d463f3164249a9c77d73 ChangeLog 8276 MD5 299cd79eb3cbc2a3caeac1c3a0309556 files/csh.cshrc_new 2810 MD5 4869b9da87c79854e2cc97241f125853 files/csh.login_new 1482 MD5 968abc8b96dbc3821d09bc3ee58c41a7 files/digest-tcsh-6.12-r3 121 @@ -38,12 +38,12 @@ MD5 1b865e9c0349146f352678370c667127 tcsh-6.13-r1.ebuild 1889 MD5 40885229543eeb01a6a91b426c29e29d tcsh-6.13.ebuild 1249 MD5 2076c4be609061fe61b9e961b3abc6f1 tcsh-6.14-r1.ebuild 2542 MD5 67a8b24a03b89fc874812fbfa5b5ff50 tcsh-6.14-r2.ebuild 2312 -MD5 daabb72efcafc06f4c239959f98fc0b4 tcsh-6.14-r3.ebuild 2239 +MD5 d62c93be6e9914bfc0445bbe8468f96a tcsh-6.14-r3.ebuild 2236 MD5 c250d0af9e636acf93f75180f66ed639 tcsh-6.14.ebuild 1234 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFD41dTKRy60XGEcJIRArtkAJ9Mz34CeJlHBdJ36Kbk+TpneZ5IWgCgrxq4 -P4+86z0Gp1zHuPSw7oC4QbA= -=3Czu +iD8DBQFD46QHoFw4q70f3SsRAlZ5AJ46dHeh4EtM7EAkBYJK12TTSH86qQCgyQxM +0tDWiv/Z3MQFEEaxjwhcWTk= +=icvH -----END PGP SIGNATURE----- diff --git a/app-shells/tcsh/tcsh-6.14-r3.ebuild b/app-shells/tcsh/tcsh-6.14-r3.ebuild index a74ebc37d828..6cdc438f618c 100644 --- a/app-shells/tcsh/tcsh-6.14-r3.ebuild +++ b/app-shells/tcsh/tcsh-6.14-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r3.ebuild,v 1.5 2006/02/03 13:14:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r3.ebuild,v 1.6 2006/02/03 18:42:42 nixnut Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86" IUSE="perl" DEPEND=">=sys-libs/ncurses-5.1 |