diff options
author | Jason Wever <weeve@gentoo.org> | 2004-10-30 21:35:16 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-10-30 21:35:16 +0000 |
commit | ed8307e88b7167e5b000ebd207c3dd40f6d6ae6c (patch) | |
tree | 740815befafdaa840b88c172e0b5d94edad12f7a /app-shells | |
parent | Stable on alpha, bug 69152. (diff) | |
download | historical-ed8307e88b7167e5b000ebd207c3dd40f6d6ae6c.tar.gz historical-ed8307e88b7167e5b000ebd207c3dd40f6d6ae6c.tar.bz2 historical-ed8307e88b7167e5b000ebd207c3dd40f6d6ae6c.zip |
Added ~sparc keyword.
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/csh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/csh/Manifest | 10 | ||||
-rw-r--r-- | app-shells/csh/csh-1.29-r3.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/app-shells/csh/ChangeLog b/app-shells/csh/ChangeLog index 79b94c937481..f11b744a0d43 100644 --- a/app-shells/csh/ChangeLog +++ b/app-shells/csh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/csh # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.21 2004/06/28 22:03:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.22 2004/10/30 21:35:16 weeve Exp $ + + 30 Oct 2004; Jason Wever <weeve@gentoo.org> csh-1.29-r3.ebuild: + Added ~sparc keyword. 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> csh-1.29-r2.ebuild, csh-1.29-r3.ebuild: diff --git a/app-shells/csh/Manifest b/app-shells/csh/Manifest index 188da8dc0cac..9abcb654bc72 100644 --- a/app-shells/csh/Manifest +++ b/app-shells/csh/Manifest @@ -1,11 +1,11 @@ -MD5 989471d047ab08ea00db9e6a0af5e1b5 csh-1.29-r3.ebuild 4283 +MD5 c06c1b47990dc491761ed66128bc07a8 ChangeLog 3353 MD5 b754dcf78792ed3dc77ac11ae74d06f7 csh-1.29-r2.ebuild 4247 -MD5 92f85091b3fc4aaa60f13bfd28bd3b54 ChangeLog 3265 +MD5 1613bc69883bab536da2bc8f6ba15676 csh-1.29-r3.ebuild 4287 MD5 ce0694a6af9197d929533e9d0dfcb706 metadata.xml 706 -MD5 49c0a95e6881eb7e2932d149f62f0de2 files/mksignames.c 10722 -MD5 213922a7d6fdee0a89e9a349653be22d files/linux-vs-bsd.diff 7483 MD5 8eb726131df145785642164034fb5a74 files/digest-csh-1.29-r2 60 MD5 8eb726131df145785642164034fb5a74 files/digest-csh-1.29-r3 60 -MD5 9a4c41baf0e48fb12e83a51b0b15f297 files/retype-input.diff 2352 MD5 56092454f21f9d462f4514aadf4c78cd files/dot.cshrc 1549 MD5 2365e5e2ca11496be2169a6944a38994 files/dot.login 224 +MD5 213922a7d6fdee0a89e9a349653be22d files/linux-vs-bsd.diff 7483 +MD5 49c0a95e6881eb7e2932d149f62f0de2 files/mksignames.c 10722 +MD5 9a4c41baf0e48fb12e83a51b0b15f297 files/retype-input.diff 2352 diff --git a/app-shells/csh/csh-1.29-r3.ebuild b/app-shells/csh/csh-1.29-r3.ebuild index 832afd82a2cc..a3652998896f 100644 --- a/app-shells/csh/csh-1.29-r3.ebuild +++ b/app-shells/csh/csh-1.29-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r3.ebuild,v 1.8 2004/06/28 22:03:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r3.ebuild,v 1.9 2004/10/30 21:35:16 weeve Exp $ inherit flag-o-matic eutils ccc @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 alpha arm ~amd64 ia64" +KEYWORDS="x86 alpha arm ~amd64 ia64 ~sparc" IUSE="static doc" DEPEND="sys-devel/pmake !app-shells/tcsh |