diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-11-17 11:45:48 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-11-17 11:45:48 +0000 |
commit | 83ca9333557b222bc2a6dc39cf450b72112c361b (patch) | |
tree | 26e68473a8dd30af0e36e50f03e3ce2d18ff46fb /app-shells/csh | |
parent | fix missing IUSE (diff) | |
download | gentoo-2-83ca9333557b222bc2a6dc39cf450b72112c361b.tar.gz gentoo-2-83ca9333557b222bc2a6dc39cf450b72112c361b.tar.bz2 gentoo-2-83ca9333557b222bc2a6dc39cf450b72112c361b.zip |
block tcsh, use "bill joy" instead of "william joy"
Diffstat (limited to 'app-shells/csh')
-rw-r--r-- | app-shells/csh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/csh/Manifest | 10 | ||||
-rw-r--r-- | app-shells/csh/csh-1.29-r2.ebuild | 13 |
3 files changed, 16 insertions, 14 deletions
diff --git a/app-shells/csh/ChangeLog b/app-shells/csh/ChangeLog index a05d9216d3bd..31fc9c612a51 100644 --- a/app-shells/csh/ChangeLog +++ b/app-shells/csh/ChangeLog @@ -1,6 +1,11 @@ # 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.11 2003/09/17 11:16:15 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.12 2003/11/17 11:45:30 taviso Exp $ + + 17 Nov 2003; Tavis Ormandy <taviso@gentoo.org> csh-1.29-r2.ebuild: + "William Joy" => "Bill Joy", I think most people would recognise the + latter :) + block tcsh. 17 Sep 2003; Tavis Ormandy <taviso@gentoo.org> csh-1.29-r1.ebuild, csh-1.29.ebuild: diff --git a/app-shells/csh/Manifest b/app-shells/csh/Manifest index cb77f1ba866c..49cccf927e29 100644 --- a/app-shells/csh/Manifest +++ b/app-shells/csh/Manifest @@ -1,9 +1,9 @@ -MD5 69e5c647ce981f20c55f0cb91994b5e7 ChangeLog 2230 -MD5 68d63034ac61420993b24e43b3d0819d csh-1.29-r2.ebuild 4318 +MD5 1bfae74bd44195babcaebb0c999bbdb0 csh-1.29-r2.ebuild 4261 +MD5 89eeaaa3b8c55b9cc46aa073edd74399 ChangeLog 2398 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 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-r2.ebuild b/app-shells/csh/csh-1.29-r2.ebuild index 1d74148f9fec..d70e7e5423ea 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.4 2003/09/19 01:33:22 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r2.ebuild,v 1.5 2003/11/17 11:45:30 taviso Exp $ inherit flag-o-matic eutils ccc @@ -13,10 +13,7 @@ SLOT="0" KEYWORDS="x86 alpha ia64" IUSE="static doc" -DEPEND="virtual/glibc - sys-devel/pmake - >=sys-apps/sed-4 - doc? ( sys-apps/groff )" +DEPEND="sys-devel/pmake !app-shells/tcsh" RDEPEND="virtual/glibc" S=${WORKDIR}/src/bin/csh @@ -129,15 +126,15 @@ src_install() { pkg_postinst() { echo - use doc >/dev/null && { - einfo "An Introduction to the C shell by William Joy, a " + use doc && { + einfo "An Introduction to the C shell by Bill Joy, a " einfo "postscript document included with this shell has" einfo "been installed in /usr/share/doc/${PF}, if you are new" einfo "to the C shell, you may find it interesting." } || { einfo "You didnt have the \`doc\` use flag set, the" einfo "postscript document \"An Introduction to the C" - einfo "shell by William Joy\" was not installed." + einfo "shell by Bill Joy\" was not installed." } echo einfo "Example login scripts have been installed in /usr/share/doc/${PF}." |