diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-02-06 09:12:47 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-02-06 09:12:47 +0000 |
commit | 0002ff3edb804c32e7cfd3b977d128d0340315e4 (patch) | |
tree | cce69bc51a6601a20770b46ccba244030c35ae73 /app-shells | |
parent | Added gcc4 compatibility patch, provided by Krzysiek Pawlik. Wiped out older ... (diff) | |
download | historical-0002ff3edb804c32e7cfd3b977d128d0340315e4.tar.gz historical-0002ff3edb804c32e7cfd3b977d128d0340315e4.tar.bz2 historical-0002ff3edb804c32e7cfd3b977d128d0340315e4.zip |
Stable on ppc64: 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 | 14 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.14-r3.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index ea9db40a2e6c..b13a028191de 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.57 2006/02/03 18:42:42 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.58 2006/02/06 09:12:47 corsair Exp $ + + 06 Feb 2006; Markus Rothe <corsair@gentoo.org> tcsh-6.14-r3.ebuild: + Stable on ppc64: bug #121343 03 Feb 2006; <nixnut@gentoo.org> tcsh-6.14-r3.ebuild: Added ppc keyword. bug 121343 diff --git a/app-shells/tcsh/Manifest b/app-shells/tcsh/Manifest index 4fd4e0af300f..3a61dac21d65 100644 --- a/app-shells/tcsh/Manifest +++ b/app-shells/tcsh/Manifest @@ -1,7 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 f3a75a4a0757d463f3164249a9c77d73 ChangeLog 8276 +MD5 ca3376224b0e689029dc40c754905baa ChangeLog 8379 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 +35,5 @@ 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 d62c93be6e9914bfc0445bbe8468f96a tcsh-6.14-r3.ebuild 2236 +MD5 9c5c5172cb71458bf1f2ec0544443749 tcsh-6.14-r3.ebuild 2236 MD5 c250d0af9e636acf93f75180f66ed639 tcsh-6.14.ebuild 1234 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -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 6cdc438f618c..86d227067682 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.6 2006/02/03 18:42:42 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r3.ebuild,v 1.7 2006/02/06 09:12:47 corsair 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 |