summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandy Westcott <brandy@gentoo.org>2003-10-18 21:10:42 +0000
committerBrandy Westcott <brandy@gentoo.org>2003-10-18 21:10:42 +0000
commit0735e3e59fff00dc080c758adf3ca9c48dc2156e (patch)
tree99eadfa1939e93fcc588d6545933510fd3128cfc /app-emulation/spim
parentadd ~amd64 flag (diff)
downloadgentoo-2-0735e3e59fff00dc080c758adf3ca9c48dc2156e.tar.gz
gentoo-2-0735e3e59fff00dc080c758adf3ca9c48dc2156e.tar.bz2
gentoo-2-0735e3e59fff00dc080c758adf3ca9c48dc2156e.zip
Fixed typo in ebuild
Diffstat (limited to 'app-emulation/spim')
-rw-r--r--app-emulation/spim/ChangeLog5
-rw-r--r--app-emulation/spim/Manifest4
-rw-r--r--app-emulation/spim/spim-6.5.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/app-emulation/spim/ChangeLog b/app-emulation/spim/ChangeLog
index fe3c01a76bdc..e20b848a4c25 100644
--- a/app-emulation/spim/ChangeLog
+++ b/app-emulation/spim/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/spim
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.4 2003/02/16 19:13:43 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/ChangeLog,v 1.5 2003/10/18 21:10:33 brandy Exp $
+
+ 19 Oct 2003; Brandy Westcott brandy@gentoo.org spim-6.5.ebuild:
+ Fixed typo in ebuild
*spim-6.5 (04 Feb 2003)
diff --git a/app-emulation/spim/Manifest b/app-emulation/spim/Manifest
index 7aa20471f966..10132f4fbf13 100644
--- a/app-emulation/spim/Manifest
+++ b/app-emulation/spim/Manifest
@@ -1,3 +1,3 @@
+MD5 24df936068cedad3fb126ecf49c079a4 ChangeLog 799
+MD5 4b877f0a198f20f0ab76db1cdc467c31 spim-6.5.ebuild 1383
MD5 78cf41e0231f62a2f40221cb25959d53 files/digest-spim-6.5 56
-MD5 cde54efe2a4f515d94905a511f84849a spim-6.5.ebuild 1381
-MD5 16bc2dd6984566bdce147741f229de92 ChangeLog 712
diff --git a/app-emulation/spim/spim-6.5.ebuild b/app-emulation/spim/spim-6.5.ebuild
index 3b3a66f6fe04..79f3b1e4e202 100644
--- a/app-emulation/spim/spim-6.5.ebuild
+++ b/app-emulation/spim/spim-6.5.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-emulation/spim/spim-6.5.ebuild,v 1.4 2003/07/01 21:58:48 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/spim/spim-6.5.ebuild,v 1.5 2003/10/18 21:10:33 brandy Exp $
IUSE="X"
@@ -22,7 +22,7 @@ src_compile() {
Makefile > Makefile.comp
cp Makefile.comp Makefile
- einfo "Making comsole spim"
+ einfo "Making console spim"
emake spim || die "make spim failed"
if [ `use X` ]; then
einfo "Making xspim"