diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-03-11 23:29:19 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-03-11 23:29:19 +0000 |
commit | 1d2273f32fd495e8057bc0fe13f55d753a3b1bc5 (patch) | |
tree | eb6907422ca11cf34dedb974639fbb2126d62d0f /app-shells/bash | |
parent | add ~alpha (diff) | |
download | gentoo-2-1d2273f32fd495e8057bc0fe13f55d753a3b1bc5.tar.gz gentoo-2-1d2273f32fd495e8057bc0fe13f55d753a3b1bc5.tar.bz2 gentoo-2-1d2273f32fd495e8057bc0fe13f55d753a3b1bc5.zip |
removed dodoc man/*.3 (doesn't exist)
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r3.ebuild | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 487eda434974..01b61e5d194f 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,8 +1,11 @@ -# ChangeLog for sys-apps/bash +# ChangeLog for app-shells/bash # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.1 2003/03/11 20:50:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.2 2003/03/11 23:29:19 mholzer Exp $ -*bash-2.05a-r3 (11 Mar 2003) +*bash-2.05b-r3 (11 Mar 2003) + + 12 Mar 2003; Martin Holzer <mholzer@gentoo.org> bash-2.05b-r3.ebuild: + removed dodoc man/*.3 (doesn't exist) 11 Mar 2003; Seemant Kulleen <seemant@gentoo.org> bash-2.05a-r3.ebuild, bash-2.05b-r3.ebuild, files/config-top.h.diff: diff --git a/app-shells/bash/bash-2.05b-r3.ebuild b/app-shells/bash/bash-2.05b-r3.ebuild index bfdb5d8def65..aab5d0000226 100644 --- a/app-shells/bash/bash-2.05b-r3.ebuild +++ b/app-shells/bash/bash-2.05b-r3.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/bash/bash-2.05b-r3.ebuild,v 1.1 2003/03/11 20:50:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r3.ebuild,v 1.2 2003/03/11 23:29:19 mholzer Exp $ inherit eutils flag-o-matic @@ -70,7 +70,7 @@ src_install() { use build \ && rm -rf ${D}/usr \ || ( \ - doman doc/*.1 doc/*.3 + doman doc/*.1 dodoc README NEWS AUTHORS CHANGES COMPAT COPYING Y2K dodoc doc/FAQ doc/INTRO ) |