diff options
author | 2006-01-02 17:35:00 +0000 | |
---|---|---|
committer | 2006-01-02 17:35:00 +0000 | |
commit | 1a2ea893a3743b04317dede518e252bd67eb78a6 (patch) | |
tree | c8c165a5e006e92e2c18165ff771daf1c970b0e4 /app-shells/tcsh | |
parent | app-mobilephone/gnokii stable on ppc. (diff) | |
download | historical-1a2ea893a3743b04317dede518e252bd67eb78a6.tar.gz historical-1a2ea893a3743b04317dede518e252bd67eb78a6.tar.bz2 historical-1a2ea893a3743b04317dede518e252bd67eb78a6.zip |
app-shells/tcsh stable on ppc.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/tcsh/Manifest | 4 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.14-r2.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 315dfdd4cb25..d137578f8e35 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.51 2005/12/31 12:22:46 blubb Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.52 2006/01/02 17:35:00 hansmi Exp $ + + 02 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> tcsh-6.14-r2.ebuild: + Stable on ppc. 31 Dec 2005; Simon Stelling <blubb@gentoo.org> tcsh-6.14-r2.ebuild: stable on amd64 diff --git a/app-shells/tcsh/Manifest b/app-shells/tcsh/Manifest index 2534fcb3c187..775a3718811e 100644 --- a/app-shells/tcsh/Manifest +++ b/app-shells/tcsh/Manifest @@ -1,4 +1,4 @@ -MD5 15a85d0dd8bffb529bb7679c82ac85ed ChangeLog 7486 +MD5 f2d9e849e038e1e079268dd287483880 ChangeLog 7580 MD5 299cd79eb3cbc2a3caeac1c3a0309556 files/csh.cshrc_new 2810 MD5 4869b9da87c79854e2cc97241f125853 files/csh.login_new 1482 MD5 968abc8b96dbc3821d09bc3ee58c41a7 files/digest-tcsh-6.12-r3 121 @@ -32,5 +32,5 @@ MD5 89674d2fb5c06a3b4b5310a3212c81a2 tcsh-6.12-r3.ebuild 1382 MD5 1b865e9c0349146f352678370c667127 tcsh-6.13-r1.ebuild 1889 MD5 40885229543eeb01a6a91b426c29e29d tcsh-6.13.ebuild 1249 MD5 2076c4be609061fe61b9e961b3abc6f1 tcsh-6.14-r1.ebuild 2542 -MD5 97056ed1e43e82a3b0f7085dfc1a4f35 tcsh-6.14-r2.ebuild 2312 +MD5 67a8b24a03b89fc874812fbfa5b5ff50 tcsh-6.14-r2.ebuild 2312 MD5 c250d0af9e636acf93f75180f66ed639 tcsh-6.14.ebuild 1234 diff --git a/app-shells/tcsh/tcsh-6.14-r2.ebuild b/app-shells/tcsh/tcsh-6.14-r2.ebuild index f6a6199cc67c..0bc73f08bb5f 100644 --- a/app-shells/tcsh/tcsh-6.14-r2.ebuild +++ b/app-shells/tcsh/tcsh-6.14-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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-r2.ebuild,v 1.10 2005/12/31 12:22:46 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r2.ebuild,v 1.11 2006/01/02 17:35:00 hansmi Exp $ inherit eutils @@ -14,7 +14,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 |