diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-12-29 12:14:29 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-12-29 12:14:29 +0000 |
commit | 3330a0833d67f08bcfb45dece6a1d5b9699fd105 (patch) | |
tree | 6b0a9feec72321732d7b166f6d7164b0b5ce3e31 /app-shells | |
parent | Stable on sparc. (diff) | |
download | gentoo-2-3330a0833d67f08bcfb45dece6a1d5b9699fd105.tar.gz gentoo-2-3330a0833d67f08bcfb45dece6a1d5b9699fd105.tar.bz2 gentoo-2-3330a0833d67f08bcfb45dece6a1d5b9699fd105.zip |
typo
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/csh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/csh/Manifest | 4 | ||||
-rw-r--r-- | app-shells/csh/csh-1.29-r2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/csh/ChangeLog b/app-shells/csh/ChangeLog index d16a595be7c5..60823ee6ea1d 100644 --- a/app-shells/csh/ChangeLog +++ b/app-shells/csh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/csh # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.14 2003/12/15 08:07:55 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.15 2003/12/29 12:14:20 taviso Exp $ + + 29 Dec 2003; Tavis Ormandy <taviso@gentoo.org> csh-1.29-r2.ebuild: + typo #36642 15 Dec 2003; Tavis Ormandy <taviso@gentoo.org> csh-1.29-r2.ebuild: change to mirror:// syntax. diff --git a/app-shells/csh/Manifest b/app-shells/csh/Manifest index a98943ac787e..7d9dcbe9b4ba 100644 --- a/app-shells/csh/Manifest +++ b/app-shells/csh/Manifest @@ -1,5 +1,5 @@ -MD5 498f6477e692b48de56638fcf2777cdd csh-1.29-r2.ebuild 4248 -MD5 7981704a49576eb6271f933c59a6d844 ChangeLog 2630 +MD5 afd240b358ddc31ea2afd7a7d0c0ffdb csh-1.29-r2.ebuild 4247 +MD5 744fd6a6dd4fab031340385f409488be ChangeLog 2714 MD5 ce0694a6af9197d929533e9d0dfcb706 metadata.xml 706 MD5 49c0a95e6881eb7e2932d149f62f0de2 files/mksignames.c 10722 MD5 213922a7d6fdee0a89e9a349653be22d files/linux-vs-bsd.diff 7483 diff --git a/app-shells/csh/csh-1.29-r2.ebuild b/app-shells/csh/csh-1.29-r2.ebuild index 5997dbd16902..7f793297ef47 100644 --- a/app-shells/csh/csh-1.29-r2.ebuild +++ b/app-shells/csh/csh-1.29-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r2.ebuild,v 1.7 2003/12/15 08:07:55 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r2.ebuild,v 1.8 2003/12/29 12:14:20 taviso Exp $ inherit flag-o-matic eutils ccc @@ -26,7 +26,7 @@ src_unpack() { # debian project (they use an older OpenBSD csh, though). cd ${S}; epatch ${FILESDIR}/linux-vs-bsd.diff || die "patching failed." - # print the exisiting input after displaying completion options. + # print the existing input after displaying completion options. # patch contributed by splite <splite-gentoo@sigint.cs.purdue.edu> # #24290 epatch ${FILESDIR}/retype-input.diff || die "patching failed." |