diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:49:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:49:41 +0000 |
commit | c4eac78e920ff353f7ee836c13964ac532bb649c (patch) | |
tree | c0532fd739c683a7cf2af363396c248e813ae452 /sys-boot/arcboot | |
parent | whitespace (diff) | |
download | gentoo-2-c4eac78e920ff353f7ee836c13964ac532bb649c.tar.gz gentoo-2-c4eac78e920ff353f7ee836c13964ac532bb649c.tar.bz2 gentoo-2-c4eac78e920ff353f7ee836c13964ac532bb649c.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-boot/arcboot')
-rw-r--r-- | sys-boot/arcboot/arcboot-0.3.8.4-r1.ebuild | 10 | ||||
-rw-r--r-- | sys-boot/arcboot/arcboot-0.3.8.6-r1.ebuild | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sys-boot/arcboot/arcboot-0.3.8.4-r1.ebuild b/sys-boot/arcboot/arcboot-0.3.8.4-r1.ebuild index a0cde347b0db..ac2c8a4ae65f 100644 --- a/sys-boot/arcboot/arcboot-0.3.8.4-r1.ebuild +++ b/sys-boot/arcboot/arcboot-0.3.8.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcboot/arcboot-0.3.8.4-r1.ebuild,v 1.3 2005/07/10 00:58:05 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcboot/arcboot-0.3.8.4-r1.ebuild,v 1.4 2007/06/26 02:49:41 mr_bones_ Exp $ inherit eutils @@ -49,7 +49,7 @@ src_unpack() { # Set the version echo "#define __ARCSBOOT_VERSION__ \"${PV}\"" >> common/version.h - # Last time we tested, the O2's PROM did not like an ECOFF formatted + # Last time we tested, the O2's PROM did not like an ECOFF formatted # arcboot binary. epatch ${FILESDIR}/${P}-gentoo.patch } @@ -72,7 +72,7 @@ src_install() { dodir /usr/lib/arcboot cp ext2load/ext2load ${D}/usr/lib/arcboot/arcboot.${SGI_TARGET} - # Technically, we don't need tip22 (attaches initrd to kernel), as + # Technically, we don't need tip22 (attaches initrd to kernel), as # MIPS kernels support embedding initrd's into kernels at build time, # But maybe this will be useful one day. Until then, we leave it out. dodir /usr/lib/tip22 @@ -85,7 +85,7 @@ src_install() { # Calling scripts for arcboot/tip22 # We also exclude these, since the logic in the debian script may not - # work correctly with a gentoo installation. All the information a + # work correctly with a gentoo installation. All the information a # user needs is provided in the example arcboot.conf, and in pkg_postinst(). ## dosbin scripts/arcboot dosbin tip22/tip22 @@ -95,7 +95,7 @@ src_install() { cp etc/arcboot.conf ${D}/etc/arcboot.conf.example # Man pages - # The arcboot manpage is more for the excluded arcboot script above, but + # The arcboot manpage is more for the excluded arcboot script above, but # also has info on setting the PROM option properly as well as arcboot.conf # examples. doman debian/arcboot.8 diff --git a/sys-boot/arcboot/arcboot-0.3.8.6-r1.ebuild b/sys-boot/arcboot/arcboot-0.3.8.6-r1.ebuild index 1ebae205b9a2..56b5d67aff79 100644 --- a/sys-boot/arcboot/arcboot-0.3.8.6-r1.ebuild +++ b/sys-boot/arcboot/arcboot-0.3.8.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcboot/arcboot-0.3.8.6-r1.ebuild,v 1.1 2005/06/13 19:26:45 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcboot/arcboot-0.3.8.6-r1.ebuild,v 1.2 2007/06/26 02:49:41 mr_bones_ Exp $ inherit eutils @@ -88,7 +88,7 @@ src_install() { dodir /usr/lib/arcboot cp ext2load/ext2load ${D}/usr/lib/arcboot/arcboot.${SGITYPE_L} - # Technically, we don't need tip[2|3]2 (attaches initrd to kernel), as + # Technically, we don't need tip[2|3]2 (attaches initrd to kernel), as # MIPS kernels support embedding initrd's into kernels at build time, # But maybe this will be useful one day. Until then, we leave it out. dodir /usr/lib/tip22 @@ -101,7 +101,7 @@ src_install() { # Calling scripts for arcboot/tip22 # We also exclude these, since the logic in the debian script may not - # work correctly with a gentoo installation. All the information a + # work correctly with a gentoo installation. All the information a # user needs is provided in the example arcboot.conf, and in pkg_postinst(). ## dosbin scripts/arcboot dosbin tip22/t${SGITYPE_L} @@ -111,7 +111,7 @@ src_install() { cp etc/arcboot.conf ${D}/etc/arcboot.conf.example # Man pages - # The arcboot manpage is more for the excluded arcboot script above, but + # The arcboot manpage is more for the excluded arcboot script above, but # also has info on setting the PROM option properly as well as arcboot.conf # examples. doman debian/arcboot.8 |