summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-05-29 14:09:54 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-05-29 14:09:54 +0000
commitab76d8073e1844d5477babd3fabbe6bb9e19b018 (patch)
tree0d0b2eb37bdfa934661f4d2127f711b6b5a62186 /app-shells/csh
parentadding Manifest (diff)
downloadgentoo-2-ab76d8073e1844d5477babd3fabbe6bb9e19b018.tar.gz
gentoo-2-ab76d8073e1844d5477babd3fabbe6bb9e19b018.tar.bz2
gentoo-2-ab76d8073e1844d5477babd3fabbe6bb9e19b018.zip
adding a doc use flag
Diffstat (limited to 'app-shells/csh')
-rw-r--r--app-shells/csh/ChangeLog9
-rw-r--r--app-shells/csh/Manifest4
-rw-r--r--app-shells/csh/csh-1.29.ebuild4
3 files changed, 9 insertions, 8 deletions
diff --git a/app-shells/csh/ChangeLog b/app-shells/csh/ChangeLog
index 09af05733d9a..6b477d2a2f83 100644
--- a/app-shells/csh/ChangeLog
+++ b/app-shells/csh/ChangeLog
@@ -1,10 +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.1 2003/05/28 21:24:25 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.2 2003/05/29 14:09:47 taviso Exp $
+
+ 29 May 2003; Tavis Ormandy <taviso@gentoo.org> csh-1.29.ebuild:
+ doc use flag.
*csh-1.29 (28 May 2003)
28 May 2003; Tavis Ormandy <taviso@gentoo.org> csh-1.29.ebuild:
- Initial import, the classic C Shell, tricky to write ebuild for.
- Hope it works.
-
+ Initial import, the classic C Shell from NetBSD, tricky to write ebuild for.
diff --git a/app-shells/csh/Manifest b/app-shells/csh/Manifest
index c41256256176..99b56b769e93 100644
--- a/app-shells/csh/Manifest
+++ b/app-shells/csh/Manifest
@@ -1,5 +1,5 @@
-MD5 6cbedb846fcedeab473455648f92d59c csh-1.29.ebuild 3789
-MD5 55777b960a6a64596e4a5bad592c78af ChangeLog 386
+MD5 768105d7bf56e87e93437404159b8460 csh-1.29.ebuild 3798
+MD5 e4a376127a3cbe6a75b67a2761e63024 ChangeLog 463
MD5 49c0a95e6881eb7e2932d149f62f0de2 files/mksignames.c 10722
MD5 49ee962115384f8a0acedfcf225fd27a files/digest-csh-1.29 148
MD5 213922a7d6fdee0a89e9a349653be22d files/linux-vs-bsd.diff 7483
diff --git a/app-shells/csh/csh-1.29.ebuild b/app-shells/csh/csh-1.29.ebuild
index 9a79ff1381e0..d83a7a7478bb 100644
--- a/app-shells/csh/csh-1.29.ebuild
+++ b/app-shells/csh/csh-1.29.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.ebuild,v 1.1 2003/05/28 21:24:25 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29.ebuild,v 1.2 2003/05/29 14:09:47 taviso Exp $
DESCRIPTION="Classic UNIX shell with C like syntax"
HOMEPAGE="http://www.netbsd.org/"
@@ -30,7 +30,7 @@ IUSE="static doc"
DEPEND="virtual/glibc
sys-devel/pmake
>=sys-apps/sed-4
- sys-apps/groff"
+ doc? ( sys-apps/groff )"
RDEPEND="virtual/glibc"
ECVS_SERVER="anoncvs.netbsd.org:/cvsroot"