diff options
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/csh/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/csh/Manifest | 6 | ||||
-rw-r--r-- | app-shells/csh/csh-1.29-r2.ebuild | 15 | ||||
-rw-r--r-- | app-shells/csh/csh-1.29-r3.ebuild | 15 |
4 files changed, 24 insertions, 18 deletions
diff --git a/app-shells/csh/ChangeLog b/app-shells/csh/ChangeLog index abb970334230..79b94c937481 100644 --- a/app-shells/csh/ChangeLog +++ b/app-shells/csh/ChangeLog @@ -1,6 +1,10 @@ # 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.20 2004/06/24 22:23:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.21 2004/06/28 22:03:55 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> csh-1.29-r2.ebuild, + csh-1.29-r3.ebuild: + glibc -> libc, add sed-4 dep 15 May 2004; Danny van Dyk <kugelfang@gentoo.org> csh-1.29-r3.ebuild: Marked ~amd64. diff --git a/app-shells/csh/Manifest b/app-shells/csh/Manifest index f55fc2949ef3..188da8dc0cac 100644 --- a/app-shells/csh/Manifest +++ b/app-shells/csh/Manifest @@ -1,6 +1,6 @@ -MD5 9622659be21eb5658b796cde89bedb07 csh-1.29-r3.ebuild 4277 -MD5 dfea939be96e1416f8cd1708b89a66c8 csh-1.29-r2.ebuild 4241 -MD5 91824de3a78b47993eb96321fbaf203c ChangeLog 3141 +MD5 989471d047ab08ea00db9e6a0af5e1b5 csh-1.29-r3.ebuild 4283 +MD5 b754dcf78792ed3dc77ac11ae74d06f7 csh-1.29-r2.ebuild 4247 +MD5 92f85091b3fc4aaa60f13bfd28bd3b54 ChangeLog 3265 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 797e0a745e49..2a2ddf6ca23b 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-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-r2.ebuild,v 1.10 2004/06/24 22:23:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r2.ebuild,v 1.11 2004/06/28 22:03:55 agriffis Exp $ inherit flag-o-matic eutils ccc @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="x86 alpha ia64" IUSE="static doc" -DEPEND="sys-devel/pmake !app-shells/tcsh" -RDEPEND="virtual/glibc" +DEPEND="sys-devel/pmake !app-shells/tcsh + >=sys-apps/sed-4" +RDEPEND="virtual/libc" S=${WORKDIR}/src/bin/csh @@ -126,16 +127,16 @@ src_install() { pkg_postinst() { echo - use doc && { + if use doc; then 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" + else + einfo "You don't have USE=doc, so the" einfo "postscript document \"An Introduction to the C" einfo "shell by Bill Joy\" was not installed." - } + fi echo einfo "Example login scripts have been installed in /usr/share/doc/${PF}." einfo "You can install a simple dot.cshrc like this:" diff --git a/app-shells/csh/csh-1.29-r3.ebuild b/app-shells/csh/csh-1.29-r3.ebuild index cbe381fa5a82..832afd82a2cc 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.7 2004/06/24 22:23:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29-r3.ebuild,v 1.8 2004/06/28 22:03:55 agriffis Exp $ inherit flag-o-matic eutils ccc @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="x86 alpha arm ~amd64 ia64" IUSE="static doc" -DEPEND="sys-devel/pmake !app-shells/tcsh" -RDEPEND="virtual/glibc" +DEPEND="sys-devel/pmake !app-shells/tcsh + >=sys-apps/sed-4" +RDEPEND="virtual/libc" S=${WORKDIR}/src/bin/csh @@ -126,16 +127,16 @@ src_install() { pkg_postinst() { echo - use doc && { + if use doc; then 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" + else + einfo "You don't have USE=doc, so the" einfo "postscript document \"An Introduction to the C" einfo "shell by Bill Joy\" was not installed." - } + fi echo einfo "Example login scripts have been installed in /usr/share/doc/${PF}." einfo "You can install a simple dot.cshrc like this:" |