diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-06-16 01:27:41 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-06-16 01:27:41 +0000 |
commit | e171232e845e18771ae51a7d32565b226f841a6a (patch) | |
tree | b8311919662d098498918227cc950d260cab7fe8 /app-shells | |
parent | reverse app-xemacs/eterm move (diff) | |
download | historical-e171232e845e18771ae51a7d32565b226f841a6a.tar.gz historical-e171232e845e18771ae51a7d32565b226f841a6a.tar.bz2 historical-e171232e845e18771ae51a7d32565b226f841a6a.zip |
info page symlink
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash/Manifest | 10 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r5.ebuild | 8 |
3 files changed, 16 insertions, 8 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index dbe95d58cee1..a4392ad874d7 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2003/05/01 12:37:50 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.7 2003/06/16 01:27:39 seemant Exp $ + + 15 Jun 2003; Seemant Kulleen <seemant@gentoo.org> bash-2.05b-r5.ebuild: + added a symlink bashref.info.gz->bash.info.gz -- closes bug #22168 by Chris + Kelso <devkelso@cox.net> *bash-2.05b-r5 (01 May 2003) diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest index 426a16eecbd8..93c0e9ae8a07 100644 --- a/app-shells/bash/Manifest +++ b/app-shells/bash/Manifest @@ -1,12 +1,12 @@ -MD5 06217d12e3cc445e16d2b2aef104c617 ChangeLog 4046 MD5 ba1233983751e50700241a6495306378 bash-2.05a-r3.ebuild 1917 -MD5 31f9be8380509135728cb39c2c0fb8b4 bash-2.05b-r3.ebuild 1759 MD5 07f6d15b69c9c92332ab6f0f2df6343c bash-2.05b-r4.ebuild 1870 -MD5 7b908cade3f05deecfa57bae56dc0271 bash-2.05b-r5.ebuild 1851 +MD5 31f9be8380509135728cb39c2c0fb8b4 bash-2.05b-r3.ebuild 1759 +MD5 6f8b51f5e8dd7a4f0f8de5795184025d ChangeLog 4227 +MD5 13b71c5fc4019f6801f88bb2c406d371 bash-2.05b-r5.ebuild 2050 MD5 582fb9ed0ca44627978ce6836a5000dc files/config-top.h.diff 487 MD5 555c6b4000bd9d5557f5627530e13ec4 files/digest-bash-2.05a-r3 63 MD5 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r3 296 -MD5 90ba92c981c1d26e45d88ecd23a1fbf5 files/bash-2.05b-multibyte-locale.patch 1897 -MD5 edf95b873162f4548435c379e4998b4e files/bash-2.05b-empty-herestring.patch 836 MD5 867b3b11e48acac6d09794c8d36cb204 files/digest-bash-2.05b-r4 296 MD5 b9e9f988b28475ed5f633dc471296297 files/digest-bash-2.05b-r5 291 +MD5 edf95b873162f4548435c379e4998b4e files/bash-2.05b-empty-herestring.patch 836 +MD5 90ba92c981c1d26e45d88ecd23a1fbf5 files/bash-2.05b-multibyte-locale.patch 1897 diff --git a/app-shells/bash/bash-2.05b-r5.ebuild b/app-shells/bash/bash-2.05b-r5.ebuild index b9184cc1d39b..8b1f887c288d 100644 --- a/app-shells/bash/bash-2.05b-r5.ebuild +++ b/app-shells/bash/bash-2.05b-r5.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-r5.ebuild,v 1.1 2003/05/01 12:37:50 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r5.ebuild,v 1.2 2003/06/16 01:27:39 seemant Exp $ inherit eutils flag-o-matic @@ -78,5 +78,9 @@ src_install() { doman doc/*.1 dodoc README NEWS AUTHORS CHANGES COMPAT COPYING Y2K dodoc doc/FAQ doc/INTRO - ) + + ebegin "creating info symlink" + dosym bash.info.gz /usr/share/info/bashref.info.gz + eend $? + ) } |