summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2004-09-18 13:21:07 +0000
committerJoshua Kinard <kumba@gentoo.org>2004-09-18 13:21:07 +0000
commiteb8559b7692396d6e1ef752a91b77aba7ab73d3f (patch)
tree8e04eb50dc75868b1caae9ed16b171829d2e09e1 /sys-boot/colo
parentlibedit fix (diff)
downloadhistorical-eb8559b7692396d6e1ef752a91b77aba7ab73d3f.tar.gz
historical-eb8559b7692396d6e1ef752a91b77aba7ab73d3f.tar.bz2
historical-eb8559b7692396d6e1ef752a91b77aba7ab73d3f.zip
Typo fix.
Diffstat (limited to 'sys-boot/colo')
-rw-r--r--sys-boot/colo/ChangeLog5
-rw-r--r--sys-boot/colo/Manifest4
-rw-r--r--sys-boot/colo/colo-1.13.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-boot/colo/ChangeLog b/sys-boot/colo/ChangeLog
index 2388cdb1257a..79d81e828a5b 100644
--- a/sys-boot/colo/ChangeLog
+++ b/sys-boot/colo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/colo
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/colo/ChangeLog,v 1.10 2004/09/03 06:19:03 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/colo/ChangeLog,v 1.11 2004/09/18 13:21:07 kumba Exp $
+
+ 18 Sep 2004; Joshua Kinard <kumba@gentoo.org> colo-1.13.ebuild:
+ Typo fix.
*colo-1.13 (03 Sep 2004)
diff --git a/sys-boot/colo/Manifest b/sys-boot/colo/Manifest
index e29043e10b36..7721371ec770 100644
--- a/sys-boot/colo/Manifest
+++ b/sys-boot/colo/Manifest
@@ -1,7 +1,7 @@
-MD5 b891a72fc8707acf09c9898164066589 ChangeLog 1890
+MD5 d619cc6965d7d44f20a12029373a2299 ChangeLog 1969
MD5 821bbe104fd36eab5f08495277bc5adb metadata.xml 364
MD5 3042a931765662eae20162251690496e colo-1.11.ebuild 3144
-MD5 0b351acde6871be29288bd05803d7738 colo-1.13.ebuild 3786
+MD5 ee5295b0f0c0bafbf07b2345a6c1d3b4 colo-1.13.ebuild 3755
MD5 3a2004f193ec415c0087691d913c92db files/digest-colo-1.13 61
MD5 bcfba587298a2f1a3dd4c186dbc1ce0d files/colo-linker-overlap-fix.patch 1489
MD5 c5c9112560e049209e3cf4226a5b7ddc files/digest-colo-1.11 61
diff --git a/sys-boot/colo/colo-1.13.ebuild b/sys-boot/colo/colo-1.13.ebuild
index 782603ebb79a..274ca43f849f 100644
--- a/sys-boot/colo/colo-1.13.ebuild
+++ b/sys-boot/colo/colo-1.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/colo/colo-1.13.ebuild,v 1.1 2004/09/03 06:19:03 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/colo/colo-1.13.ebuild,v 1.2 2004/09/18 13:21:07 kumba Exp $
inherit eutils
@@ -35,7 +35,7 @@ src_unpack() {
epatch ${FILESDIR}/colo-linker-overlap-fix.patch
# cp the bootscripts to WORKDIR
- cp ${FILESDIR}/menu-linux.colo ${FILESDIR}/menu-linuxold.colo ${WORKDIR}
+ cp ${FILESDIR}/menu-linux.colo ${WORKDIR}
# sed the primary boot script and stick the current colo version in there
sed "s:@COLOVER@:${PV}:g" ${FILESDIR}/default.colo > ${WORKDIR}/default.colo