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
commitf6a2eb2837e97169cf02a146faf361bcc4e7ce44 (patch)
tree1373dbf4268432ca7e948ce94ec337a8248d81ff /app-emulation
parentremove sed fix, #129429 (diff)
downloadgentoo-2-f6a2eb2837e97169cf02a146faf361bcc4e7ce44.tar.gz
gentoo-2-f6a2eb2837e97169cf02a146faf361bcc4e7ce44.tar.bz2
gentoo-2-f6a2eb2837e97169cf02a146faf361bcc4e7ce44.zip
remove sed fix, #129429
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/xen-tools/ChangeLog5
-rw-r--r--app-emulation/xen-tools/xen-tools-3.0.2.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog
index f8f401cb3544..6af4f8589f01 100644
--- a/app-emulation/xen-tools/ChangeLog
+++ b/app-emulation/xen-tools/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/xen-tools
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.4 2006/04/10 08:08:33 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.5 2006/04/10 08:12:32 chrb Exp $
+
+ 10 Apr 2006; <chrb@gentoo.org> xen-tools-3.0.2.ebuild:
+ remove sed fix, #129429
10 Apr 2006; <chrb@gentoo.org> files/digest-xen-tools-3.0.2, Manifest:
new digest
diff --git a/app-emulation/xen-tools/xen-tools-3.0.2.ebuild b/app-emulation/xen-tools/xen-tools-3.0.2.ebuild
index 62d3a827f773..fe3012f3ebda 100644
--- a/app-emulation/xen-tools/xen-tools-3.0.2.ebuild
+++ b/app-emulation/xen-tools/xen-tools-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-tools/xen-tools-3.0.2.ebuild,v 1.1 2006/04/09 21:26:48 chrb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.2.ebuild,v 1.2 2006/04/10 08:12:32 chrb Exp $
inherit mount-boot flag-o-matic eutils
@@ -51,8 +51,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
}