diff options
author | Tod Neidt <tod@gentoo.org> | 2002-03-15 23:20:04 +0000 |
---|---|---|
committer | Tod Neidt <tod@gentoo.org> | 2002-03-15 23:20:04 +0000 |
commit | 9ed1f314f6172c70e5011f6fcb0efa3ae51109c1 (patch) | |
tree | 5926524818046faa00b701744b13b34e2624b4c8 /app-text/ispell | |
parent | Removing redundant mjpegtools directory. This one has oldest version and "mj... (diff) | |
download | historical-9ed1f314f6172c70e5011f6fcb0efa3ae51109c1.tar.gz historical-9ed1f314f6172c70e5011f6fcb0efa3ae51109c1.tar.bz2 historical-9ed1f314f6172c70e5011f6fcb0efa3ae51109c1.zip |
Added some comments to ebuild explaining "why" so that when I or another developer update the ebuild 6 months from now, won't go "Huh?" Doesn't affect merging. Not bumbing -r*.
Diffstat (limited to 'app-text/ispell')
-rw-r--r-- | app-text/ispell/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/ispell/ispell-3.2.06.ebuild | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app-text/ispell/ChangeLog b/app-text/ispell/ChangeLog index 1550af2e5c33..cb5265fd351b 100644 --- a/app-text/ispell/ChangeLog +++ b/app-text/ispell/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for app-text/ispell # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ChangeLog,v 1.2 2002/03/15 05:37:36 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ChangeLog,v 1.3 2002/03/15 23:20:04 tod Exp $ *ispell-3.2.06 (14 Mar 2002) + 14 Mar 2002; T.Neidt <tod@gentoo.org> ChangeLog, ispell-3.2.06.ebuild : + + Added some comments to the ebuild explaining what and why. Doesn't affect + merging. Not bumbing -r*. + 14 Mar 2002; T.Neidt <tod@gentoo.org> ChangeLog, ispell-3.2.06.ebuild, local.h.gentoo : Updated version. Should help resolve all the *spell issues. diff --git a/app-text/ispell/ispell-3.2.06.ebuild b/app-text/ispell/ispell-3.2.06.ebuild index 3d81e7625e24..d073768a241e 100644 --- a/app-text/ispell/ispell-3.2.06.ebuild +++ b/app-text/ispell/ispell-3.2.06.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06.ebuild,v 1.1 2002/03/15 05:37:36 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06.ebuild,v 1.2 2002/03/15 23:20:04 tod Exp $ S=${WORKDIR}/${P} DESCRIPTION="Ispell is a fast screen-oriented spelling checker" @@ -32,6 +32,9 @@ src_install () { -e "s:^\(MAN4DIR='\)\(.*\):\1${D}\2:" \ config.sh.orig > config.sh + #Need to create the directories to install into + #before 'make install'. Build environment **doesn't** + #check for existence and create if not already there. dodir /usr/bin /usr/lib/ispell /usr/share/info \ /usr/share/man/man1 /usr/share/man/man5 |