summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Bainbridge <chrb@gentoo.org>2006-04-10 08:12:32 +0000
committerChris Bainbridge <chrb@gentoo.org>2006-04-10 08:12:32 +0000
commit2fa4f8a2ff949c9074cecfbdb333ec3b516382b0 (patch)
treef367d6babb2e37f4bece57d48211071875f16ef5 /app-emulation/xen
parentnew digest (diff)
downloadhistorical-2fa4f8a2ff949c9074cecfbdb333ec3b516382b0.tar.gz
historical-2fa4f8a2ff949c9074cecfbdb333ec3b516382b0.tar.bz2
historical-2fa4f8a2ff949c9074cecfbdb333ec3b516382b0.zip
remove sed fix, #129429
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'app-emulation/xen')
-rw-r--r--app-emulation/xen/ChangeLog8
-rw-r--r--app-emulation/xen/xen-3.0.2.ebuild4
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emulation/xen/ChangeLog b/app-emulation/xen/ChangeLog
index 721f67cfed98..38401b907be8 100644
--- a/app-emulation/xen/ChangeLog
+++ b/app-emulation/xen/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/xen
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.33 2006/04/10 08:07:29 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.34 2006/04/10 08:11:30 chrb Exp $
+
+ 10 Apr 2006; <chrb@gentoo.org> xen-3.0.2.ebuild:
+ remove sed fix, #129429
+
+ 10 Apr 2006; <chrb@gentoo.org> xen-3.0.2.ebuild:
+ remove sed fix, #129429
10 Apr 2006; <chrb@gentoo.org> files/digest-xen-3.0.2, Manifest:
new digest
diff --git a/app-emulation/xen/xen-3.0.2.ebuild b/app-emulation/xen/xen-3.0.2.ebuild
index 57e5bab703ed..17c9e0523d34 100644
--- a/app-emulation/xen/xen-3.0.2.ebuild
+++ b/app-emulation/xen/xen-3.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.2.ebuild,v 1.1 2006/04/09 21:24:11 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-3.0.2.ebuild,v 1.2 2006/04/10 08:11:31 chrb Exp $
inherit mount-boot flag-o-matic
@@ -36,8 +36,6 @@ src_unpack() {
-e 's/CFLAGS\(.*\)=\(.*\)-g3*\s\(.*\)/CFLAGS\1=\2 \3/' \
-e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \
-i {} \;
- # odd fixes
- sed -e "s/int mode/int mode=-1/" -i ${S}/tools/misc/xc_shadow.c
fi
}