diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-06-04 22:58:48 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-06-04 22:58:48 +0000 |
commit | 03ea02dfb5a89cddf03ba77d79e487ad21651f78 (patch) | |
tree | 1c7472b8594be32274cb9c217571c5ab9b068c2f /app-shells | |
parent | Added alsaproject mirrors (diff) | |
download | historical-03ea02dfb5a89cddf03ba77d79e487ad21651f78.tar.gz historical-03ea02dfb5a89cddf03ba77d79e487ad21651f78.tar.bz2 historical-03ea02dfb5a89cddf03ba77d79e487ad21651f78.zip |
fixing #22189
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/csh/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/csh/Manifest | 4 | ||||
-rw-r--r-- | app-shells/csh/csh-1.29.ebuild | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-shells/csh/ChangeLog b/app-shells/csh/ChangeLog index 6b477d2a2f83..3d8fefca05ca 100644 --- a/app-shells/csh/ChangeLog +++ b/app-shells/csh/ChangeLog @@ -1,6 +1,10 @@ # 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.2 2003/05/29 14:09:47 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/ChangeLog,v 1.3 2003/06/04 22:58:27 taviso Exp $ + + 04 Jun 2003; Tavis Ormandy <taviso@gentoo.org> csh-1.29.ebuild: + inherit eclasses _after_ my own dependencies, or they get clobbered. + fixes #22189, thanks to Bruce Chiarelli. 29 May 2003; Tavis Ormandy <taviso@gentoo.org> csh-1.29.ebuild: doc use flag. diff --git a/app-shells/csh/Manifest b/app-shells/csh/Manifest index 99b56b769e93..1e45d833d012 100644 --- a/app-shells/csh/Manifest +++ b/app-shells/csh/Manifest @@ -1,5 +1,5 @@ -MD5 768105d7bf56e87e93437404159b8460 csh-1.29.ebuild 3798 -MD5 e4a376127a3cbe6a75b67a2761e63024 ChangeLog 463 +MD5 40d1ad4d9431c17c016fb5e5e65210b0 csh-1.29.ebuild 3809 +MD5 784b7f59851ee09a4bc38cf47c3046ae ChangeLog 645 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 d83a7a7478bb..7c990747a53a 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.2 2003/05/29 14:09:47 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/csh/csh-1.29.ebuild,v 1.3 2003/06/04 22:58:27 taviso Exp $ DESCRIPTION="Classic UNIX shell with C like syntax" HOMEPAGE="http://www.netbsd.org/" @@ -20,8 +20,6 @@ RESTRICT="nomirror" # # i decided to go with cvs. -inherit cvs flag-o-matic eutils ccc - LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="~x86 ~alpha" @@ -33,6 +31,8 @@ DEPEND="virtual/glibc doc? ( sys-apps/groff )" RDEPEND="virtual/glibc" +inherit cvs flag-o-matic eutils ccc + ECVS_SERVER="anoncvs.netbsd.org:/cvsroot" ECVS_MODULE="src/bin/csh" ECVS_USER="anoncvs" @@ -103,7 +103,7 @@ src_install() { exeinto /bin doexe csh doman csh.1 - dodoc USD.doc/paper.ps + use doc && dodoc USD.doc/paper.ps } pkg_postinst() { |